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

Struct CreateRoute

cf/commands/route/create_route.go:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type CreateRoute struct {
23 ui terminal.UI
24 config coreconfig.Reader
25 routeRepo api.RouteRepository
26 spaceReq requirements.SpaceRequirement
27 domainReq requirements.DomainRequirement
28}
29
30func init() {
31 commandregistry.Register(&CreateRoute{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected