MCPcopy
hub / github.com/gin-gonic/gin / IRouter

Interface IRouter

routergroup.go:27–30  ·  routergroup.go::IRouter

IRouter defines all router handle interface includes single and group router.

Source from the content-addressed store, hash-verified

25
26// IRouter defines all router handle interface includes single and group router.
27type IRouter interface {
28 IRoutes
29 Group(string, ...HandlerFunc) *RouterGroup
30}
31
32// IRoutes defines all router handle interface.
33type IRoutes interface {

Callers 8

TestRouterGroupBasicFunction · 0.65
performRequestInGroupFunction · 0.65
TestRouterGroupPipelineFunction · 0.65
TestListOfRoutesFunction · 0.65
TestEngineHandleContextFunction · 0.65

Implementers 1

RouterGrouproutergroup.go

Calls

no outgoing calls

Tested by

no test coverage detected