| 95 | } |
| 96 | |
| 97 | type CloudControllerServiceSummaryRepository struct { |
| 98 | config coreconfig.Reader |
| 99 | gateway net.Gateway |
| 100 | } |
| 101 | |
| 102 | func NewCloudControllerServiceSummaryRepository(config coreconfig.Reader, gateway net.Gateway) CloudControllerServiceSummaryRepository { |
| 103 | return CloudControllerServiceSummaryRepository{ |
nothing calls this directly
no outgoing calls
no test coverage detected