Expand description
The query protocol’s own closed source-evidence vocabulary.
A terminal frame reports the exact premises a query read. Those premises originate in the state plane’s audit types, but a client must not acquire the state plane’s component graph to read them. This module owns a wire-neutral mirror instead: plain data, no transport, no engine, and no dependency outside this crate.
The inward composition layer converts between these types and the state plane’s own. That layer is the only place both vocabularies meet.
§Canonical order
SourceEvidence holds strictly ascending, duplicate-free pins under the
same identity rule the durable audit applies: a variant tag, then each
source’s identity as length-prefixed bytes. Reproducing the rule here lets
the transport refuse a reordered or duplicated vector on its own, without
reaching for the state plane to do it.
Structs§
- Exact
Object Ref - One exact stored object in one namespace.
- Journal
Anchor - One anchored journal prefix.
- Journal
Attestation - A signed journal root covering one checkpoint.
- Journal
Source - One physical journal lineage.
- Object
Descriptor - One immutable stored object generation.
- Projection
Key - One projection family bound to one source partition.
- Projection
Manifest - One published projection generation, described exactly.
- Publisher
Fence - The publisher term that produced one generation.
- Source
Checkpoint - The exact source frontier one projection generation covers.
- Source
Evidence - The bounded, canonical source premises one result reports.
Enums§
- Classification
- What protection a stored object’s content requires.
- Retention
- How long a stored object is retained.
- Source
Pin - One exact source premise a result read.
Constants§
- ATTESTATION_
SIGNATURE_ BYTES - Width of a journal attestation signature.
- ATTESTATION_
SIGNER_ BYTES - Width of a journal attestation signer key.
- COMMIT_
ROOT_ BYTES - Width of a journal commit root.
- DIGEST_
BYTES - Width of a content digest.
- INCARNATION_
BYTES - Width of a partition incarnation.
- MAX_
SOURCE_ PINS - Largest number of exact source premises one result may report.