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

Struct CloudControllerStackRepository

cf/api/stacks/stacks.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type CloudControllerStackRepository struct {
25 config coreconfig.Reader
26 gateway net.Gateway
27}
28
29func NewCloudControllerStackRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerStackRepository) {
30 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected