Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...RunnerOption) *Runner
type RunnerOption ¶
type RunnerOption func(*Runner)
func WithDefaultTaskTimeout ¶
func WithDefaultTaskTimeout(timeout time.Duration) RunnerOption
type TaskOption ¶
type TaskOption func(*taskOptions)
func WithTimeout ¶
func WithTimeout(timeout time.Duration) TaskOption
Click to show internal directories.
Click to hide internal directories.