ruleengine

package
v0.6.7 Latest Latest
Warning

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

Go to latest
Published: May 21, 2021 License: MIT Imports: 1 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RawRule

type RawRule struct {
	Patterns []string
	Value    interface{}
}

RawRule defines a rule by defining a pattern and a value

type RuleEngine

type RuleEngine interface {
	// GetValue returns a value, true if rule matched, else returns a nil, false if no rule matched
	GetValue(patternValues ...string) (interface{}, bool)
}

RuleEngine provides a way to get a value if rule matched

func NewRuleEngine

func NewRuleEngine(ruleWrapper RuleWrapper) RuleEngine

NewRuleEngine initializes a rule engine

type RuleWrapper

type RuleWrapper struct {
	Rules []RawRule
}

RuleWrapper is a container for list of rules

Jump to

Keyboard shortcuts

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