Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader 读取运行器
type Runner ¶
type Runner interface { Plugin() plugin.Task //插件任务 Shutdown() error //关闭 Run(ctx context.Context) error //运行 }
Runner 运行器
Click to show internal directories.
Click to hide internal directories.