Versions in this module Expand all Collapse all v0 v0.0.5 Apr 23, 2020 v0.0.4 Apr 23, 2020 Changes in this version + func ConfirmTask(id string, ok bool) bool + func RegisterWorker(taskName string, f func(task *FetchedTask) bool) + func Start() + type FetchedTask struct + Id string + Task Task + Time int64 + func FetchTask(taskName string) *FetchedTask + type Task struct + Args map[string]interface{} + Group string + Name string + func (task *Task) ArgsTo(to interface{})