Versions in this module Expand all Collapse all v1 v1.0.21 Dec 12, 2023 v1.0.20 Dec 12, 2023 Changes in this version + type Bools []bool + func (s *Bools) GetBinaryCodec() binary.Codec + type ByteMap map[string][]byte + func (d *ByteMap) GetBinaryCodec() binary.Codec + type Bytes []byte + func (s *Bytes) GetBinaryCodec() binary.Codec + type Dictionary map[string]string + func (d *Dictionary) GetBinaryCodec() binary.Codec + type Float32s []float32 + func (s *Float32s) GetBinaryCodec() binary.Codec + func (s Float32s) Len() int + func (s Float32s) Less(i, j int) bool + func (s Float32s) Swap(i, j int) + type Float64s []float64 + func (s *Float64s) GetBinaryCodec() binary.Codec + func (s Float64s) Len() int + func (s Float64s) Less(i, j int) bool + func (s Float64s) Swap(i, j int) + type HashMap map[uint64][]byte + func (d *HashMap) GetBinaryCodec() binary.Codec + type Int16s []int16 + func (s *Int16s) GetBinaryCodec() binary.Codec + func (s Int16s) Len() int + func (s Int16s) Less(i, j int) bool + func (s Int16s) Swap(i, j int) + type Int32s []int32 + func (s *Int32s) GetBinaryCodec() binary.Codec + func (s Int32s) Len() int + func (s Int32s) Less(i, j int) bool + func (s Int32s) Swap(i, j int) + type Int64s []int64 + func (s *Int64s) GetBinaryCodec() binary.Codec + func (s Int64s) Len() int + func (s Int64s) Less(i, j int) bool + func (s Int64s) Swap(i, j int) + type String string + func (s *String) GetBinaryCodec() binary.Codec + type Uint16s []uint16 + func (s *Uint16s) GetBinaryCodec() binary.Codec + func (s Uint16s) Len() int + func (s Uint16s) Less(i, j int) bool + func (s Uint16s) Swap(i, j int) + type Uint32s []uint32 + func (s *Uint32s) GetBinaryCodec() binary.Codec + func (s Uint32s) Len() int + func (s Uint32s) Less(i, j int) bool + func (s Uint32s) Swap(i, j int) + type Uint64s []uint64 + func (s *Uint64s) GetBinaryCodec() binary.Codec + func (s Uint64s) Len() int + func (s Uint64s) Less(i, j int) bool + func (s Uint64s) Swap(i, j int)