Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEncryptedPacket = errors.New("packet is encrypted or unknown: unexpected signature byte")
View Source
var ErrHeaderSize = errors.New("header size too low")
View Source
var ErrInvalidBooleanValue = errors.New("invalid value for boolean: (expected 0 or 1)")
View Source
var ErrInvalidNegativeSkip = errors.New("negative skip")
View Source
var ErrNotEnoughBytesByte = errors.New("not enough bytes to read byte")
View Source
var ErrNotEnoughBytesBytes = errors.New("not enough bytes to read []byte")
View Source
var ErrNotEnoughBytesFloat32 = errors.New("not enough bytes to read float32")
View Source
var ErrNotEnoughBytesFloat64 = errors.New("not enough bytes to read float64")
View Source
var ErrNotEnoughBytesInt16 = errors.New("not enough bytes to read int16")
View Source
var ErrNotEnoughBytesInt32 = errors.New("not enough bytes to read int32")
View Source
var ErrNotEnoughBytesInt64 = errors.New("not enough bytes to read int64")
View Source
var ErrNotEnoughBytesInt8 = errors.New("not enough bytes to read int8")
View Source
var ErrNotEnoughBytesString = errors.New("not enough bytes to read string")
View Source
var ErrNotEnoughBytesUInt16 = errors.New("not enough bytes to read uint16")
View Source
var ErrNotEnoughBytesUInt32 = errors.New("not enough bytes to read uint32")
View Source
var ErrNotEnoughBytesUInt64 = errors.New("not enough bytes to read uint64")
View Source
var ErrNotEnoughBytesUInt8 = errors.New("not enough bytes to read uint8")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.