Versions in this module Expand all Collapse all v0 v0.0.1 Feb 27, 2023 Changes in this version + type Client struct + func NewClient(address string) *Client + func (c *Client) CreateExpectation(expectation create.Expectation) error + func (c *Client) Reset() error + func (c *Client) VerifyRequest(expectation verify.Expectation) error + type HTTPClient interface + Do func(req *http.Request) (*http.Response, error)