package
0.0.0-20200901024244-16f403e6ee72
Repository: https://github.com/lubanproj/gorpc.git
Documentation: pkg.go.dev

# Functions

GetCodec get a Codec by a codec name.
GetSerialization get a Serialization by a serialization name.
RegisterCodec registers a codec, which will be added to codecMap.

# Constants

No description provided by the author
json.
No description provided by the author
msgpack.
protobuf.
No description provided by the author

# Variables

DefaultCodec defines the default codec.
DefaultSerialization defines the default serialization.
NewCodec returns a globally unique codec.
NewSerialization returns a globally unique serialization.

# Structs

FrameHeader describes the header structure of a data frame.
MsgpackSerialization implemented msgpack serialization.

# Interfaces

Codec defines the codec specification for data.
Serialization defines the serialization of data.