Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filesystem ¶
type Filesystem interface { // Make creates a new filesystem image. Make(tempdir string, rootfs string, eps *common.ExcludePaths, verity verity.VerityMetadata) (io.ReadCloser, string, string, error) // ExtractSingle extracts a filesystem image. ExtractSingle(fsImgFile string, extractDir string) error // Mount mounts a filesystem image on a given mountpoint. Mount(fsImgFile, mountpoint, rootHash string) error // Unmount umounts a filesystem image. Umount(mountpoint string) error }
type FilesystemType ¶
type FilesystemType string
Click to show internal directories.
Click to hide internal directories.