# Packages
Package eventsconfig is for configuring caddyevents.App with the Caddyfile.
# Variables
ErrAborted cancels an event.
# Structs
App implements a global eventing system within Caddy.
CloudEvent is a JSON-serializable structure that is compatible with the CloudEvents specification.
Event represents something that has happened or is happening.
Subscription represents binding of one or more handlers to one or more events.
# Interfaces
Handler is a type that can handle events.