package
2.1.0
Repository: https://github.com/borderlesshq/axon.git
Documentation: pkg.go.dev

# Packages

Package bytes provides a bytes codec which does not encode or decode anything.
Package msgpack provides a msgpack codec.
Package text reads any text/* content-type.

# Variables

No description provided by the author

# Interfaces

Codec encodes/decodes various types of messages used within axon ReadHeader and ReadBody are called in pairs to read requests/responses from the connection.
Marshaler is a simple encoding interface used for the broker/transport where headers are not supported by the underlying implementation.
No description provided by the author
No description provided by the author