Versions in this module Expand all Collapse all v0 v0.2.0 Jun 12, 2019 v0.1.0 Jun 11, 2019 Changes in this version + var ErrASCIIReplacement = RepertoireError(encoding.ASCIISub) + type Encoding struct + MIB identifier.MIB + Name string + func (e *Encoding) ID() (mib identifier.MIB, other string) + func (e *Encoding) String() string + type FuncEncoding struct + Decoder func() transform.Transformer + Encoder func() transform.Transformer + func (e FuncEncoding) NewDecoder() *encoding.Decoder + func (e FuncEncoding) NewEncoder() *encoding.Encoder + type RepertoireError byte + func (r RepertoireError) Error() string + func (r RepertoireError) Replacement() byte + type SimpleEncoding struct + Decoder transform.Transformer + Encoder transform.Transformer + func (e *SimpleEncoding) NewDecoder() *encoding.Decoder + func (e *SimpleEncoding) NewEncoder() *encoding.Encoder