diff options
Diffstat (limited to 'modules/migrations/base/reaction.go')
-rw-r--r-- | modules/migrations/base/reaction.go | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/migrations/base/reaction.go b/modules/migrations/base/reaction.go deleted file mode 100644 index 1519499134..0000000000 --- a/modules/migrations/base/reaction.go +++ /dev/null @@ -1,12 +0,0 @@ -// Copyright 2020 The Gitea Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package base - -// Reaction represents a reaction to an issue/pr/comment. -type Reaction struct { - UserID int64 `yaml:"user_id"` - UserName string `yaml:"user_name"` - Content string -} |