Versions in this module Expand all Collapse all v0 v0.23.0 May 18, 2026 Changes in this version + type Executor struct + Commands []string + Responses []Response + func NewExecutor(outputs ...string) *Executor + func (e *Executor) Execute(_ context.Context, command string) (string, error) + func (e *Executor) MustExecute(ctx context.Context, command string) string + type Response struct + Err error + Output string