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

Method Group

routergroup.go:29–29  ·  view source on GitHub ↗
(string, ...HandlerFunc)

Source from the content-addressed store, hash-verified

27type IRouter interface {
28 IRoutes
29 Group(string, ...HandlerFunc) *RouterGroup
30}
31
32// IRoutes defines all router handle interface.

Callers 10

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

Implementers 1

RouterGrouproutergroup.go

Calls

no outgoing calls