Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRecordTooShort is returned when trying to unmarshal a record that is too // short to be valid ErrRecordTooShort = errors.New("record is too short") // ErrUnknownSchema is returned when trying to unmarshal a record with an // unknown schema ErrUnknownSchema = errors.New("unknown schema") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.