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

Interface ServiceSummaryRepository

cf/api/service_summary.go:93–95  ·  view source on GitHub ↗

go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceSummaryRepository

Source from the content-addressed store, hash-verified

91//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceSummaryRepository
92
93type ServiceSummaryRepository interface {
94 GetSummariesInCurrentSpace() ([]models.ServiceInstance, error)
95}
96
97type CloudControllerServiceSummaryRepository struct {
98 config coreconfig.Reader

Callers

nothing calls this directly

Implementers 6

OldFakeAppSummaryRepocf/api/apifakes/old_fake_app_summary_r
FakeServiceSummaryRepositorycf/api/apifakes/fake_service_summary_r
FakeAppSummaryRepositorycf/api/apifakes/fake_app_summary_repos
OldFakeServiceSummaryRepocf/api/apifakes/old_fake_service_summa

Calls

no outgoing calls

Tested by

no test coverage detected