package
0.1.0
Repository: https://github.com/kucjac/cleango.git
Documentation: pkg.go.dev

# Functions

EncodingGOB returns json encoding.
EncodingJSON returns json encoding.
EncodingProto returns json encoding.
Get returns a codec for provided encoding name.
GOB gets std gob codec.
JSON gets std json codec implementation.
Proto gets std protobuf codec.
Register registers the codec in the mapping.
TestMessagesEncoding tests the input messages if the values encoding persists the same.

# Interfaces

Codec is an interface for all codecs to implement the.
ProtoMarshaler is an interface used by the protobuf codec used to custom marshal proto message.
ProtoUnmarshaler is an interface used for custom unmarshalling proto message.