expressionlanguages

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrDTableNoParserFoundForExpressionLanguage = err.New("no parser found for expression language")
)

Functions

This section is empty.

Types

type ExpressionValidatorFactory

type ExpressionValidatorFactory struct {
}

func CreateParserFactory

func CreateParserFactory() ExpressionValidatorFactory

func (ExpressionValidatorFactory) GetParser

type ExpressionValidatorInterface

type ExpressionValidatorInterface interface {
	ValidateInputEntry(field model.Field, entry model.Entry) (bool, []error)
	ValidateOutputEntry(field model.Field, entry model.Entry) (bool, []error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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