Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BootDir is where the /boot directory of the system to be inspected is located BootDir = HostDir(pathPrefix + "boot") // EtcDir is where the /etc directory of the system to be inspected is located EtcDir = HostDir(pathPrefix + "etc") // SysfsDir is where the /sys directory of the system to be inspected is located SysfsDir = HostDir(pathPrefix + "sys") // UsrDir is where the /usr directory of the system to be inspected is located UsrDir = HostDir(pathPrefix + "usr") // VarDir is where the /var directory of the system to be inspected is located VarDir = HostDir(pathPrefix + "var") // LibDir is where the /lib directory of the system to be inspected is located LibDir = HostDir(pathPrefix + "lib") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.