Versions in this module Expand all Collapse all v0 v0.0.2 Jul 17, 2019 v0.0.1 May 31, 2019 Changes in this version + type Bool bool + func (z *Bool) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Bool) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Bool) EncodeMsg(en *msgp.Writer) (err error) + func (z Bool) MarshalMsg(b []byte) (o []byte, err error) + func (z Bool) Msgsize() (s int) + type Byte byte + func (z *Byte) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Byte) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Byte) EncodeMsg(en *msgp.Writer) (err error) + func (z Byte) MarshalMsg(b []byte) (o []byte, err error) + func (z Byte) Msgsize() (s int) + type Bytes []byte + func (z *Bytes) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Bytes) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Bytes) EncodeMsg(en *msgp.Writer) (err error) + func (z Bytes) MarshalMsg(b []byte) (o []byte, err error) + func (z Bytes) Msgsize() (s int) + type Float32 float32 + func (z *Float32) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Float32) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Float32) EncodeMsg(en *msgp.Writer) (err error) + func (z Float32) MarshalMsg(b []byte) (o []byte, err error) + func (z Float32) Msgsize() (s int) + type Float64 float64 + func (z *Float64) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Float64) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Float64) EncodeMsg(en *msgp.Writer) (err error) + func (z Float64) MarshalMsg(b []byte) (o []byte, err error) + func (z Float64) Msgsize() (s int) + type Int int + func (z *Int) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Int) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Int) EncodeMsg(en *msgp.Writer) (err error) + func (z Int) MarshalMsg(b []byte) (o []byte, err error) + func (z Int) Msgsize() (s int) + type Int16 int16 + func (z *Int16) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Int16) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Int16) EncodeMsg(en *msgp.Writer) (err error) + func (z Int16) MarshalMsg(b []byte) (o []byte, err error) + func (z Int16) Msgsize() (s int) + type Int32 int32 + func (z *Int32) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Int32) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Int32) EncodeMsg(en *msgp.Writer) (err error) + func (z Int32) MarshalMsg(b []byte) (o []byte, err error) + func (z Int32) Msgsize() (s int) + type Int64 int64 + func (z *Int64) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Int64) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Int64) EncodeMsg(en *msgp.Writer) (err error) + func (z Int64) MarshalMsg(b []byte) (o []byte, err error) + func (z Int64) Msgsize() (s int) + type Int8 int8 + func (z *Int8) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Int8) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Int8) EncodeMsg(en *msgp.Writer) (err error) + func (z Int8) MarshalMsg(b []byte) (o []byte, err error) + func (z Int8) Msgsize() (s int) + type Message interface + type Messages []Message + func (z *Messages) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Messages) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Messages) EncodeMsg(en *msgp.Writer) (err error) + func (z Messages) MarshalMsg(b []byte) (o []byte, err error) + func (z Messages) Msgsize() (s int) + type String string + func (z *String) DecodeMsg(dc *msgp.Reader) (err error) + func (z *String) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z String) EncodeMsg(en *msgp.Writer) (err error) + func (z String) MarshalMsg(b []byte) (o []byte, err error) + func (z String) Msgsize() (s int) + type Strings []string + func (z *Strings) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Strings) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Strings) EncodeMsg(en *msgp.Writer) (err error) + func (z Strings) MarshalMsg(b []byte) (o []byte, err error) + func (z Strings) Msgsize() (s int) + type Uint uint + func (z *Uint) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Uint) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Uint) EncodeMsg(en *msgp.Writer) (err error) + func (z Uint) MarshalMsg(b []byte) (o []byte, err error) + func (z Uint) Msgsize() (s int) + type Uint16 uint16 + func (z *Uint16) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Uint16) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Uint16) EncodeMsg(en *msgp.Writer) (err error) + func (z Uint16) MarshalMsg(b []byte) (o []byte, err error) + func (z Uint16) Msgsize() (s int) + type Uint32 uint32 + func (z *Uint32) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Uint32) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Uint32) EncodeMsg(en *msgp.Writer) (err error) + func (z Uint32) MarshalMsg(b []byte) (o []byte, err error) + func (z Uint32) Msgsize() (s int) + type Uint64 uint64 + func (z *Uint64) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Uint64) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Uint64) EncodeMsg(en *msgp.Writer) (err error) + func (z Uint64) MarshalMsg(b []byte) (o []byte, err error) + func (z Uint64) Msgsize() (s int) + type Uint8 uint8 + func (z *Uint8) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Uint8) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Uint8) EncodeMsg(en *msgp.Writer) (err error) + func (z Uint8) MarshalMsg(b []byte) (o []byte, err error) + func (z Uint8) Msgsize() (s int) + type Uints []uint + func (z *Uints) DecodeMsg(dc *msgp.Reader) (err error) + func (z *Uints) UnmarshalMsg(bts []byte) (o []byte, err error) + func (z Uints) EncodeMsg(en *msgp.Writer) (err error) + func (z Uints) MarshalMsg(b []byte) (o []byte, err error) + func (z Uints) Msgsize() (s int)