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.17.0-rc2
Published
Oct 28, 2024
Platform
js/wasm
Imports
2 packages
Last checked
now

Tools for package owners.