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