| 133 | } |
| 134 | |
| 135 | type CloudControllerAppSummaryRepository struct { |
| 136 | config coreconfig.Reader |
| 137 | gateway net.Gateway |
| 138 | } |
| 139 | |
| 140 | func NewCloudControllerAppSummaryRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerAppSummaryRepository) { |
| 141 | repo.config = config |
nothing calls this directly
no outgoing calls
no test coverage detected