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.18.0
Published
Nov 26, 2024
Platform
js/wasm
Imports
2 packages
Last checked
4 minutes ago

Tools for package owners.