cf-single-tenant-tr-plugin 0.1.17

Zero-config tenant resolver plugin for single-tenant deployments
Documentation
1
2
3
4
5
6
7
8
9
10
//! Domain service for the single-tenant resolver plugin.

use modkit_macros::domain_model;

/// Single-tenant resolver service.
///
/// Zero-configuration service for single-tenant deployments.
/// No state is needed - all tenant info is derived from the security context.
#[domain_model]
pub struct Service;