1 2 3 4 5 6
//! 租户服务模块(flat-by-design,ADR 0001)。 //! //! 叶子 `new(Config)` 无路径参数 → 直路径访问(`crate::tenant::v2::*`),无 Service 壳 //! (同 analytics / mdm 裁决)。`PlatformService` 故意不暴露 `tenant()` accessor。 pub mod v2;