File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ type User struct {
1717 ID int64 `json:"id"`
1818 // the user's username
1919 UserName string `json:"login"`
20- // the user's authentication sign-in name. default: empty
20+ // the user's authentication sign-in name.
21+ // default: empty
2122 LoginName string `json:"login_name"`
2223 // the user's full name
2324 FullName string `json:"full_name"`
Original file line number Diff line number Diff line change 1848018480 "x-go-name": "UserName"
1848118481 },
1848218482 "login_name": {
18483- "description": "the user's login name",
18483+ "description": "the user's authentication sign-in name. ",
1848418484 "type": "string",
18485+ "default": "empty",
1848518486 "x-go-name": "LoginName"
1848618487 },
1848718488 "prohibit_login": {
You can’t perform that action at this time.
0 commit comments