Versions in this module Expand all Collapse all v0 v0.3.1 Aug 21, 2026 Changes in this version + type EntryDiff struct + ObservedAtA time.Time + ObservedAtB time.Time + RefA string + RefB string + SnapshotIDA string + SnapshotIDB string + SourceRevisionA string + SourceRevisionB string + Status Status + URI string + UnifiedDiff string + type Result struct + Entries []EntryDiff + ManifestA manifest.Manifest + ManifestB manifest.Manifest + func Compute(ctx context.Context, manA, manB manifest.Manifest, blobs blob.Store, ...) (Result, error) + func (r Result) Counts() (changed, added, removed, unchanged int) + type Status string + const StatusAdded + const StatusChanged + const StatusRemoved + const StatusUnchanged