MCPcopy Create free account
hub / github.com/devfeel/dotweb / Handle

Method Handle

middleware.go:32–32  ·  view source on GitHub ↗
(ctx Context)

Source from the content-addressed store, hash-verified

30 // Middleware middleware interface
31 Middleware interface {
32 Handle(ctx Context) error
33 SetNext(m Middleware)
34 Next(ctx Context) error
35 Exclude(routers ...string)

Callers 4

RegisterRouteMethod · 0.65
wrapRouterHandleMethod · 0.65
wrapFileHandleMethod · 0.65
NextMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected