Documentation ¶
Index ¶
- type Client
- type HostExecutor
- func (h *HostExecutor) Execute(ctx context.Context, cmd *exec.Cmd) ([]byte, error)
- func (h *HostExecutor) ReadFile(ctx context.Context, path string) ([]byte, error)
- func (h *HostExecutor) Run(ctx context.Context, cmd *exec.Cmd) error
- func (h *HostExecutor) WriteFile(ctx context.Context, path string, data []byte) error
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.