pub async fn get_tenant_usage(
pool: &PgPool,
tenant_id: Uuid,
) -> ProxyResult<TenantUsage>Expand description
Aggregate usage statistics for a tenant.
pub async fn get_tenant_usage(
pool: &PgPool,
tenant_id: Uuid,
) -> ProxyResult<TenantUsage>Aggregate usage statistics for a tenant.