mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-08 19:50:05 +01:00
7 lines
135 B
Go
7 lines
135 B
Go
|
package HarborAPI
|
||
|
|
||
|
type RoleParam struct {
|
||
|
Roles []int32 `json:"roles,omitempty"`
|
||
|
UserName string `json:"user_name,omitempty"`
|
||
|
}
|