Re-exports§
pub use error::SessionResult;pub use store::SessionStore;
Modules§
Structs§
- Greentic
Error - Error type carrying a code and message.
- Reply
Scope - Stable scope describing where a reply is anchored (conversation/thread/reply).
- Session
Data - Persisted session payload describing how to resume a flow.
- Session
Key - Unique key referencing a persisted session.
Enums§
- Error
Code - Canonical error codes used across the Greentic platform.
- Session
Backend Config - Configuration for selecting a session backend.
Functions§
- create_
session_ store - Creates a boxed session store using the provided backend configuration.