Documentation
¶
Index ¶
- type WebExec
- type WebExecSession
- func (wes *WebExecSession) Close() error
- func (wes *WebExecSession) Control(data []byte) error
- func (wes *WebExecSession) Open() error
- func (wes *WebExecSession) Read(p []byte) (n int, err error)
- func (wes *WebExecSession) SetWinSize(cols int, rows int) error
- func (wes *WebExecSession) Write(p []byte) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebExecSession ¶
type WebExecSession struct {
WebExec
// contains filtered or unexported fields
}
func (*WebExecSession) Close ¶
func (wes *WebExecSession) Close() error
func (*WebExecSession) Control ¶
func (wes *WebExecSession) Control(data []byte) error
func (*WebExecSession) Open ¶
func (wes *WebExecSession) Open() error
func (*WebExecSession) SetWinSize ¶
func (wes *WebExecSession) SetWinSize(cols int, rows int) error
Click to show internal directories.
Click to hide internal directories.