Versions in this module Expand all Collapse all v0 v0.2.17 Dec 28, 2019 v0.2.15 Dec 28, 2019 Changes in this version + type Container struct + Data []byte + func (c *Container) Count() uint16 + func (c *Container) Get(idx uint16) (out []byte) + func (c *Container) GetMagic() (out []byte) + type Serializer interface + Decode func(b []byte) []byte + Encode func() []byte + type Serializers []Serializer + func (srs Serializers) CreateContainer(magic []byte) (out *Container)