MCPcopy Index your code
hub / github.com/cloudfoundry/cli / OrgUsersUIPrinter

Struct OrgUsersUIPrinter

cf/actors/userprint/ui.go:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16type OrgUsersUIPrinter struct {
17 Roles []models.Role
18 RoleDisplayNames map[models.Role]string
19 UserLister func(orgGUID string, role models.Role) ([]models.UserFields, error)
20 UI terminal.UI
21}
22
23func (p *OrgUsersUIPrinter) PrintUsers(guid string, username string) {
24 for _, role := range p.Roles {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected