| 20 | } |
| 21 | |
| 22 | type CreateRoute struct { |
| 23 | ui terminal.UI |
| 24 | config coreconfig.Reader |
| 25 | routeRepo api.RouteRepository |
| 26 | spaceReq requirements.SpaceRequirement |
| 27 | domainReq requirements.DomainRequirement |
| 28 | } |
| 29 | |
| 30 | func init() { |
| 31 | commandregistry.Register(&CreateRoute{}) |
nothing calls this directly
no outgoing calls
no test coverage detected