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

Function NewCloudControllerServiceSummaryRepository

cf/api/service_summary.go:102–107  ·  view source on GitHub ↗
(config coreconfig.Reader, gateway net.Gateway)

Source from the content-addressed store, hash-verified

100}
101
102func NewCloudControllerServiceSummaryRepository(config coreconfig.Reader, gateway net.Gateway) CloudControllerServiceSummaryRepository {
103 return CloudControllerServiceSummaryRepository{
104 config: config,
105 gateway: gateway,
106 }
107}
108
109func (repo CloudControllerServiceSummaryRepository) GetSummariesInCurrentSpace() ([]models.ServiceInstance, error) {
110 var instances []models.ServiceInstance

Callers 2

NewRepositoryLocatorFunction · 0.85
createServiceSummaryRepoFunction · 0.85

Calls

no outgoing calls

Tested by 1

createServiceSummaryRepoFunction · 0.68