Expand description
Entry primitive — persistent content unit.
Structs§
- Body
Cipher Meta - Body encryption metadata — references the DEK and AEAD algorithm used. Ciphertext itself lives in the shell’s side-channel (outside the WAL).
- Entry
Body - Entry body Component — content hash plus optional cipher metadata.
DeleteEntryremoves this Component while preservingEntryCore(soft delete, E-entry-5). - Entry
Core - Entry core Component — exactly one per Entry (E-entry-1).
- EntryId
- Opaque handle into the runtime Entry namespace.
- Entry
Parent Depth - Cached parent-chain depth (E-entry-3). 0 = root, max
MAX_ENTRY_DEPTH.
Enums§
- Relay
Kind - Relay relation kind — single-level only (E-entry-4).
Constants§
- MAX_
ENTRY_ DEPTH - Maximum reply-chain depth (E-entry-3).