disk

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2025 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Usage

type Usage struct {
	TotalBytes     uint64
	FreeBytes      uint64 // free for unprivileged user (same as df "avail")
	UsedBytes      uint64
	UtilizationPct float64 // df-style: used / (used + avail) * 100
}

func UsageOf

func UsageOf(path string) (Usage, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL