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

Struct CloudControllerServiceSummaryRepository

cf/api/service_summary.go:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97type CloudControllerServiceSummaryRepository struct {
98 config coreconfig.Reader
99 gateway net.Gateway
100}
101
102func NewCloudControllerServiceSummaryRepository(config coreconfig.Reader, gateway net.Gateway) CloudControllerServiceSummaryRepository {
103 return CloudControllerServiceSummaryRepository{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected