Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandResult ¶
type Result ¶
type Runner ¶
type Runner interface {
Run(ctx context.Context, attempt int) (CommandResult, error)
}
type RunnerFunc ¶
type RunnerFunc func(ctx context.Context, attempt int) (CommandResult, error)
func (RunnerFunc) Run ¶
func (f RunnerFunc) Run(ctx context.Context, attempt int) (CommandResult, error)
Click to show internal directories.
Click to hide internal directories.