MCPcopy Create free account
hub / github.com/cloudfoundry/cli / routeActor

Struct routeActor

cf/actors/routes.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type routeActor struct {
32 ui terminal.UI
33 routeRepo api.RouteRepository
34 domainRepo api.DomainRepository
35}
36
37func NewRouteActor(ui terminal.UI, routeRepo api.RouteRepository, domainRepo api.DomainRepository) routeActor {
38 return routeActor{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected