Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipeSync ¶
type PipeSync struct {
// contains filtered or unexported fields
}
func NewPipeSync ¶
func NewPipeSync() *PipeSync
type Task ¶
type Task struct { Name string // contains filtered or unexported fields }
func (*Task) RunPipeSync ¶
RunPipeSync runs each task in the pipeline downstream calling task.RunSync recursively
type TaskManager ¶
type TaskManager struct {
// contains filtered or unexported fields
}
func NewTaskManager ¶
func NewTaskManager(logger *log.Logger) *TaskManager
func (*TaskManager) AddTask ¶
func (manager *TaskManager) AddTask(name string, wf WorkerFn)
func (*TaskManager) SetLogger ¶
func (manager *TaskManager) SetLogger(logger *log.Logger)
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func (*Worker) GetContext ¶
func (*Worker) SetContext ¶
Click to show internal directories.
Click to hide internal directories.