Versions in this module Expand all Collapse all v0 v0.1.0 Jun 30, 2026 Changes in this version + func WriteMeta(path string, m Meta) error + type Meta struct + LastSyncAt time.Time + SchemaVersion int + func ReadMeta(path string) (Meta, error) + type Result struct + Deleted int + Scanned int + Touched int + Unchanged int + Upserted int + func Run(ctx context.Context, cfg *config.IndexConfig) (Result, error)