| 29 | } |
| 30 | |
| 31 | type routeActor struct { |
| 32 | ui terminal.UI |
| 33 | routeRepo api.RouteRepository |
| 34 | domainRepo api.DomainRepository |
| 35 | } |
| 36 | |
| 37 | func NewRouteActor(ui terminal.UI, routeRepo api.RouteRepository, domainRepo api.DomainRepository) routeActor { |
| 38 | return routeActor{ |
nothing calls this directly
no outgoing calls
no test coverage detected