Documentation ¶
Index ¶
- type Go
- type Runner
- func (runner *Runner) CacheDir() string
- func (runner *Runner) Init(ctx context.Context) error
- func (runner *Runner) NormalCmd(ctx context.Context) error
- func (runner *Runner) Run(_ context.Context) error
- func (runner *Runner) Start(ctx context.Context) error
- func (runner *Runner) Stop() error
- func (runner *Runner) UsedCache() bool
- func (runner *Runner) WithArgs(args []string)
- func (runner *Runner) WithCache(location string)
- func (runner *Runner) WithDebug(debug bool) *Runner
- func (runner *Runner) WithEnvs(envs []configurations.EnvironmentVariable) *Runner
- func (runner *Runner) WithOut(out io.Writer) *Runner
- func (runner *Runner) WithRaceConditionDetection(raceConditionDection bool) *Runner
- func (runner *Runner) WithRequirements(requirements *builders.Dependencies) *Runner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶ added in v0.0.26
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) WithEnvs ¶ added in v0.1.22
func (runner *Runner) WithEnvs(envs []configurations.EnvironmentVariable) *Runner
func (*Runner) WithRaceConditionDetection ¶ added in v0.1.22
func (*Runner) WithRequirements ¶ added in v0.1.22
func (runner *Runner) WithRequirements(requirements *builders.Dependencies) *Runner
Click to show internal directories.
Click to hide internal directories.