Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteNode ¶
type ExecuteNode struct {
// contains filtered or unexported fields
}
func (*ExecuteNode) Execute ¶
func (n *ExecuteNode) Execute(input interface{}) (interface{}, error)
type PushoverNode ¶
type PushoverNode struct {
// contains filtered or unexported fields
}
func (*PushoverNode) Execute ¶
func (n *PushoverNode) Execute(input interface{}) (interface{}, error)
type WebhookNode ¶
type WebhookNode struct {
// contains filtered or unexported fields
}
func (*WebhookNode) Execute ¶
func (n *WebhookNode) Execute(input interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.