Expand description
DiscoveryService: the discovery capstone. It runs the store scanners and
reconciles what they found against the registry — updating known records,
registering new ones, marking on-disk-gone models missing (guarded by a
weights-present check), migrating a moved model’s saved config onto its new
record, and summarizing the result.
Structs§
- Discovery
Service - Runs a set of scanners and reconciles their findings into a registry.
- Discovery
Summary - The outcome of a discovery pass: per-kind counts, totals, duplicate groups, non-fatal issues, and the store kinds whose scan failed.
- Kind
Stat - The count and byte total of models found for one source kind.