Versions in this module Expand all Collapse all v0 v0.3.0 Mar 22, 2025 v0.2.0 Nov 8, 2024 Changes in this version + type FakeErrorCmdInfo struct + Cmd []string + Err error + type FakeExecutor struct + func FakeExecutorFromContext(ctx context.Context) *FakeExecutor + func NewEmptyFakeExecutor() *FakeExecutor + func NewFakeExecutor(initInfo *FakeExecutorInitInfo) *FakeExecutor + func (f *FakeExecutor) Run(bin string, args ...string) (string, error) + type FakeExecutorInitInfo struct + ErrorCmds []FakeErrorCmdInfo + ValidCmds []FakeValidCmdInfo + type FakeValidCmdInfo struct + Cmd []string + Output string