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_windows.go

Version
v0.17.1
Published
Nov 7, 2024
Platform
windows/amd64
Imports
2 packages
Last checked
5 minutes ago

Tools for package owners.