Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExchangeName = "Go-Sub-Pub-Exchange" ExchangeNameBackup = "Go-Sub-Pub-Exchange-Backup" )
Variables ¶
This section is empty.
Functions ¶
func Subscribe ¶
func Subscribe(topic string, onMessageReceive OnMessageReceive, args ...interface{}) <-chan struct{}
Types ¶
type OnMessageReceive ¶
type OnMessageReceive func(data interface{}) bool
Click to show internal directories.
Click to hide internal directories.