(r *route.Route)
| 17 | GetRoute(id string) (*route.Route, error) |
| 18 | GetRoutes() ([]*route.Route, error) |
| 19 | CreateRoute(r *route.Route) (*route.Route, error) |
| 20 | } |
| 21 | |
| 22 | func getCreateRouteHandler(m RouteManager, prod bool) gin.HandlerFunc { |
no outgoing calls
no test coverage detected