Skip to main content

get_domain_for_tenant

Function get_domain_for_tenant 

Source
pub async fn get_domain_for_tenant(
    pool: &PgPool,
    id: Uuid,
    tenant_id: Uuid,
) -> ProxyResult<Option<Domain>>
Expand description

Fetch a domain scoped to a tenant.