Versions in this module Expand all Collapse all v1 v1.3.8 Aug 17, 2022 v1.3.7 Jul 11, 2022 Changes in this version + const Heartbeat + const Resize + const Terminal + type WebSocketShell struct + Client *ssh.Client + Host string + Key []byte + Password string + Port string + Session *ssh.Session + Username string + func NewWebSocketShell(host string, port string, username, password string, key []byte) *WebSocketShell + func (wssh *WebSocketShell) Close() + func (wssh *WebSocketShell) Config(cols, rows int) error + func (wssh *WebSocketShell) Connect() error + func (wssh *WebSocketShell) WebSocket(ws *websocket.Conn) + type WindowResize struct + Cols int + Rows int