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