orchard/pkg/resource/v1/service_account.go

9 lines
92 B
Go

package v1
type ServiceAccount struct {
Token string
Roles []ServiceAccountRole
Meta
}