nodes

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(name string, regular string, parameters map[string]interface{}, secret string, input []map[string]interface{}, midClient pb.MiddleClient) ([]map[string]interface{}, error)

Types

type CronNode

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

func (CronNode) Execute

func (n CronNode) Execute(properties map[string]interface{}, credentials map[string]interface{}, input []map[string]interface{}) ([]map[string]interface{}, error)

type HttpNode

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

func (HttpNode) Execute

func (n HttpNode) Execute(properties map[string]interface{}, credentials map[string]interface{}, input []map[string]interface{}) ([]map[string]interface{}, error)

type Node

type Node interface {
	Execute(properties map[string]interface{}, credentials map[string]interface{}, input []map[string]interface{}) ([]map[string]interface{}, error)
}

Jump to

Keyboard shortcuts

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