Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Action Action `json:"action"`
ActionScript string `json:"actionScript,omitempty"`
ApiUrl string `json:"apiUrl"`
BrowserUrl string `json:"browserUrl"`
IntervalSeconds int `json:"intervalSeconds"`
ResponseJSONSelector string `json:"responseJSONSelector"`
ResponseMapper map[string]string `json:"responseMapper"`
Headers map[string]string `json:"headers"`
TemplateParameters map[string]string `json:"parameters"`
TitlePrefix string `json:"titlePrefix"`
BodyScript string `json:"bodyScript"`
ShowSuccessNotification bool `json:"showSuccessNotification"`
InsecureSkipVerify bool `json:"insecureSkipVerify"`
MethodType string `json:"methodType"`
Body string `json:"body"`
}
Click to show internal directories.
Click to hide internal directories.