Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageDiskManager ¶
type ImageDiskManager interface { // CreateDisk creates a new disk image with the specified size. CreateDisk(disk string, size int64) error // ResizeDisk resizes an existing disk image to the specified size. ResizeDisk(disk string, size int64) error // ConvertToRaw converts a disk image to raw format. ConvertToRaw(source, dest string, size *int64, allowSourceWithBackingFile bool) error // MakeSparse makes a file sparse, starting from the specified offset. MakeSparse(f *os.File, offset int64) error }
ImageDiskManager defines the common operations for disk image utilities.
Directories
¶
Path | Synopsis |
---|---|
Package nativeimgutil provides image utilities that do not depend on `qemu-img` binary.
|
Package nativeimgutil provides image utilities that do not depend on `qemu-img` binary. |
Click to show internal directories.
Click to hide internal directories.