harbor/tests/apitests/apilib/roleparam.go

7 lines
135 B
Go
Raw Normal View History

2016-06-07 06:19:48 +02:00
package HarborAPI
type RoleParam struct {
Roles []int32 `json:"roles,omitempty"`
UserName string `json:"user_name,omitempty"`
}