package
0.1.1
Repository: https://github.com/benpate/turbine.git
Documentation: pkg.go.dev

# Functions

New returns a fully initialized Storage object.

# Constants

CollectionLog is the name of the mongodb collection where completed/logged tasks are stored.
CollectionQueue is the name of the mongodb collection where queued tasks are stored.

# Structs

Storage implements a queue Storage interface using MongoDB.