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

Method FindByName

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

Source from the content-addressed store, hash-verified

15
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)

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected