package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Dec 15, 2023
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SessionRequest struct {
Rows int `json:"rows"`
Cols int `json:"cols"`
Server string `json:"server"`
Root bool `json:"root"`
}
type SessionResponse struct {
ID string `json:"id"`
Rows int `json:"rows"`
Cols int `json:"cols"`
Server string `json:"server"`
User string `json:"user"`
Root bool `json:"root"`
UserAgent string `json:"user_agent"`
RemoteIP string `json:"remote_ip"`
WebsocketURL string `json:"websocket_url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.