Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
327
type
Handler
interface
{
328
Handle(context.Context, caddy.Event) error
329
}
330
331
// Interface guards
Callers
5
newAdminHandler
Method · 0.65
TestAdminHandlerErrorHandling
Function · 0.65
Handle
Method · 0.65
Emit
Method · 0.65
setupListenerWrapperTest
Function · 0.65
Calls
no outgoing calls
Tested by
2
TestAdminHandlerErrorHandling
Function · 0.52
setupListenerWrapperTest
Function · 0.52