(spaceName, orgGUID string)
| 10 | |
| 11 | type CreateSpaceActor interface { |
| 12 | CreateSpace(spaceName, orgGUID string) (resources.Space, v7action.Warnings, error) |
| 13 | CreateSpaceRole(roleType constant.RoleType, orgGUID string, spaceGUID string, userNameOrGUID string, userOrigin string, isClient bool) (v7action.Warnings, error) |
| 14 | GetOrganizationByName(orgName string) (resources.Organization, v7action.Warnings, error) |
| 15 | ApplySpaceQuotaByName(quotaName string, spaceGUID string, orgGUID string) (v7action.Warnings, error) |