Documentation
¶
Index ¶
Constants ¶
View Source
const RESIZE_TYPE = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Control ¶ added in v0.1.56
type Control struct {
Type int
Data json.RawMessage
}
func UnmarshalControl ¶ added in v0.1.56
func (*Control) DecodeResize ¶ added in v0.1.56
type Session ¶
type Session struct {
ID string
Container platforms.IContainer
Reader *bufio.Reader
Conn *net.Conn
ClientConn *websocket.Conn
// contains filtered or unexported fields
}
func (*Session) Output ¶
func (s *Session) Output(container platforms.IContainer) (types.ExecResult, error)
Click to show internal directories.
Click to hide internal directories.