Versions in this module Expand all Collapse all v0 v0.7.3 Mar 2, 2018 v0.7.2 Dec 6, 2017 Changes in this version + type TMEncoderLegacy struct + var Legacy *TMEncoderLegacy = &TMEncoderLegacy{} + func (e *TMEncoderLegacy) WriteBool(b bool, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteFloat32(f float32, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteFloat64(f float64, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteInt16(i int16, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteInt32(i int32, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteInt64(i int64, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteInt8(i int8, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteOctet(b byte, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteOctetSlice(bz []byte, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteTime(t time.Time, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteTo(bz []byte, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteUint16(i uint16, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteUint16s(iz []uint16, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteUint32(i uint32, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteUint64(i uint64, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteUint8(i uint8, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteUvarint(i uint, w io.Writer, n *int, err *error) + func (e *TMEncoderLegacy) WriteVarint(i int, w io.Writer, n *int, err *error)