Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config is the configuration of a HTTP-Request action.
func NewConfigFromMap ¶
NewConfigFromMap instantiates a config from a configuration map. The map is usually the unmarshalled rules configuration file.
func (*Config) DetailedString ¶
type ErrorHTTPRequest ¶
func (*ErrorHTTPRequest) Error ¶
func (e *ErrorHTTPRequest) Error() string
type Runner ¶
type Runner struct {
*Config
}
Runner executes a http request.
func (*Runner) LogFields ¶
LogFields returns fields that should be used when logging messages related to the action.
Click to show internal directories.
Click to hide internal directories.