Versions in this module Expand all Collapse all v0 v0.5.2 Nov 8, 2020 Changes in this version + type Broadcaster struct + func (b *Broadcaster) Subscribe(ctx context.Context, connect ConnectFunc) (<-chan interface{}, error) + type ConnectFunc func() (chan interface{}, error)