Expand description
System disk-usage and prune API DTOs.
Wire-format types shared between the daemon’s zlayer system df /
zlayer system prune endpoints and SDK clients. The daemon
(zlayer-api) returns these shapes and the client (zlayer-client)
decodes them. Moved out of zlayer-api so SDK crates can depend on
them without pulling in the full server stack.
Structs§
- Disk
Usage Category - Disk usage for one
ZLayerstorage category (mirrorsdocker system df). - System
Disk Usage - Aggregate disk-usage report for
zlayer system df. - System
Prune Report - Summary of what
zlayer system pruneremoved, per category + totals.