package
1.0.0-rc
Repository: https://github.com/cryft-labs/cryftgo.git
Documentation: pkg.go.dev

# Functions

New attempts to create a new job queue from the provided database.
No description provided by the author

# Structs

Jobs tracks a series of jobs that form a DAG of dependencies.
No description provided by the author
TestJob is a test Job.
TestParser is a test Parser.

# Interfaces

Job defines the interface required to be placed on the job queue.
Parser allows parsing a job from bytes.