Versions in this module Expand all Collapse all v0 v0.33.0 Nov 10, 2024 v0.32.0 Jul 21, 2024 Changes in this version + const ServiceName + func NewComponent(opts ...docker.SimpleContainerOptionFunc) *docker.SimpleComponent + type CallTimes struct + RemainingTimes int + Unlimited bool + type Client struct + func NewClient(address string) *Client + func (c *Client) CreateExpectation(expectation Expectation) error + func (c *Client) Reset() error + type Delay struct + TimeUnit TimeUnit + Value int + type Expectation struct + Request Request + Response Response + Times CallTimes + type QueryParameter struct + Name string + Values []string + type Request struct + Body interface{} + Headers map[string][]string + Method string + Path string + QueryParameters []QueryParameter + func (r Request) WithJSONBody(body interface{}) Request + func (r Request) WithParametersBody(parameters map[string][]string) Request + type Response struct + Body interface{} + Delay *Delay + Headers map[string][]string + Status int + type TimeUnit string + const Milliseconds + const Seconds