package
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 29, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Callback interface {
Callback(topic string, events ...interface{}) error
}
type CallbackFunc = func(topic string, events ...interface{}) error
type Controller interface {
WaitAsync()
SetTransaction(topic string, tr bool)
}
type Publisher interface {
Publish(topic string, events ...interface{})
PublishSync(topic string, events ...interface{}) error
PublishSyncNoWait(topic string, events ...interface{}) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.