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

Method PATCH

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

Source from the content-addressed store, hash-verified

39 POST(string, ...HandlerFunc) IRoutes
40 DELETE(string, ...HandlerFunc) IRoutes
41 PATCH(string, ...HandlerFunc) IRoutes
42 PUT(string, ...HandlerFunc) IRoutes
43 OPTIONS(string, ...HandlerFunc) IRoutes
44 HEAD(string, ...HandlerFunc) IRoutes

Callers 6

TestLoggerFunction · 0.65
TestLoggerWithConfigFunction · 0.65
performRequestInGroupFunction · 0.65
testRoutesInterfaceFunction · 0.65
TestRouterNotFoundFunction · 0.65
PATCHFunction · 0.65

Implementers 1

RouterGrouproutergroup.go

Calls

no outgoing calls

Tested by 5

TestLoggerFunction · 0.52
TestLoggerWithConfigFunction · 0.52
performRequestInGroupFunction · 0.52
testRoutesInterfaceFunction · 0.52
TestRouterNotFoundFunction · 0.52