Documentation
¶
Overview ¶
browse opens an existing Scrinium store read-only and prints a summary: total artifact count, total bytes referenced, per-namespace breakdown, and capacity from the underlying driver.
Demonstrates:
- Opening a store with ReadOnly=true (no writes possible, no scratch directory needed).
- Iterating manifests via Store.Walk.
- Pulling capacity figures via Store.Capacity.
Usage:
go run ./browse --store=/tmp/my-store
Click to show internal directories.
Click to hide internal directories.