(userGUID, orgGUID string, role models.Role)
| 48 | SetOrgRoleByGUID(userGUID, orgGUID string, role models.Role) (apiErr error) |
| 49 | SetOrgRoleByUsername(username, orgGUID string, role models.Role) (apiErr error) |
| 50 | UnsetOrgRoleByGUID(userGUID, orgGUID string, role models.Role) (apiErr error) |
| 51 | UnsetOrgRoleByUsername(username, orgGUID string, role models.Role) (apiErr error) |
| 52 | SetSpaceRoleByGUID(userGUID, spaceGUID, orgGUID string, role models.Role) (apiErr error) |
| 53 | SetSpaceRoleByUsername(username, spaceGUID, orgGUID string, role models.Role) (apiErr error) |
no outgoing calls
no test coverage detected