package
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 11
Opens a new window with list of known importers.
Documentation
¶
type BaseProtocol interface {
WriteByte(value byte) error
ReadByte() (value byte, err error)
}
type Decoder interface {
Decode() (interface{}, error)
}
type Encoder interface {
Encode(interface{}) error
Buffer() []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.