mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +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"`
|
|
}
|