package
1.5.0
Repository: https://github.com/dappledger/annchain.git
Documentation: pkg.go.dev

# README

go-events

PubSub in Go with event caching.

# 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