(spaceGUID, newName string)
| 22 | FindByNameInOrg(name, orgGUID string) (space models.Space, apiErr error) |
| 23 | Create(name string, orgGUID string, spaceQuotaGUID string) (space models.Space, apiErr error) |
| 24 | Rename(spaceGUID, newName string) (apiErr error) |
| 25 | SetAllowSSH(spaceGUID string, allow bool) (apiErr error) |
| 26 | Delete(spaceGUID string) (apiErr error) |
| 27 | } |
no outgoing calls
no test coverage detected