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

Function NewCloudControllerAppSummaryRepository

cf/api/app_summary.go:140–144  ·  view source on GitHub ↗
(config coreconfig.Reader, gateway net.Gateway)

Source from the content-addressed store, hash-verified

138}
139
140func NewCloudControllerAppSummaryRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerAppSummaryRepository) {
141 repo.config = config
142 repo.gateway = gateway
143 return
144}
145
146func (repo CloudControllerAppSummaryRepository) GetSummariesInCurrentSpace() ([]models.Application, error) {
147 resources := new(ApplicationSummaries)

Callers 2

NewRepositoryLocatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected