| 7 | ) |
| 8 | |
| 9 | type 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 | |
| 16 | type OrgUsersUIPrinter struct { |
| 17 | Roles []models.Role |
nothing calls this directly
no outgoing calls
no test coverage detected