Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoopDeviceManager ¶
type LoopDeviceManager interface { // DetachLoopDevices detaches loop devices that are backed by files // inside the given root filesystem with the given prefix. DetachLoopDevices(rootfs, prefix string) error }
LoopDeviceManager is an API for dealing with storage loop devices.
func NewLoopDeviceManager ¶
func NewLoopDeviceManager() LoopDeviceManager
NewLoopDeviceManager returns a new LoopDeviceManager for dealing with storage loop devices on the local machine.
Click to show internal directories.
Click to hide internal directories.