Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncWorker ¶
type FuncWorker struct {
F interface{}
Name string
}
func (FuncWorker) Run ¶
func (f FuncWorker) Run(ctl *controller.TaskCtl, funcArgs []string, result *message.Result) error
func (FuncWorker) WorkerName ¶
func (f FuncWorker) WorkerName() string
type WorkerInterface ¶
Click to show internal directories.
Click to hide internal directories.