Documentation
¶
Index ¶
- Constants
- func AppendInt64(buf []byte, i int64) []byte
- func AppendMagic(buf []byte, magic [8]byte) []byte
- func CheckMagic(buf []byte, magic [8]byte) error
- func DecodeInt64(buf []byte, d *int64) []byte
- func DecodeMagic(buf []byte, magic [8]byte) ([]byte, error)
- func ToBuffer(a Appender, buf *buffer.Buffer)
- type Appender
- type Decoder
Constants ¶
View Source
const (
ErrBadMagic stok.Error = "Bad magic header"
)
Variables ¶
This section is empty.
Functions ¶
func AppendInt64 ¶
func AppendMagic ¶
func CheckMagic ¶
func DecodeInt64 ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.