(spaceGuid string)
| 190 | } |
| 191 | |
| 192 | func (actor Actor) GetSpaceUsersByRoleType(spaceGuid string) (map[constant.RoleType][]resources.User, Warnings, error) { |
| 193 | return actor.getUsersByRoleType(spaceGuid, ccv3.SpaceGUIDFilter) |
| 194 | } |
| 195 | |
| 196 | func (actor Actor) getUsersByRoleType(guid string, filterKey ccv3.QueryKey) (map[constant.RoleType][]resources.User, Warnings, error) { |
| 197 | ccv3Roles, includes, ccWarnings, err := actor.CloudControllerClient.GetRoles( |
nothing calls this directly
no test coverage detected