Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicOperator ¶
type BasicOperator struct {
// contains filtered or unexported fields
}
func NewBasicOperator ¶
func NewBasicOperator(cfg *config.Config) (*BasicOperator, error)
func (*BasicOperator) Run ¶
func (op *BasicOperator) Run(ctx context.Context, ti scheduler.TaskInstance) error
type JobRunParams ¶
type LogConsumer ¶ added in v0.11.177
type LogConsumer interface {
Next() []LogLine
}
type NoOpLogConsumer ¶ added in v0.11.177
type NoOpLogConsumer struct{}
func (*NoOpLogConsumer) Next ¶ added in v0.11.177
func (l *NoOpLogConsumer) Next() []LogLine
Click to show internal directories.
Click to hide internal directories.