Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobRunner ¶
type JobRunner struct {
// contains filtered or unexported fields
}
JobRunner loops indefinitely and runs one job at a time
func New ¶
func New(workerQueue chan chan *models.Job, apiClient *apiclient.APIClient, workingDirectory string, logger log.Logger) *JobRunner
New creates a new JobRunner
Click to show internal directories.
Click to hide internal directories.