mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 01:59:44 +01:00
8 lines
148 B
Go
8 lines
148 B
Go
package apilib
|
|
|
|
//RoleParam ...
|
|
type RoleParam struct {
|
|
Roles []int32 `json:"roles,omitempty"`
|
|
UserName string `json:"user_name,omitempty"`
|
|
}
|