Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReqCreateExec ¶
type ReqResizeExecTTY ¶
type RespCreateExec ¶
type RespCreateExec struct {
EId string `json:"eid,omitempty"`
}
type Sessions ¶
type Sessions interface { CreateExec(req *ReqCreateExec) (*RespCreateExec, error) StartExec(id string, ws io.ReadWriter) error ResizeExecTTY(req *ReqResizeExecTTY) error }
func GetDrivers ¶
Click to show internal directories.
Click to hide internal directories.