Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthResponse ¶
type Node ¶
Node
func (*Node) Authenticate ¶
func (*Node) LoadNodeConfig ¶
func (*Node) WaitForEvent ¶
func (node *Node) WaitForEvent(responseChannel chan model.ReactorEvent)
type NodeConfig ¶
type NodeConfig struct {
Url string
Method string // GET,POST,PUT,DELETE, etc.
TemplateVariableName string
IsVariableGlobal bool
RequestPayloadType string // json,xml,string
RequestTemplate string
Headers []Header
HeadersVariableName string // header variable should be of type map_str
ResponseMapping []ResponseToVariableMap
LogResponse bool
Auth OAuth
}
type ResponseToVariableMap ¶
Click to show internal directories.
Click to hide internal directories.