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 {
URL string
Method string
Request interface{}
Expect interface{} `description:"If specified it will validated response as actual"`
}
Request represents a send request
Click to show internal directories.
Click to hide internal directories.