MCPcopy 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
160func (m *BGroup) Handle(ctx dotweb.Context) error {
161 fmt.Println(time.Now(), "[BGroup] request)")
162 err := m.Next(ctx)
163 return err
164}
165
166func NewBGroup() *BGroup {
167 return &BGroup{}

Callers

nothing calls this directly

Calls 1

NextMethod · 0.65

Tested by

no test coverage detected