MCPcopy Create free account
hub / github.com/idank/explainshell / CaddyModule

Method CaddyModule

prod/botshed/module.go:61–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61func (*Botshed) CaddyModule() caddy.ModuleInfo {
62 return caddy.ModuleInfo{
63 ID: "http.handlers.botshed",
64 New: func() caddy.Module { return new(Botshed) },
65 }
66}
67
68func (b *Botshed) Provision(ctx caddy.Context) error {
69 b.logger = ctx.Logger()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected