# Packages
Package bytes provides a bytes codec which does not encode or decode anything.
Package grpc provides a grpc codec.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Message represents detailed information about the communication, likely followed by the body.
# Interfaces
Codec encodes/decodes various types of messages used within vine ReadHeader and ReadBody are called in pair to read requests/responses from the connection.
Marshaler is a simple encoding interface ued 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
# Type aliases
No description provided by the author
NewCodec takes in a connection/buffer and returns a new Codec.