Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
type
IRouter
interface
{
28
IRoutes
29
Group(string, ...HandlerFunc) *RouterGroup
30
}
31
32
// IRoutes defines all router handle interface.
Callers
10
TestRaceParamsContextCopy
Function · 0.65
TestRouterGroupBasic
Function · 0.65
performRequestInGroup
Function · 0.65
TestRouterGroupPipeline
Function · 0.65
TestRouterMiddlewareAndStatic
Function · 0.65
TestEngineHandleMethodNotAllowedCornerCase
Function · 0.65
TestListOfRoutes
Function · 0.65
TestEngineHandleContext
Function · 0.65
TestEngineHandleContextPreventsMiddlewareReEntry
Function · 0.65
Group
Function · 0.65
Implementers
1
RouterGroup
routergroup.go
Calls
no outgoing calls
Tested by
9
TestRaceParamsContextCopy
Function · 0.52
TestRouterGroupBasic
Function · 0.52
performRequestInGroup
Function · 0.52
TestRouterGroupPipeline
Function · 0.52
TestRouterMiddlewareAndStatic
Function · 0.52
TestEngineHandleMethodNotAllowedCornerCase
Function · 0.52
TestListOfRoutes
Function · 0.52
TestEngineHandleContext
Function · 0.52
TestEngineHandleContextPreventsMiddlewareReEntry
Function · 0.52