Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ Use
Method
Use
routergroup.go:34–34 ·
view source on GitHub ↗
(...HandlerFunc)
Source
from the content-addressed store, hash-verified
32
// IRoutes defines all router handle interface.
33
type
IRoutes
interface
{
34
Use(...HandlerFunc) IRoutes
35
36
Handle(string, string, ...HandlerFunc) IRoutes
37
Any(string, ...HandlerFunc) IRoutes
Callers
15
TestMiddlewareGeneralCase
Function · 0.65
TestMiddlewareNoRoute
Function · 0.65
TestMiddlewareNoMethodEnabled
Function · 0.65
TestMiddlewareNoMethodDisabled
Function · 0.65
TestMiddlewareAbort
Function · 0.65
TestMiddlewareAbortHandlersChainAndNext
Function · 0.65
TestMiddlewareFailHandlersChain
Function · 0.65
TestMiddlewareWrite
Function · 0.65
TestPanicClean
Function · 0.65
TestPanicInHandler
Function · 0.65
TestPanicWithAbort
Function · 0.65
TestPanicWithBrokenPipe
Function · 0.65
Implementers
1
RouterGroup
routergroup.go
Calls
no outgoing calls
Tested by
15
TestMiddlewareGeneralCase
Function · 0.52
TestMiddlewareNoRoute
Function · 0.52
TestMiddlewareNoMethodEnabled
Function · 0.52
TestMiddlewareNoMethodDisabled
Function · 0.52
TestMiddlewareAbort
Function · 0.52
TestMiddlewareAbortHandlersChainAndNext
Function · 0.52
TestMiddlewareFailHandlersChain
Function · 0.52
TestMiddlewareWrite
Function · 0.52
TestPanicClean
Function · 0.52
TestPanicInHandler
Function · 0.52
TestPanicWithAbort
Function · 0.52
TestPanicWithBrokenPipe
Function · 0.52