Documentation
¶
Index ¶
Constants ¶
View Source
const (
UnspecifiedType = "unspecified"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilesystemType ¶
type FilesystemType int
FilesystemType represents the type of a filesystem as recorded in the filesystemtype lookup table.
const ( Unspecified FilesystemType = iota Vfat Ext4 Xfs Btrfs Zfs Jfs Squashfs Bcachefs )
Click to show internal directories.
Click to hide internal directories.