MCPcopy
hub / github.com/caddyserver/caddy / Handle

Method Handle

modules/caddyevents/app.go:328–328  ·  view source on GitHub ↗
(context.Context, caddy.Event)

Source from the content-addressed store, hash-verified

326// Handler is a type that can handle events.
327type Handler interface {
328 Handle(context.Context, caddy.Event) error
329}
330
331// Interface guards

Callers 5

newAdminHandlerMethod · 0.65
HandleMethod · 0.65
EmitMethod · 0.65
setupListenerWrapperTestFunction · 0.65

Calls

no outgoing calls

Tested by 2

setupListenerWrapperTestFunction · 0.52