Versions in this module Expand all Collapse all v0 v0.1.0 Jan 18, 2026 Changes in this version + type ExecRunner struct + func (ExecRunner) Run(ctx context.Context, name string, args []string, input []byte, env []string, ...) ([]byte, []byte, error) + type Runner interface + Run func(ctx context.Context, name string, args []string, input []byte, env []string, ...) (stdout []byte, stderr []byte, err error)