Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootConfig ¶
type ContainerInfo ¶
type MountInfo ¶
type MountInfo struct { FSType string `json:"fstype,omitempty"` Src string `json:"src"` Dst string `json:"dst"` Flags uintptr `json:"flags,omitempty"` Data string `json:"data,omitempty"` Dir []DirInfo `json:"dir,omitempty"` File []FileInfo `json:"file,omitempty"` PostDir []DirInfo `json:"post_dir,omitempty"` PostFile []FileInfo `json:"post_file,omitempty"` Cmd []string `json:"cmd,omitempty"` Async bool `json:"async,omitempty"` Optional bool `json:"optional,omitempty"` }
Click to show internal directories.
Click to hide internal directories.