package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Apr 26, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Rest Runner
Service Id |
Action |
Description |
Request |
Response |
rest/runner |
send |
Sends one rest request to the endpoint. |
Request |
Response |
Documentation
¶
ServiceID represents rest service id.
NewRestService creates a new reset service
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
IsInput returns this request (CLI reporter interface)
Messages returns messages
Response represents a rest response
IsOutput returns this response (CLI reporter interface)
Messages returns messages
Source Files
¶
Click to show internal directories.
Click to hide internal directories.