pub async fn create_backend(
pool: &PgPool,
upstream_id: Uuid,
req: CreateBackendRequest,
) -> ProxyResult<DomainBackend>Expand description
Add a backend to an upstream.
pub async fn create_backend(
pool: &PgPool,
upstream_id: Uuid,
req: CreateBackendRequest,
) -> ProxyResult<DomainBackend>Add a backend to an upstream.