Versions in this module Expand all Collapse all v0 v0.11.0 Aug 14, 2026 v0.10.0 Aug 11, 2026 v0.9.0 Aug 5, 2026 v0.8.0 Aug 3, 2026 Changes in this version + const SchemaVersion + type DiffEntry struct + From any + Op string + Path string + To any + func Diff(a, b Snapshot) []DiffEntry + type Snapshot struct + ContentHash string + CreatedAt time.Time + Data map[string]any + InstanceID string + Labels map[string]string + SchemaVersion int + Service string + func Create(service, instance string, data map[string]any, labels map[string]string) (Snapshot, error) + func (s Snapshot) Marshal() ([]byte, error)