Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conn ¶
type Conn struct {
// Negotiator is responsible for exchanging messages.
Negotiator proto.DRPCPeerBrokerClient
*peer.Conn
}
Conn wraps a peer connection with helper functions to communicate with the agent.
func (*Conn) ReconnectingPTY ¶ added in v0.5.2
ReconnectingPTY returns a connection serving a TTY that can be reconnected to via ID.
type ReconnectingPTYRequest ¶ added in v0.5.2
type ReconnectingPTYRequest struct {
Data string `json:"data"`
Height uint16 `json:"height"`
Width uint16 `json:"width"`
}
ReconnectingPTYRequest is sent from the client to the server to pipe data to a PTY.
Click to show internal directories.
Click to hide internal directories.