package
0.1.1
Repository: https://github.com/gole-dev/gole.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

GetCodec gets a registered Codec by content-subtype, or nil if no Codec is registered for the content-subtype.
GzipDecode 解码.
GzipEncode 编码.
Marshal encode data.
RegisterCodec registers the provided Codec for use with all transport clients and servers.
Unmarshal decode data.

# Variables

ErrNotAPointer .

# Structs

GobEncoding gob encode.
JSONEncoding json格式.
JSONGzipEncoding json and gzip.
JSONSnappyEncoding json格式和snappy压缩.
MsgPackEncoding msgpack 格式.

# Interfaces

Codec defines the interface gRPC uses to encode and decode messages.
Encoding 编码接口定义.