package
1.1.0
Repository: https://github.com/dryarullin/gopher-celery.git
Documentation: pkg.go.dev

# Functions

NewJSONSerializer returns JSONSerializer.
NewSerializerRegistry creates a registry of serializers.

# Constants

The mime-type describing the serializers.
Supported protocol versions.
Supported protocol versions.

# Structs

JSONSerializer encodes/decodes a task messages in JSON format.
SerializerRegistry encodes/decodes task messages using registered serializers.
Task represents a task message that provides essential params to run a task.

# Interfaces

Serializer encodes/decodes Celery tasks (message's body param to be precise).