Versions in this module Expand all Collapse all v0 v0.1.1 Oct 16, 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