Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecOption ¶
type FakeExecutor ¶
type FakeExecutor struct{}
func (*FakeExecutor) Execute ¶
func (fe *FakeExecutor) Execute(ctx context.Context, args []string, opts ...ExecOption) error
type FakeExecutorEchoArgs ¶
Fake that prints any args to stdout
func (*FakeExecutorEchoArgs) Execute ¶
func (fe *FakeExecutorEchoArgs) Execute(ctx context.Context, args []string, opts ...ExecOption) error
type FakeExecutorMissingWorkspace ¶
func (*FakeExecutorMissingWorkspace) Execute ¶
func (fe *FakeExecutorMissingWorkspace) Execute(ctx context.Context, args []string, opts ...ExecOption) error
Click to show internal directories.
Click to hide internal directories.