Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + type ChunkMeta struct + CreatedAt time.Time + EdgeCount int + File string + Hash string + NodeCount int + type ChunkRecord struct + Data json.RawMessage + Kind string + type Manifest struct + Chunks []ChunkMeta + UpdatedAt time.Time + Version string + type Status struct + ImportedChunks int + PendingChunks int + TotalChunks int + type Syncer struct + func New(store *storage.Store, projectDir string) *Syncer + func (s *Syncer) Export(project string) (string, error) + func (s *Syncer) Import() (int, int, error) + func (s *Syncer) Status() (*Status, error)