package
0.0.0-20191121140916-9649366ff4b2
Repository: https://github.com/chronosphereiox/m3.git
Documentation: pkg.go.dev

# Functions

NewDecoder decodes a new decoder, the implementation is not thread safe.
NewEncoder creates a new encoder, the implementation is not thread safe.
NewMockDecoder creates a new mock instance.
NewMockEncoder creates a new mock instance.
NewOptions creates a new Options.

# Structs

Configuration configures an Encoder or a Decoder.
MockDecoder is a mock of Decoder interface.
MockDecoderMockRecorder is the mock recorder for MockDecoder.
MockEncoder is a mock of Encoder interface.
MockEncoderMockRecorder is the mock recorder for MockEncoder.

# Interfaces

Decoder decodes into an unmarshaler.
Encoder encodes the marshaler.
Marshaler can be marshalled.
Options configures a encoder or decoder.
Unmarshaler can be unmarshalled from bytes.