package
0.0.0-20190227020453-5e69a107d89d
Repository: https://github.com/c445/minio.git
Documentation: pkg.go.dev

# Functions

GetInfo returns total and free bytes available in a directory, e.g.
GetPerformance returns given disk's read and write performance.
IsRootDisk returns if diskPath belongs to root-disk, i.e the disk mounted at "/".

# Structs

Info stat fs struct is container which holds following values Total - total size of the volume / disk Free - free size of the volume / disk Files - total inodes available Ffree - free inodes available FSType - file system type.
Performance holds informantion about read and write speed of a disk.