Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastServer ¶
type BroadcastServer interface { Subscribe() <-chan interface{} CancelSubscription(<-chan interface{}) }
func NewBroadcastServer ¶
func NewBroadcastServer(ctx context.Context, source <-chan interface{}) BroadcastServer
Click to show internal directories.
Click to hide internal directories.