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

Struct CloudControllerRepository

cf/api/applications/applications.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type CloudControllerRepository struct {
34 config coreconfig.Reader
35 gateway net.Gateway
36}
37
38func NewCloudControllerRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerRepository) {
39 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected