package
0.0.0-20240618085051-339b0c3ca481
Repository: https://github.com/adtsign/kratos.git
Documentation: pkg.go.dev
# README
encoding
msgpack
go get -u github.com/go-kratos/kratos/contrib/encoding/msgpack/v2
# Functions
GetCodec gets a registered Codec by content-subtype, or nil if no Codec is registered for the content-subtype.
RegisterCodec registers the provided Codec for use with all Transport clients and servers.
# Interfaces
Codec defines the interface Transport uses to encode and decode messages.