Versions in this module Expand all Collapse all v1 v1.7.3 Aug 18, 2023 Changes in this version + type Executor struct + func New() *Executor + func (exc *Executor) Run(ctx context.Context, params *Params) error + type Params struct + DryRun bool + Envs []string + Quiet bool + Script string + Shell []string + Timeout *Timeout + WorkingDir string + type Timeout struct + Duration time.Duration + KillAfter time.Duration