MCPcopy
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.
33type IRoutes interface {
34 Use(...HandlerFunc) IRoutes
35
36 Handle(string, string, ...HandlerFunc) IRoutes
37 Any(string, ...HandlerFunc) IRoutes

Callers 15

TestMiddlewareNoRouteFunction · 0.65
TestMiddlewareAbortFunction · 0.65
TestMiddlewareWriteFunction · 0.65
TestPanicCleanFunction · 0.65
TestPanicInHandlerFunction · 0.65
TestPanicWithAbortFunction · 0.65
TestPanicWithBrokenPipeFunction · 0.65

Implementers 1

RouterGrouproutergroup.go

Calls

no outgoing calls

Tested by 15

TestMiddlewareNoRouteFunction · 0.52
TestMiddlewareAbortFunction · 0.52
TestMiddlewareWriteFunction · 0.52
TestPanicCleanFunction · 0.52
TestPanicInHandlerFunction · 0.52
TestPanicWithAbortFunction · 0.52
TestPanicWithBrokenPipeFunction · 0.52