pub async fn is_tenant_active(
pool: &PgPool,
tenant_id: Uuid,
) -> ProxyResult<bool>Expand description
Whether a tenant exists and is active.
pub async fn is_tenant_active(
pool: &PgPool,
tenant_id: Uuid,
) -> ProxyResult<bool>Whether a tenant exists and is active.