(guid string)
| 17 | FindByName(name string) (quota models.SpaceQuota, apiErr error) |
| 18 | FindByOrg(guid string) (quota []models.SpaceQuota, apiErr error) |
| 19 | FindByGUID(guid string) (quota models.SpaceQuota, apiErr error) |
| 20 | FindByNameAndOrgGUID(spaceQuotaName string, orgGUID string) (quota models.SpaceQuota, apiErr error) |
| 21 | |
| 22 | AssociateSpaceWithQuota(spaceGUID string, quotaGUID string) error |
no outgoing calls
no test coverage detected