MCPcopy Index your code
hub / github.com/cloudfoundry/cli / CloudControllerDomainRepository

Struct CloudControllerDomainRepository

cf/api/domains.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type CloudControllerDomainRepository struct {
33 config coreconfig.Reader
34 gateway net.Gateway
35}
36
37func NewCloudControllerDomainRepository(config coreconfig.Reader, gateway net.Gateway) CloudControllerDomainRepository {
38 return CloudControllerDomainRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected