MCPcopy Create free account
hub / github.com/kataras/iris / Router

Method Router

mvc/controller.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22type 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

Callers 2

mainFunction · 0.65
VersionFunction · 0.65

Implementers 1

ControllerActivatormvc/controller.go

Calls

no outgoing calls

Tested by

no test coverage detected