//
pkg.gl
Category
github.com/botchris/go-pubsub
middleware
codec
package
1.2.4
Repository:
https://github.com/botchris/go-pubsub.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
0
Files
161 SLOC
#
Functions
NewCodecMiddleware
NewCodecMiddleware creates a new Codec middleware that encodes/decodes messages when publishing and delivering.
#
Variables
Gob
Gob is a simple encoder and decoder that uses the gob package.
JSON
JSON is a simple JSON encoder and decoder.
Msgpack
Msgpack is a simple encoder and decoder that uses the msgpack package.
Protobuf
Protobuf encodes and decodes messages using protocol buffers.
#
Interfaces
Codec
Codec represents a component that can encode and decode messages.