Versions in this module Expand all Collapse all v0 v0.0.1 Jun 25, 2024 Changes in this version + type ExecParams struct + CmdArgs []string + CmdName string + Timeout int + type ExecResult struct + ErrBuf *bytes.Buffer + Error error + ExitCode int + OutBuf *bytes.Buffer + type Executor interface + RunCommand func(params ExecParams) ExecResult