Versions in this module Expand all Collapse all v0 v0.0.1 Jun 30, 2020 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