package
0.0.0-20241209051936-7a7551ee7244
Repository: https://github.com/firma/framework-common.git
Documentation: pkg.go.dev

# Packages

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.
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.