Versions in this module Expand all Collapse all v0 v0.7.0 Jul 11, 2026 Changes in this version + func DefaultCacheRoot() string + func DiscoverCacheRoot() string + func Render(w io.Writer, host string, r *Report, opt RenderOpts) + type Attribution struct + Project string + Registry string + Runtime string + Tool string + type FS struct + Free int64 + Path string + Total int64 + type Flag uint8 + const FlagAttention + const FlagReclaimable + func (f Flag) Has(x Flag) bool + type Hint struct + Command string + Safety string + type Node struct + Attr Attribution + Bytes int64 + Flags Flag + Hint *Hint + Kids []*Node + Label string + Note string + Path string + func ScanCacheMount(root string) *Node + func ScanDocker(ctx context.Context) *Node + func ScanRepos(roots []string, maxDepth int) *Node + type ProjectRow struct + Bytes int64 + Parts []*Node + Project string + type RenderOpts struct + BarWidth int + MaxKids int + type Report struct + Domains []*Node + FS FS + func Scan(ctx context.Context, cacheRoot string, repoRoots []string, maxDepth int) *Report + func (r *Report) ByProject() []ProjectRow + func (r *Report) Reclaimable() []*Node + func (r *Report) Total() int64