mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 11:41:54 +01:00
8 lines
176 B
Go
8 lines
176 B
Go
package HarborAPI
|
|
|
|
type Role struct {
|
|
RoleId int32 `json:"role_id,omitempty"`
|
|
RoleCode string `json:"role_code,omitempty"`
|
|
RoleName string `json:"role_name,omitempty"`
|
|
}
|