Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Subscribe ¶
func Subscribe(key string, callback SubscriptionCallback)
Subscribe to a publisher message
Types ¶
type SubscriptionCallback ¶
type SubscriptionCallback func(key string, x interface{})
SubscriptionCallback is the callback function for published messgages
Click to show internal directories.
Click to hide internal directories.