 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
      Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InputRequest ¶
InputRequest defines input operation from the remote
type OutputResponse ¶
OutputResponse defines output result to the remote
type Request ¶
type Request struct {
	Request *model.Request
	Resize  *ResizeRequest
	Input   *InputRequest
	Cancel  *struct{}
}
    Request defines operations receive from the remote
type ResizeRequest ¶
type ResizeRequest struct {
	Index int `json:"index,omitempty"`
	Fd    int `json:"fd,omitempty"`
	Rows  int `json:"rows,omitempty"`
	Cols  int `json:"cols,omitempty"`
	X     int `json:"x,omitempty"`
	Y     int `json:"y,omitempty"`
}
    ResizeRequest defines resize operation to the virtual terminal
type Response ¶
type Response struct {
	Response *model.Response
	Output   *OutputResponse
}
    Response defines response to the remote
 Click to show internal directories. 
   Click to hide internal directories.