Documentation ¶
Overview ¶
Package fsinfo reports information about filesystems on behalf of tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { // Dev contains the underlying filesystem device, e.g. "/dev/root". Dev string // Type contains the filesystem type, e.g. "ext2". Type string // Used contains the number of used bytes. Used int64 // Avail contains the number of available bytes. Avail int64 }
Info contains information about a filesystem.
Click to show internal directories.
Click to hide internal directories.