Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatTime ¶
Types ¶
type Watcher ¶
type Watcher interface { Has(topic string) bool Pub(topic string, args ...interface{}) PubAs(topicValue ...interface{}) PubTo(topicType reflect.Type, args ...interface{}) Sub(topic string, function interface{}) Handler SubAs(function interface{}) Handler SubTo(topicType reflect.Type, function interface{}) Handler }
func NewWatcher ¶
func NewWatcher() Watcher
Click to show internal directories.
Click to hide internal directories.