Versions in this module Expand all Collapse all v2 v2.3.0 Dec 25, 2021 Changes in this version + type FuncWorker struct + F interface{} + Name string + func (f FuncWorker) Run(ctl *controller.TaskCtl, funcArgs []string, result *message.Result) error + func (f FuncWorker) WorkerName() string + type WorkerInterface interface + Run func(ctl *controller.TaskCtl, funcArgs []string, result *message.Result) error + WorkerName func() string