Versions in this module Expand all Collapse all v1 v1.7.7 Jul 20, 2021 v1.7.6 Jul 20, 2021 Changes in this version + type Interface interface + NewEmpty func() (ValueInterface, error) + NewFromData func(data []byte) (ValueInterface, error) + type ProtoEncoder struct + func NewProto() (*ProtoEncoder, error) + func (e *ProtoEncoder) NewEmpty() (ValueInterface, error) + func (e *ProtoEncoder) NewFromData(data []byte) (ValueInterface, error) + type ProtoEncoderValue struct + func (e *ProtoEncoderValue) Add(ids ...string) error + func (e *ProtoEncoderValue) GetIds() ([]string, error) + func (e *ProtoEncoderValue) Serialize() ([]byte, error) + type ValueInterface interface + Add func(...string) error + GetIds func() ([]string, error) + Serialize func() ([]byte, error)