Documentation ¶
Overview ¶
Package remotecommand adds support for executing commands in containers, with support for separate stdin, stdout, and stderr streams, as well as TTY.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteCommandExecutor ¶
type RemoteCommandExecutor struct {
// contains filtered or unexported fields
}
func (*RemoteCommandExecutor) Execute ¶
func (e *RemoteCommandExecutor) Execute() error
Execute sends a remote command execution request, upgrading the connection and creating streams to represent stdin/stdout/stderr. Data is copied between these streams and the supplied stdin/stdout/stderr parameters.
Click to show internal directories.
Click to hide internal directories.