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