Documentation ¶ Index ¶ type Factory func New(conf *conf.Config) *Factory func (f *Factory) CancelExecTask(uuid string) func (f *Factory) ExecTask(ctx kratosx.Context, task *biz.Task, fn biz.ExecTaskReplyFunc) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Factory ¶ type Factory struct { // contains filtered or unexported fields } func New ¶ func New(conf *conf.Config) *Factory func (*Factory) CancelExecTask ¶ func (f *Factory) CancelExecTask(uuid string) func (*Factory) ExecTask ¶ func (f *Factory) ExecTask(ctx kratosx.Context, task *biz.Task, fn biz.ExecTaskReplyFunc) error Source Files ¶ View all Source files store.go task.go Click to show internal directories. Click to hide internal directories.