Versions in this module Expand all Collapse all v0 v0.4.4 Mar 4, 2020 v0.4.3 Feb 7, 2020 Changes in this version + type RawRule struct + Patterns []string + Value interface{} + type RuleEngine interface + GetValue func(patternValues ...string) (interface{}, bool) + func NewRuleEngine(ruleWrapper RuleWrapper) RuleEngine + type RuleWrapper struct + Rules []RawRule