Function pact_verifier::pact_broker::fetch_pacts_from_broker[][src]

pub async fn fetch_pacts_from_broker(
    broker_url: &str,
    provider_name: &str,
    auth: Option<HttpAuth>
) -> Result<Vec<Result<(Box<dyn Pact + Send + Sync>, Option<PactVerificationContext>, Vec<Link>)>>>
Expand description

Fetches the pacts from the broker that match the provider name