Skip to main content

Module entry

Module entry 

Source
Expand description

Entry primitive — persistent content unit.

Structs§

BodyCipherMeta
Body encryption metadata — references the DEK and AEAD algorithm used. Ciphertext itself lives in the shell’s side-channel (outside the WAL).
EntryBody
Entry body Component — content hash plus optional cipher metadata. DeleteEntry removes this Component while preserving EntryCore (soft delete, E-entry-5).
EntryCore
Entry core Component — exactly one per Entry (E-entry-1).
EntryId
Opaque handle into the runtime Entry namespace.
EntryParentDepth
Cached parent-chain depth (E-entry-3). 0 = root, max MAX_ENTRY_DEPTH.

Enums§

RelayKind
Relay relation kind — single-level only (E-entry-4).

Constants§

MAX_ENTRY_DEPTH
Maximum reply-chain depth (E-entry-3).