to filter by filesystem type, we need to pass that up the chain
This commit is contained in:
committed by
Cameron Sparr
parent
c1dc77c69c
commit
1d8c7a74d6
@@ -6,6 +6,7 @@ import (
|
||||
|
||||
type DiskUsageStat struct {
|
||||
Path string `json:"path"`
|
||||
Fstype string `json:"fstype"`
|
||||
Total uint64 `json:"total"`
|
||||
Free uint64 `json:"free"`
|
||||
Used uint64 `json:"used"`
|
||||
|
||||
Reference in New Issue
Block a user