package
Version:
v0.0.0-...-78613ec
Opens a new window with list of versions in this module.
Published: Oct 9, 2021
License: Apache-2.0
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 Agent interface {
Run()
OnClose()
}
type Processor interface {
Route(msg interface{}, userData interface{}) error
Unmarshal(data []byte) (interface{}, error)
Marshal(msg interface{}) ([][]byte, error)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.