Documentation
¶
Index ¶
- type Cmd
- type Ctx
- type Env
- type Opt
- type Opts
- type ReleaseFunc
- type RunFunc
- type Runner
- func (r *Runner) AcquireCtx() *Ctx
- func (r *Runner) Context() context.Context
- func (r *Runner) ReleaseCtx(c *Ctx) ReleaseFunc
- func (r *Runner) RunTasks(tasks ...string) error
- func (r *Runner) Stderr() io.Writer
- func (r *Runner) Stdin() io.Reader
- func (r *Runner) Stdout() io.Writer
- func (r *Runner) Use(funcs ...RunFunc)
- type Vars
- type WorkingDir
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct {
Stdin io.Reader
Stdout io.Writer
Stderr io.Writer
Timeout time.Duration
File *spec.Spec
Vars Vars
Env Env
WorkingDir spec.WorkingDir
}
Opts ...
Click to show internal directories.
Click to hide internal directories.