package
Version:
v0.0.0-...-2ac5646
Opens a new window with list of versions in this module.
Published: Jan 25, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type JobQueue interface {
Init() error
AddJob(j *Job) error
DoneJob(j *Job) error
GetJobs() ([]*Job, error)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.