package
1.2.4
Repository: https://github.com/botchris/go-pubsub.git
Documentation: pkg.go.dev

# Functions

NewCodecMiddleware creates a new Codec middleware that encodes/decodes messages when publishing and delivering.

# Variables

Gob is a simple encoder and decoder that uses the gob package.
JSON is a simple JSON encoder and decoder.
Msgpack is a simple encoder and decoder that uses the msgpack package.
Protobuf encodes and decodes messages using protocol buffers.

# Interfaces

Codec represents a component that can encode and decode messages.