pub async fn list_upstreams(
pool: &PgPool,
tenant_id: Uuid,
) -> ProxyResult<Vec<DomainUpstream>>Expand description
List upstreams (with backends) for a tenant.
pub async fn list_upstreams(
pool: &PgPool,
tenant_id: Uuid,
) -> ProxyResult<Vec<DomainUpstream>>List upstreams (with backends) for a tenant.