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

Method GetSummariesInCurrentSpace

cf/api/app_summary.go:131–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129
130type AppSummaryRepository interface {
131 GetSummariesInCurrentSpace() (apps []models.Application, apiErr error)
132 GetSummary(appGUID string) (summary models.Application, apiErr error)
133}
134

Callers 4

ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 3

OldFakeAppSummaryRepocf/api/apifakes/old_fake_app_summary_r
FakeAppSummaryRepositorycf/api/apifakes/fake_app_summary_repos

Calls

no outgoing calls

Tested by

no test coverage detected