| 56 | } |
| 57 | |
| 58 | type CloudControllerUserRepository struct { |
| 59 | config coreconfig.Reader |
| 60 | uaaGateway net.Gateway |
| 61 | ccGateway net.Gateway |
| 62 | } |
| 63 | |
| 64 | func NewCloudControllerUserRepository(config coreconfig.Reader, uaaGateway net.Gateway, ccGateway net.Gateway) (repo CloudControllerUserRepository) { |
| 65 | repo.config = config |
nothing calls this directly
no outgoing calls
no test coverage detected