expression

package
v0.0.0-...-fefb669 Latest Latest
Warning

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

Go to latest
Published: May 31, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

package expression show how to evaluate a boolean expression in workflow

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BooleanExpression

type BooleanExpression interface {
	// Evaluate evaluate the expression
	Evaluate(input any) bool
}

BooleanExpression is a interface for boolean expression evaluator

func NewStepfunctionExpression

func NewStepfunctionExpression(expression map[string]any) (BooleanExpression, error)

Directories

Path Synopsis
stepfunction stepfunction style expression evaluator
stepfunction stepfunction style expression evaluator

Jump to

Keyboard shortcuts

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