package
0.0.0-20191106220529-2723bb6c7c79
Repository: https://github.com/textileio/go-eventstore.git
Documentation: pkg.go.dev
# Functions
NewBroadcaster returns a new Broadcaster with the given capacity (0 means un-buffered).
# Constants
ErrClosedChannel means the caller attempted to send to one or more closed broadcast channels.
# Structs
Broadcaster implements a Publisher.
Listener implements a Subscriber to broadcast channel.