| 40 | } |
| 41 | |
| 42 | type CloudControllerServiceRepository struct { |
| 43 | config coreconfig.Reader |
| 44 | gateway net.Gateway |
| 45 | } |
| 46 | |
| 47 | func NewCloudControllerServiceRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerServiceRepository) { |
| 48 | repo.config = config |
nothing calls this directly
no outgoing calls
no test coverage detected