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

Struct SpaceUsersUIPrinter

cf/actors/userprint/ui.go:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type SpaceUsersUIPrinter struct {
10 UI terminal.UI
11 UserLister func(spaceGUID string, role models.Role) ([]models.UserFields, error)
12 Roles []models.Role
13 RoleDisplayNames map[models.Role]string
14}
15
16type OrgUsersUIPrinter struct {
17 Roles []models.Role

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected