Crate gsm_session

Crate gsm_session 

Source

Structs§

ConversationScope
Scope describing a user conversation on a channel.
MemorySessionStore
SessionRecord
Persisted record tying a session identifier with its flow snapshot.
SessionSnapshot
Serialized snapshot captured for a session.

Traits§

SessionStore

Functions§

shared_memory_store
Returns an in-memory session store wrapped in an Arc.
store_from_env
Builds a session store from environment variables.

Type Aliases§

SharedSessionStore
Shared session store handle used across services.