Documentation
¶
Index ¶
Constants ¶
View Source
const ( // JobStatusPending means the job is waiting to be processed. JobStatusPending = iota // JobStatusRunning means the job is being processed. JobStatusRunning // JobStatusDone means the job has been processed. JobStatusDone // JobStatusFailed means the job has failed to be processed. JobStatusFailed )
Variables ¶
View Source
var Version = "1.0.1"
Version is the current version of the package.
Functions ¶
This section is empty.
Types ¶
type JobQueue ¶
type JobQueue struct {
// contains filtered or unexported fields
}
JobQueue is a queue for jobs
Click to show internal directories.
Click to hide internal directories.