Documentation ¶
Overview ¶
Package codec is the registration center for supported codecs you can register whatever codec implementation you want
e.g. for json codec, you can register you own codec implementation based on other json library (other than encoding/json)
by default, using encoding/json for json codec and gogoproto for protobuf codec
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.