Documentation ¶
Index ¶
Constants ¶
View Source
const (
ActionHTTP = "http"
)
View Source
const (
ActionKeySSH = "ssh"
)
View Source
const (
ActionKeyWait = "ff-waiting"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPParams ¶
type HTTPParams struct { Method string `yaml:"method" json:"method"` URL string `yaml:"url" json:"url"` RawBody string `yaml:"rawBody" json:"rawBody"` Header map[string]string `yaml:"header" json:"header"` BasicAuth map[string]string `yaml:"basicauth" json:"basicauth"` AuthToken string `yaml:"authtoken" json:"authtoken"` }
type WaitingParams ¶
type WaitingParams struct { // Support "d|h|m|s|ms" such as 1h mean 1hours WaitingTime string `json:"waitingTime"` }
WaitingParams
Click to show internal directories.
Click to hide internal directories.