Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewJsonEncoder ¶
func NewJsonEncoder() *jsonEncoder
func NewProtoEncoder ¶
func NewProtoEncoder() *protoEncoder
Types ¶
type EncodeType ¶
type EncodeType uint8
const ( JsonEncode EncodeType = 1 ProtoEncode EncodeType = 2 )
func (EncodeType) String ¶
func (et EncodeType) String() string
Click to show internal directories.
Click to hide internal directories.