mirror of
https://github.com/goharbor/harbor
synced 2025-04-29 21:49:40 +00: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"`
|
|
}
|