Enum pact_verifier::PactSource [] [src]

pub enum PactSource {
    File(String),
    Dir(String),
    URL(String),
    BrokerUrl(StringString),
}

Source for loading pacts

Variants

Load the pact from a pact file

Load all the pacts from a Directory

Load the pact from a URL

Load all pacts with the provider name from the pact broker url

Trait Implementations

impl Debug for PactSource
[src]

Formats the value using the given formatter.

impl Clone for PactSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more