Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestHints ¶
type RestHints struct {
StatusCode int `yaml:"statusCode,omitempty"`
ResponseBody *RestHintsResponseBody `yaml:"responseBody,omitempty"`
RedirectLocation string `yaml:"redirectLocation,omitempty"`
WaitMs int64 `yaml:"waitMs,omitempty"`
ApiKey *RestHintsApiKey `yaml:"apiKey,omitempty"`
}
type RestHintsApiKey ¶
type RestHintsApiKey struct {
Name string `yaml:"name,omitempty"`
Location string `yaml:"location,omitempty"`
Value *RestHintsApiKeyValue `yaml:"value,omitempty"`
}
type RestHintsApiKeyValue ¶
type RestHintsApiKeyValue struct {
Format string `yaml:"format,omitempty"`
Parser *RestHintsApiKeyValueParser `yaml:"parser,omitempty"`
}
type RestHintsApiKeyValueParser ¶
type RestHintsApiKeyValueParser struct {
RegexpBase64 string `yaml:"regexpBase64,omitempty"`
}
type RestHintsResponseBody ¶
Click to show internal directories.
Click to hide internal directories.