Documentation
¶
Index ¶
- type WebSSH
- func (ws *WebSSH) AddSSHConn(conn net.Conn)
- func (ws *WebSSH) AddWebsocket(conn *websocket.Conn)
- func (ws *WebSSH) SetBuffSize(buffSize uint32)
- func (ws *WebSSH) SetConnTimeOut(connTimeout time.Duration)
- func (ws *WebSSH) SetId(id string)
- func (ws *WebSSH) SetLogOut(out io.Writer)
- func (ws *WebSSH) SetLogger(logger *log.Logger)
- func (ws *WebSSH) SetTerm(term string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebSSH ¶
type WebSSH struct {
// contains filtered or unexported fields
}
WebSSH Websocket和ssh
func (*WebSSH) AddWebsocket ¶
AddWebsocket add websocket connect
func (*WebSSH) SetBuffSize ¶
SetBuffSize set buff size
func (*WebSSH) SetConnTimeOut ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.