pub async fn get_upstream_for_tenant(
pool: &PgPool,
id: Uuid,
tenant_id: Uuid,
) -> ProxyResult<Option<DomainUpstream>>Expand description
Fetch an upstream (with its backends) scoped to a tenant.
pub async fn get_upstream_for_tenant(
pool: &PgPool,
id: Uuid,
tenant_id: Uuid,
) -> ProxyResult<Option<DomainUpstream>>Fetch an upstream (with its backends) scoped to a tenant.