go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceSummaryRepository
| 91 | //go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . ServiceSummaryRepository |
| 92 | |
| 93 | type ServiceSummaryRepository interface { |
| 94 | GetSummariesInCurrentSpace() ([]models.ServiceInstance, error) |
| 95 | } |
| 96 | |
| 97 | type CloudControllerServiceSummaryRepository struct { |
| 98 | config coreconfig.Reader |
nothing calls this directly
no outgoing calls
no test coverage detected