Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OS ¶
type OS struct { // Caches of system characteristics detected at Init() time. Architectures []int // Cache of detected system architectures LxcPath string // Path to the $LXD_DIR/containers directory BackingFS string // Backing filesystem of $LXD_DIR/containers IdmapSet *idmap.IdmapSet MockMode bool // If true some APIs will be mocked (for testing) }
OS is a high-level facade for accessing all operating-system level functionality that LXD uses.
Click to show internal directories.
Click to hide internal directories.