Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OrgUsersUiPrinter ¶
type OrgUsersUiPrinter struct { Roles []string RoleDisplayNames map[string]string UserLister func(orgGuid string, role string) ([]models.UserFields, error) Ui terminal.UI }
func (*OrgUsersUiPrinter) PrintUsers ¶
func (p *OrgUsersUiPrinter) PrintUsers(guid string, username string)
type SpaceUsersUiPrinter ¶
type SpaceUsersUiPrinter struct { Ui terminal.UI UserLister func(spaceGuid string, role string) ([]models.UserFields, error) Roles []string RoleDisplayNames map[string]string }
func (*SpaceUsersUiPrinter) PrintUsers ¶
func (p *SpaceUsersUiPrinter) PrintUsers(guid string, username string)
type UserPrinter ¶
Click to show internal directories.
Click to hide internal directories.