mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-01 13:37:47 +01:00
Merge pull request #303 from reasonerjt/api-attributes
missed quotes around json tag...
This commit is contained in:
commit
82fb8df5a1
@ -28,7 +28,7 @@ type User struct {
|
|||||||
Realname string `orm:"column(realname)" json:"realname"`
|
Realname string `orm:"column(realname)" json:"realname"`
|
||||||
Comment string `orm:"column(comment)" json:"comment"`
|
Comment string `orm:"column(comment)" json:"comment"`
|
||||||
Deleted int `orm:"column(deleted)" json:"deleted"`
|
Deleted int `orm:"column(deleted)" json:"deleted"`
|
||||||
Rolename string `json:role_name`
|
Rolename string `json:"role_name"`
|
||||||
RoleID int `json:"role_id"`
|
RoleID int `json:"role_id"`
|
||||||
// RoleList []Role `json:"role_list"`
|
// RoleList []Role `json:"role_list"`
|
||||||
HasAdminRole int `orm:"column(sysadmin_flag)" json:"has_admin_role"`
|
HasAdminRole int `orm:"column(sysadmin_flag)" json:"has_admin_role"`
|
||||||
|
Loading…
Reference in New Issue
Block a user