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

Struct CloudControllerAppSummaryRepository

cf/api/app_summary.go:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135type CloudControllerAppSummaryRepository struct {
136 config coreconfig.Reader
137 gateway net.Gateway
138}
139
140func NewCloudControllerAppSummaryRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerAppSummaryRepository) {
141 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected