Versions in this module Expand all Collapse all v0 v0.7.1 May 5, 2026 v0.7.0 Apr 28, 2026 Changes in this version + const Version + func Export(db *state.DB, w io.Writer) error + type Catalog struct + App string + CatalogVersion int + ExportedAt time.Time + Models []CatalogEntry + StateSchemaVersion int + func Build(db *state.DB) (*Catalog, error) + type CatalogEntry struct + Download *DownloadSnapshot + Metadata state.ModelMetadata + type DownloadSnapshot struct + ActualSHA256 string + Dest string + ExpectedSHA256 string + Size int64 + Status string + URL string + type ImportEntryResult struct + Action string + Dest string + DownloadURL string + Reason string + type ImportOptions struct + DryRun bool + type ImportResult struct + Conflicts int + Creates int + DryRun bool + Entries []ImportEntryResult + Skips int + Updates int + func Import(db *state.DB, r io.Reader, opts ImportOptions) (*ImportResult, error)