Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeErrorCmdInfo ¶
type FakeExecutor ¶
type FakeExecutor struct {
// contains filtered or unexported fields
}
func FakeExecutorFromContext ¶
func FakeExecutorFromContext(ctx context.Context) *FakeExecutor
func NewEmptyFakeExecutor ¶
func NewEmptyFakeExecutor() *FakeExecutor
func NewFakeExecutor ¶
func NewFakeExecutor(initInfo *FakeExecutorInitInfo) *FakeExecutor
type FakeExecutorInitInfo ¶
type FakeExecutorInitInfo struct { ValidCmds []FakeValidCmdInfo ErrorCmds []FakeErrorCmdInfo }
type FakeValidCmdInfo ¶
Click to show internal directories.
Click to hide internal directories.