()
| 22 | type shared interface { |
| 23 | Name() string |
| 24 | Router() router.Party |
| 25 | GetRoute(methodName string) *router.Route |
| 26 | GetRoutes(methodName string) []*router.Route |
| 27 | Handle(httpMethod, path, funcName string, middleware ...context.Handler) *router.Route |
no outgoing calls
no test coverage detected