Documentation ¶
Index ¶
Constants ¶
View Source
const ServiceID = "rest/runner"
ServiceID represents rest service id.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Request ¶
type Request struct { Options map[string]interface{} `` /* 219-byte string literal not displayed */ *model.Repeater URL string Method string Request interface{} Expect interface{} `description:"If specified it will validated response as actual"` // contains filtered or unexported fields }
Request represents a send request
Click to show internal directories.
Click to hide internal directories.