package disk

import "github.com/moby/buildkit/util/disk"

Index

Types

type DiskStat

type DiskStat struct {
	Total     int64
	Free      int64
	Available int64
}

func GetDiskStat

func GetDiskStat(root string) (DiskStat, error)

Source Files

disk.go disk_unix.go

Version
v0.21.1 (latest)
Published
Apr 29, 2025
Platform
js/wasm
Imports
2 packages
Last checked
13 minutes ago

Tools for package owners.