mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-30 22:01:48 +02:00
Initial support for converting the mappings to a Pact(flow) json file (#748)
* WithDescription * WithConsumer / WithProvider * x * . * . * . * . * fix * pact * nullable * ficx * . * fix
This commit is contained in:
11
src/WireMock.Net/Pact/Models/V2/PactRust.cs
Normal file
11
src/WireMock.Net/Pact/Models/V2/PactRust.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace WireMock.Pact.Models.V2
|
||||
{
|
||||
public class PactRust
|
||||
{
|
||||
public string Ffi { get; set; }
|
||||
|
||||
public string Mockserver { get; set; }
|
||||
|
||||
public string Models { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user