Documentation ¶
Index ¶
- type TaskDB
- func (z *TaskDB) Clean() error
- func (z *TaskDB) Close()
- func (z *TaskDB) ListNonTerminalTasks() ([]*eremetic.Task, error)
- func (z *TaskDB) PutTask(task *eremetic.Task) error
- func (z *TaskDB) ReadTask(id string) (eremetic.Task, error)
- func (z *TaskDB) ReadUnmaskedTask(id string) (eremetic.Task, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskDB ¶
type TaskDB struct {
// contains filtered or unexported fields
}
TaskDB is a Zookeeper implementation of the task database.
func (*TaskDB) ListNonTerminalTasks ¶
ListNonTerminalTasks returns all non-terminal tasks.
Click to show internal directories.
Click to hide internal directories.