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 is a reader executor.
func NewReader ¶
NewReader creates a reader executor through the reading task, the record sender, and the task keyword.
type Runner ¶
type Runner interface {
Plugin() plugin.Task // Plugin Task - A task associated with a plugin
Shutdown() error // Close - Shuts down or terminates the operation of the runner
Run(ctx context.Context) error // Run - Initiates the execution of a task or job by the runner
}
Runner - A component responsible for executing tasks or jobs
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer: Write Runner
func NewWriter ¶
NewWriter: Creates a write runner by reading the task, the recorder, and the task keyword
Click to show internal directories.
Click to hide internal directories.