package
0.0.0-20231220144409-c71436262759
Repository: https://github.com/inspirate789/rpcx.git
Documentation: pkg.go.dev
# Structs
ByteCodec uses raw slice pf bytes and don't encode/decode.
JSONCodec uses json marshaler and unmarshaler.
No description provided by the author
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.