We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8ae0b commit 371a54dCopy full SHA for 371a54d
usage/usage.go
@@ -21,10 +21,9 @@ type Report struct {
21
22
// TODO embed fstat.FilesystemStat? I do not necessarily want to expose its
23
// HasReachedLimit method though
24
-// Stats are disk usage statistics of a disk that hit a set limit.
+// Stats are disk usage statistics of a disk.
25
type Stats struct {
26
Path string // path on a disk that hit the set limit
27
- Limit uint64 // limit that the disk usage reached or exceeded
28
Free uint64 // number of free bytes available
29
Used uint64 // number of used bytes
30
Total uint64 // total number of bytes
0 commit comments