package
1.0.0
Repository: https://github.com/masonchen2014/easymicro.git
Documentation: pkg.go.dev

# Structs

ByteCodec uses raw slice pf bytes and don't encode/decode.
JSONCodec uses json marshaler and unmarshaler.
MsgpackCodec uses messagepack marshaler and unmarshaler.
PBCodec uses protobuf marshaler and unmarshaler.
No description provided by the author

# Interfaces

Codec defines the interface that decode/encode payload.