MCPcopy
hub / github.com/cloudfoundry/cli / FindByOrg

Method FindByOrg

cf/api/spacequotas/space_quotas.go:18–18  ·  view source on GitHub ↗
(guid string)

Source from the content-addressed store, hash-verified

16type 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

Callers 2

ExecuteMethod · 0.65

Implementers 2

CloudControllerSpaceQuotaRepositorycf/api/spacequotas/space_quotas.go
FakeSpaceQuotaRepositorycf/api/spacequotas/spacequotasfakes/fa

Calls

no outgoing calls

Tested by

no test coverage detected