Versions in this module Expand all Collapse all v1 v1.0.1 Aug 11, 2020 v1.0.0 Aug 7, 2019 Changes in this version + type EmptyExecutorOption struct + type Executor struct + func Execute(opts ...ExecutorOption) (executor *Executor, err error) + func ExecuteContext(ctx context.Context, opts ...ExecutorOption) (executor *Executor, err error) + func (e *Executor) PrintExecutorInfo() + func (e *Executor) PrintExecutorOptions() + type ExecutorOption interface + func WithAction(a string) ExecutorOption + func WithEmergency() ExecutorOption + func WithTimeout(t time.Duration) ExecutorOption + type Identifier func(string) error