Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrNilParams = helpers.Error("nil parameters") ErrInvalidURL = helpers.Error("url is empty, not a string or is not url") ErrInvalidMethod = helpers.Error("method is empty or not a string") ErrInvalidHeaders = helpers.Error("headers is not a map[string][]string") ErrInvalidData = helpers.Error("data not a []byte") )
View Source
const ExecTypeHTTP = execs.ExecutorType("http")
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPExecutor ¶
type HTTPExecutor struct{}
func (HTTPExecutor) CheckValid ¶
func (HTTPExecutor) CheckValid(ps execs.Params) (bool, string)
func (HTTPExecutor) ParamsList ¶
func (HTTPExecutor) ParamsList() execs.Params
func (HTTPExecutor) Type ¶
func (HTTPExecutor) Type() execs.ExecutorType
Click to show internal directories.
Click to hide internal directories.