Skip to main content

Module service

Module service 

Source
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§

DiscoveryService
Runs a set of scanners and reconciles their findings into a registry.
DiscoverySummary
The outcome of a discovery pass: per-kind counts, totals, duplicate groups, non-fatal issues, and the store kinds whose scan failed.
KindStat
The count and byte total of models found for one source kind.