(guid string)
| 16 | type SpaceQuotaRepository interface { |
| 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 |
no outgoing calls
no test coverage detected