Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultAddress address of stub server DefaultAddress = "localhost" // DefaultPort port of stub server DefaultPort = "4771" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Input struct {
Equals map[string]interface{} `json:"equals"`
Contains map[string]interface{} `json:"contains"`
Matches map[string]interface{} `json:"matches"`
}
Input structure
Click to show internal directories.
Click to hide internal directories.