package
1.1.8
Repository: https://github.com/wework/grabbit.git
Documentation: pkg.go.dev

# Functions

NewAvroSerializer creates a new instance of Avro and returns it.
NewGobSerializer create a new instance of Gob.
NewMessageEncoding creates an instance of Avro and returns gbus.Serializer.
NewProtoSerializer creates a new instance of Proto and returns it.

# Constants

No description provided by the author

# Structs

Avro a serializer for GBus uses Avro.
Gob encodes and decodes messages using gob encoding.
Proto a serializer for GBus uses protobuf.

# Interfaces

AvroMessageGenerated an interface for the https://github.com/actgardner/gogen-avro since it doesn't have one :(.