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

Struct routingAPIRepository

cf/api/routing_api.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type routingAPIRepository struct {
12 config coreconfig.Reader
13 gateway net.Gateway
14}
15
16//go:generate go run github.com/maxbrunsfeld/counterfeiter/v6 . RoutingAPIRepository
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected