Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateExecReq ¶
type CreateExecReq struct { ContainerID string `json:"container_id,omitempty"` Cmd []string `json:"cmd,omitempty"` User string `json:"user,omitempty"` }
CreateExecReq is createExec request struct
type ResizeExecReq ¶
type ResizeExecReq struct { ExecID string `json:"exec_id,omitempty"` Width int `json:"width,omitempty"` Height int `json:"height,omitempty"` }
ResizeExecReq is resizeExec request struct
Click to show internal directories.
Click to hide internal directories.