package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Jul 7, 2022
License: Zlib
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
Cmd string
Data interface{}
}
type EventChan chan Event
type Publisher interface {
Publish(topic string, ev Event)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.