Skip to main content

Module session

Module session 

Source
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§

FindError
ListError
MetadataError
SeedStatus
Seed-chain status of a running session relative to the current instance config.
StopError

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.