package
Version:
v8.1.0+incompatible
Opens a new window with list of versions in this module.
Published: Apr 2, 2019
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type BacklogStatus struct {
Priority int `json:"priority"`
Position int `json:"position"`
TaskUUID string `json:"task_uuid"`
}
func (chore Chore) Errorf(msg string, args ...interface{})
func (chore Chore) Infof(msg string, args ...interface{})
type Scheduler struct {
}
type WorkerStatus struct {
ID int `json:"id"`
Idle bool `json:"idle"`
TaskUUID string `json:"task_uuid"`
LastSeen int `json:"last_seen"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.