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

Struct CloudControllerSpaceQuotaRepository

cf/api/spacequotas/space_quotas.go:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type CloudControllerSpaceQuotaRepository struct {
32 config coreconfig.Reader
33 gateway net.Gateway
34}
35
36func NewCloudControllerSpaceQuotaRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerSpaceQuotaRepository) {
37 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected