Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance interface { Key() store.Key Container() string Command() string Scrollback() []byte ResetScrollback() Read(size int) ([]byte, error) Write(key []byte) error Resize(cols, rows uint16) Stop() Active() bool SetExitMessage(string) ExitMessage() string StreamError() error CreatedAt() time.Time PTY() PTY DiscoveryClient() discovery.DiscoveryInterface }
Instance defines the interface to a single exec instance.
type PTY ¶
type PTY interface { io.Reader io.Writer remotecommand.TerminalSizeQueue }
Click to show internal directories.
Click to hide internal directories.