Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EntryResult ¶
type EntryResult struct {
Position int
URI string
MaterializationID string
RecordedHash string
ReplayedHash string
Content []byte
Match bool
}
EntryResult verifies one manifest entry by recomputing the content hash from the bytes actually retrieved from the blob store — a true reconstruction check, not just a comparison of two stored copies of the same value.
type Replayer ¶
type Replayer struct {
Manifests manifest.Store
Materializations materialization.Store
Blobs blob.Store
}
Replayer reconstructs content purely from manifest_entries -> materializations -> blob store. It never re-fetches from the live source, proving a manifest is a durable, replayable record independent of source availability.
Click to show internal directories.
Click to hide internal directories.