(id string)
| 15 | type RouteManager interface { |
| 16 | DeleteRoute(id string) error |
| 17 | GetRoute(id string) (*route.Route, error) |
| 18 | GetRoutes() ([]*route.Route, error) |
| 19 | CreateRoute(r *route.Route) (*route.Route, error) |
| 20 | } |
no outgoing calls
no test coverage detected