Skip to main content

Module event

Module event 

Source
Expand description

Event model — what events rows look like in Rust.

Structs§

SessionRow
Minimal session row.
StoredEvent
A persisted event as it comes out of the DB. seq is the per-session monotonic counter; ordering by seq is the canonical replay order.

Enums§

EventKind
Kinds the schema recognises. Mirrors the TUI’s EntryKind plus a mode_change variant used when the operator switches view.