| 18 | } |
| 19 | |
| 20 | type CloudControllerClientRepository struct { |
| 21 | config coreconfig.Reader |
| 22 | uaaGateway net.Gateway |
| 23 | } |
| 24 | |
| 25 | func NewCloudControllerClientRepository(config coreconfig.Reader, uaaGateway net.Gateway) (repo CloudControllerClientRepository) { |
| 26 | repo.config = config |
nothing calls this directly
no outgoing calls
no test coverage detected