Documentation ¶
Overview ¶
Package create ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallTimes ¶
type CallTimes struct { RemainingTimes int `json:"remainingTimes"` Unlimited bool `json:"unlimited"` }
CallTimes configures the call times for an expectation.
type Expectation ¶
type Expectation struct { Request Request `json:"httpRequest"` Response Response `json:"httpResponse"` Times CallTimes `json:"times"` }
Expectation represents an expectation in mockserver.
Click to show internal directories.
Click to hide internal directories.