Documentation ¶
Index ¶
Constants ¶
View Source
const (
FileSystemTypeExt4 = 0
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystemType ¶
type FileSystemType uint
type Partition ¶
type Partition struct { FileSystemType FileSystemType `json:",omitempty"` MountPoint string `json:",omitempty"` MinimumFreeBytes uint64 `json:",omitempty"` }
Click to show internal directories.
Click to hide internal directories.