package
Version:
v0.0.0-...-6785f5e
Opens a new window with list of versions in this module.
Published: Mar 27, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IPublish interface {
Publish(key uint64, parameters ...interface{}) error
}
type ISubscribe interface {
Subscribe(key uint64, onFunction func(...interface{}) error) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.