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 6a9d04e commit fa2a387Copy full SHA for fa2a387
models/user/openid.go
@@ -15,6 +15,7 @@ import (
15
var ErrOpenIDNotExist = errors.New("OpenID is unknown")
16
17
// UserOpenID is the list of all OpenID identities of a user.
18
+//nolint
19
type UserOpenID struct { //nolint
20
ID int64 `xorm:"pk autoincr"`
21
UID int64 `xorm:"INDEX NOT NULL"`
0 commit comments