minio/pkg/disk
Harshavardhana a8a935f5fd Improve disk code to return back disk StatFS{} structure
```
StatFS {
Total int64
Free int64
FSType string
}
```

Provides more information in a cross platform way.
2015-10-17 20:19:26 -07:00
..
disk.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00
disk_test.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00
stat_nix.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00
stat_windows.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00
type_darwin.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00
type_linux.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00
type_windows.go Improve disk code to return back disk StatFS{} structure 2015-10-17 20:19:26 -07:00