Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶ added in v0.1.1
IsInvalidConfig asserts invalidConfigError.
Types ¶
type RetryTaskConfig ¶ added in v0.1.1
type RetryTaskConfig struct {
Logger micrologger.Logger
Underlying Task
}
type Task ¶
Task represent a generic step in a pipeline.
func NewRetryTask ¶ added in v0.1.1
func NewRetryTask(config RetryTaskConfig) (Task, error)
Click to show internal directories.
Click to hide internal directories.