We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b39108 commit 7e208b3Copy full SHA for 7e208b3
models/user/redirect.go
@@ -28,7 +28,8 @@ func (err ErrUserRedirectNotExist) Error() string {
28
}
29
30
// UserRedirect represents that a user name should be redirected to another
31
-type UserRedirect struct { //nolint
+//nolint
32
+type UserRedirect struct {
33
ID int64 `xorm:"pk autoincr"`
34
LowerName string `xorm:"UNIQUE(s) INDEX NOT NULL"`
35
RedirectUserID int64 // userID to redirect to
0 commit comments