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