Versions in this module Expand all Collapse all v0 v0.6.1 Nov 11, 2025 Changes in this version + var ModelFileExtensions = []string + type ScanResult struct + Errors []error + FilesScanned int + ModelsAdded int + ModelsFound int + ModelsSkipped int + type Scanner struct + func NewScanner(db *state.DB) *Scanner + func (s *Scanner) ScanDirectories(dirs []string) (*ScanResult, error) + func (s *Scanner) ScanWithProgress(dirs []string, progressFn func(path string, found int)) (*ScanResult, error)