(httpMethod, path, funcName string, middleware ...context.Handler)
| 25 | GetRoute(methodName string) *router.Route |
| 26 | GetRoutes(methodName string) []*router.Route |
| 27 | Handle(httpMethod, path, funcName string, middleware ...context.Handler) *router.Route |
| 28 | HandleMany(httpMethod, path, funcName string, middleware ...context.Handler) []*router.Route |
| 29 | } |
| 30 |
no outgoing calls