package
Version:
v0.1.0-RC2
Opens a new window with list of versions in this module.
Published: Nov 11, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type StreamMessage interface {
MarshalBinary() ([]byte, error)
UnmarshalBinary(data []byte) error
SetPublishingId(id int64)
GetPublishingId() int64
HasPublishingId() bool
GetData() [][]byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.