package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Jan 23, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
ID string `json:"id"`
MsgType string `json:"msgType"`
Version string `json:"version"`
Payload []byte `json:"payload"`
}
Message abstracts a message object to be used by different transport components.
type Transport interface {
Start()
Stop()
}
Transport is an interface for transport layer.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.