Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RegisterRoute
Method · 0.65
wrapRouterHandle
Method · 0.65
wrapFileHandle
Method · 0.65
Next
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected