Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootConfig ¶
type BootConfig struct { Mounts []MountInfo `json:"mounts"` CmdPreRun [][]string `json:"cmd_pre_run,omitempty"` Cmd [][]string `json:"cmd,omitempty"` Debug bool `json:"debug,omitempty"` DebugInit bool `json:"debug_init,omitempty"` Container ContainerInfo `json:"container"` PostMounts []MountInfo `json:"post_mounts"` }
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.