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 {
17
17
ID int64 `json:"id"`
18
18
// the user's username
19
19
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
21
22
LoginName string `json:"login_name"`
22
23
// the user's full name
23
24
FullName string `json:"full_name"`
Original file line number Diff line number Diff line change 18480
18480
"x-go-name": "UserName"
18481
18481
},
18482
18482
"login_name": {
18483
- "description": "the user's login name",
18483
+ "description": "the user's authentication sign-in name. ",
18484
18484
"type": "string",
18485
+ "default": "empty",
18485
18486
"x-go-name": "LoginName"
18486
18487
},
18487
18488
"prohibit_login": {
You can’t perform that action at this time.
0 commit comments