# README
Events Go Library
# Functions
Create a new EventCache with an EventSwitch as backend.
No description provided by the author
# Structs
An EventCache buffers events for a Fireable All events are cached.
# Interfaces
reactors and other modules should export this interface to become eventable.
Generic event data can be typed and registered with tendermint/go-wire via concrete implementation of this interface.
No description provided by the author
an event switch or cache implements fireable.
# Type aliases
No description provided by the author