Skip to main content

is_tenant_active

Function is_tenant_active 

Source
pub async fn is_tenant_active(
    pool: &PgPool,
    tenant_id: Uuid,
) -> ProxyResult<bool>
Expand description

Whether a tenant exists and is active.