Versions in this module Expand all Collapse all v0 v0.5.1 Jun 28, 2021 Changes in this version + var ErrDTableNoParserFoundForExpressionLanguage = err.New("no parser found for expression language") + type ExpressionValidatorFactory struct + func CreateParserFactory() ExpressionValidatorFactory + func (p ExpressionValidatorFactory) GetParser(notation model.ExpressionLanguage) (ExpressionValidatorInterface, error) + type ExpressionValidatorInterface interface + ValidateInputEntry func(field model.Field, entry model.Entry) (bool, []error) + ValidateOutputEntry func(field model.Field, entry model.Entry) (bool, []error)