(httpMethod, path, funcName string, middleware ...context.Handler)
| 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 | |
| 31 | // BeforeActivation is being used as the only one input argument of a |
no outgoing calls