wsprism_gateway/context/
mod.rs

1//! Tenant/session context types shared across layers.
2//!
3//! Sprint 2: we introduce TenantContext so that policy/presence can be tenant-aware
4//! without coupling to transport specifics.
5
6pub mod tenant;