| 30 | } |
| 31 | |
| 32 | type CloudControllerDomainRepository struct { |
| 33 | config coreconfig.Reader |
| 34 | gateway net.Gateway |
| 35 | } |
| 36 | |
| 37 | func NewCloudControllerDomainRepository(config coreconfig.Reader, gateway net.Gateway) CloudControllerDomainRepository { |
| 38 | return CloudControllerDomainRepository{ |
nothing calls this directly
no outgoing calls
no test coverage detected