flow

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateStateHandler

func ValidateStateHandler(st string) error

Types

type Flow

type Flow struct {
	Id              string
	RootAction      int
	Actions         map[int]action.Action
	FailureHandler  Statehandler
	SuccessHandler  Statehandler
	TerminalActions []int
}

type Statehandler

type Statehandler string
const DELETE Statehandler = "DELETE"
const NOOP Statehandler = "NOOP"

Jump to

Keyboard shortcuts

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