Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attacher ¶
type Attacher interface {
io.ReadWriteCloser
CloseWrite() error
}
type Taskinfo ¶
type Taskinfo struct {
Args []string `json:"args"`
Env []string `json:"env"`
Capabilities configs.Capabilities `json:"capabilities"`
Rlimits []specs.POSIXRlimit `json:"rlimits"`
TermHeight uint16 `json:"term_height"`
TermWidth uint16 `json:"term_width"`
}
Click to show internal directories.
Click to hide internal directories.