wip: Tenant example project
All checks were successful
Run Check Script / check (push) Successful in 1m49s
Run Check Script / check (pull_request) Successful in 1m48s

This commit is contained in:
2025-06-06 13:52:40 -04:00
parent e17ac1af83
commit 2ff70db0b1
6 changed files with 180 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ use crate::{
#[derive(Debug, Serialize, Clone)]
pub struct TenantScore {
config: TenantConfig,
pub config: TenantConfig,
}
impl<T: Topology + TenantManager> Score<T> for TenantScore {