Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfeel/dotweb
/ Handle
Method
Handle
example/middleware/main.go:146–150 ·
view source on GitHub ↗
(ctx dotweb.Context)
Source
from the content-addressed store, hash-verified
144
}
145
146
func
(m *AGroup) Handle(ctx dotweb.Context) error {
147
fmt.Println(time.Now(),
"[AGroup] request)"
)
148
err := m.Next(ctx)
149
return
err
150
}
151
152
func
NewAGroup() *AGroup {
153
return
&AGroup{}
Callers
nothing calls this directly
Calls
1
Next
Method · 0.65
Tested by
no test coverage detected