Documentation ¶
Index ¶
Constants ¶
View Source
const (
// EndOfTransmission end
EndOfTransmission = "\u0004"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PtyHandler ¶
type PtyHandler interface { remotecommand.TerminalSizeQueue // Done() Tty() bool Stdin() io.Reader Stdout() io.Writer Stderr() io.Writer }
PtyHandler is what remotecommand expects from a pty
Click to show internal directories.
Click to hide internal directories.