| 31 | } |
| 32 | |
| 33 | type CloudControllerRepository struct { |
| 34 | config coreconfig.Reader |
| 35 | gateway net.Gateway |
| 36 | } |
| 37 | |
| 38 | func NewCloudControllerRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerRepository) { |
| 39 | repo.config = config |
nothing calls this directly
no outgoing calls
no test coverage detected