operation

package
v0.0.0-...-9ee9f71 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FuncErrorHandler

type FuncErrorHandler func(error) error

FuncErrorHandler the error handler for OnFailure() options

type GoFlowOperation

type GoFlowOperation struct {
	Id      string              // ID
	Mod     Modifier            // Modifier
	Options map[string][]string // The option as a input to workload

	FailureHandler FuncErrorHandler // The Failure handler of the operation
}

func (*GoFlowOperation) AddFailureHandler

func (operation *GoFlowOperation) AddFailureHandler(handler FuncErrorHandler)

func (*GoFlowOperation) Encode

func (operation *GoFlowOperation) Encode() []byte

func (*GoFlowOperation) Execute

func (operation *GoFlowOperation) Execute(data []byte, _ map[string]interface{}) ([]byte, error)

func (*GoFlowOperation) GetId

func (operation *GoFlowOperation) GetId() string

func (*GoFlowOperation) GetOptions

func (operation *GoFlowOperation) GetOptions() map[string][]string

func (*GoFlowOperation) GetProperties

func (operation *GoFlowOperation) GetProperties() map[string][]string

type Modifier

type Modifier func([]byte, map[string][]string) ([]byte, error)

Modifier definition for Modify() call

Jump to

Keyboard shortcuts

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