package
0.0.0-20211127192921-538a9bf3b105
Repository: https://github.com/lasthyphen/avalanchego-1.4.11.git
Documentation: pkg.go.dev

# Functions

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

# Constants

StatusUpdateFrequency is how many containers should be processed between logs.

# 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.