PactElixir v0.5.2 PactElixir.ServiceProvider View Source

Represent the remote part (server/provider) for the expected interactions.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %PactElixir.ServiceProvider{
  consumer: String.t(),
  interactions: term(),
  pact_output_dir_path: String.t() | :none,
  port: String.t() | non_neg_integer(),
  provider: String.t()
}

Link to this section Functions

Link to this function host_url(service_provider) View Source
Link to this function pact_file_path(provider) View Source