MCPcopy
hub / github.com/cloudfoundry/cli / CloudControllerRouteRepository

Struct CloudControllerRouteRepository

cf/api/routes.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type CloudControllerRouteRepository struct {
33 config coreconfig.Reader
34 gateway net.Gateway
35}
36
37func NewCloudControllerRouteRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerRouteRepository) {
38 repo.config = config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected