Expand description
Named pg-ephemeral sessions — running containers tagged with the
crate::label::SESSION_KEY label.
Structs§
- Name
- User-facing identifier for a named container, paired with the runtime-level OCI container name it derives at construction time.
- Session
- A running pg-ephemeral container marked as a named session.
Enums§
- Find
Error - List
Error - Metadata
Error - Seed
Status - Seed-chain status of a running session relative to the current instance config.
- Stop
Error
Functions§
- compute_
seed_ status - Diff a session’s stored seed chain (decoded from labels) against the
current instance config’s chain. Binary outcome — see
SeedStatus.