Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Record ¶
type Record struct { // Meta holds a key value pair that can include information about the data. // Such as compression used, file format version and other important bits of data. Meta map[string]string Data []byte }
Record wraps the input data and combines it with the metadata.
func (*Record) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
Click to show internal directories.
Click to hide internal directories.