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(conn connectionFetcher) (*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 MissingFieldsError ¶ added in v0.11.187
type MissingFieldsError struct {
Fields []string
}
func (*MissingFieldsError) Error ¶ added in v0.11.187
func (e *MissingFieldsError) Error() string
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.