Expand description
Multi-tenant workspace support for MockForge
This module provides infrastructure for hosting multiple isolated workspaces in a single MockForge instance, enabling namespace separation and tenant isolation.
Re-exports§
pub use middleware::WorkspaceContext;
pub use middleware::WorkspaceRouter;
Modules§
- middleware
- Multi-tenant workspace routing middleware
Structs§
- Multi
Tenant Config - Multi-tenant configuration
- Multi
Tenant Workspace Registry - Multi-tenant workspace registry for managing multiple isolated workspaces
- Tenant
Workspace - Tenant workspace wrapper with isolated resources
- Workspace
Stats - Statistics for a tenant workspace
Enums§
- Routing
Strategy - Routing strategy for multi-tenant workspaces