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-rc1
Published
Oct 8, 2024
Platform
js/wasm
Imports
1 packages
Last checked
1 minute ago

Tools for package owners.