Documentation
¶
Index ¶
- type Executor
- func (e *Executor) Execute(ctx context.Context, command string, args []string) error
- func (e *Executor) ExecuteInteractive(ctx context.Context, command string, args []string) error
- func (e *Executor) MountWorkingDirectory(ctx context.Context) error
- func (e *Executor) UnmountWorkingDirectory(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func (*Executor) ExecuteInteractive ¶
ExecuteInteractive executes a command with full terminal proxying
func (*Executor) MountWorkingDirectory ¶
Click to show internal directories.
Click to hide internal directories.