Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobCacher ¶
type JobCacher interface { All() ([]*model.Job, time.Time) Get(guid string) *model.Job PauseUntilAtLeast(t time.Time) Expires() time.Time }
JobCacher ... Implements server-side control over database access.
type JobService ¶
JobService ... Implements whatever it takes to get new jobs.
Click to show internal directories.
Click to hide internal directories.