package
3.2.4+incompatible
Repository: https://github.com/werunclub/rpcx.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.

# Interfaces

Codec defines the interface that decode/encode payload.