nodes

package
v0.0.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2021 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Actuator added in v0.0.13

type Actuator struct {
	// contains filtered or unexported fields
}

func Construct added in v0.0.13

func Construct(midClient pb.MiddleClient, name string, regular string, parameters map[string]interface{}, secret string) *Actuator

func (*Actuator) Execute added in v0.0.13

func (a *Actuator) Execute(input interface{}) (interface{}, error)

type CronNode

type CronNode struct {
	// contains filtered or unexported fields
}

func (*CronNode) Execute

func (n *CronNode) Execute(input interface{}) (interface{}, error)

type ExecuteNode added in v0.0.13

type ExecuteNode struct {
	// contains filtered or unexported fields
}

func (*ExecuteNode) Execute added in v0.0.13

func (n *ExecuteNode) Execute(input interface{}) (interface{}, error)

type HttpNode

type HttpNode struct {
	// contains filtered or unexported fields
}

func (*HttpNode) Execute

func (n *HttpNode) Execute(input interface{}) (interface{}, error)

type Node

type Node interface {
	Execute(input interface{}) (interface{}, error)
}

type PushoverNode added in v0.0.15

type PushoverNode struct {
	// contains filtered or unexported fields
}

func (*PushoverNode) Execute added in v0.0.15

func (n *PushoverNode) Execute(input interface{}) (interface{}, error)

type WebhookNode added in v0.0.13

type WebhookNode struct {
	// contains filtered or unexported fields
}

func (*WebhookNode) Execute added in v0.0.13

func (n *WebhookNode) Execute(input interface{}) (interface{}, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL