# Packages
Package eventsconfig is for configuring kengineevents.App with the Kenginefile.
# Variables
ErrAborted cancels an event.
# Structs
App implements a global eventing system within Kengine.
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.