Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfeel/dotweb
/ Handle
Method
Handle
example/middleware/main.go:160–164 ·
view source on GitHub ↗
(ctx dotweb.Context)
Source
from the content-addressed store, hash-verified
158
}
159
160
func
(m *BGroup) Handle(ctx dotweb.Context) error {
161
fmt.Println(time.Now(),
"[BGroup] request)"
)
162
err := m.Next(ctx)
163
return
err
164
}
165
166
func
NewBGroup() *BGroup {
167
return
&BGroup{}
Callers
nothing calls this directly
Calls
1
Next
Method · 0.65
Tested by
no test coverage detected