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

Struct CloudControllerQuotaRepository

cf/api/quotas/quotas.go:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type CloudControllerQuotaRepository struct {
30 config coreconfig.Reader
31 gateway net.Gateway
32}
33
34func NewCloudControllerQuotaRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerQuotaRepository) {
35 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected