MCPcopy 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
174func (m *CGroup) Handle(ctx dotweb.Context) error {
175 fmt.Println(time.Now(), "[CGroup] request)")
176 err := m.Next(ctx)
177 return err
178}
179
180func NewCGroup() *CGroup {
181 return &CGroup{}

Callers

nothing calls this directly

Calls 1

NextMethod · 0.65

Tested by

no test coverage detected