Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("manifest: not found")
ErrNotFound is returned by Store.Get/GetByIDOrRun when no Manifest matches.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Position int
// URI is always the bare readproof://<ns>/<path>; Ref records the "@<tag>"
// the caller mounted it by ("" for a plain URI). Ref is informational
// provenance — replay and diff key off SnapshotID/ContentHash, so a tag
// that later moves can never change what a committed manifest replays.
URI string
Ref string
SnapshotID string
MaterializationID string
ContentHash string
}
Entry is one resolved resource within a Manifest. Position is preserved — entry order is a hard invariant since it can change effective model input.
Click to show internal directories.
Click to hide internal directories.