MCPcopy 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
146func (m *AGroup) Handle(ctx dotweb.Context) error {
147 fmt.Println(time.Now(), "[AGroup] request)")
148 err := m.Next(ctx)
149 return err
150}
151
152func NewAGroup() *AGroup {
153 return &AGroup{}

Callers

nothing calls this directly

Calls 1

NextMethod · 0.65

Tested by

no test coverage detected