Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunRequest ¶
type RunRequest struct { BinUri string `json:"bin_uri"` // location of binary .tar RootfsUri string `json:"rootfs_uri"` // location of rootfs .tar Timeout time.Duration `json:"timeout"` // cpu time limit MemLimit int64 `json:"mem_limit"` // memory limit in bytes Command []string `json:"command"` // startup command Stdin string `json:"stdin"` // stdin }
Click to show internal directories.
Click to hide internal directories.