Module pact_ffi::verifier[][src]

Expand description

The pact_verifier crate provides a number of exported functions using C bindings for controlling the pact verification process. These can be used in any language that supports C bindings.

Modules

Handle interface to creating a verifier

Exported verifier functions

Functions

Adds a Pact file as a source to verify.

Runs the verification.

Get a Handle to a newly created verifier. You should call pactffi_verifier_shutdown when done with the verifier to free all allocated resources

Set the provider details for the Pact verifier. Passing a NULL for any field will use the default value for that field.

Shutdown the verifier and release all resources

External interface to verifier a provider