Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfeel/dotweb
/ Handle
Method
Handle
example/middleware/main.go:174–178 ·
view source on GitHub ↗
(ctx dotweb.Context)
Source
from the content-addressed store, hash-verified
172
}
173
174
func
(m *CGroup) Handle(ctx dotweb.Context) error {
175
fmt.Println(time.Now(),
"[CGroup] request)"
)
176
err := m.Next(ctx)
177
return
err
178
}
179
180
func
NewCGroup() *CGroup {
181
return
&CGroup{}
Callers
nothing calls this directly
Calls
1
Next
Method · 0.65
Tested by
no test coverage detected