Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Subscriber ¶
type Subscriber interface {
Event() <-chan *Event
Unsubscribe()
}
func Subscribe ¶
func Subscribe(topic string) (Subscriber, error)
func SubscribeAll ¶
func SubscribeAll() (Subscriber, error)
Click to show internal directories.
Click to hide internal directories.