Versions in this module Expand all Collapse all v1 v1.0.1 Aug 11, 2020 v1.0.0 Aug 7, 2019 Changes in this version + type AndExpression struct + func (ae *AndExpression) Interpret(context string) bool + type Expression interface + Interpret func(string) bool + type OrExpression struct + func NewAndExpression(expr1, expr2 Expression) *OrExpression + func NewOrExpression(expr1, expr2 Expression) *OrExpression + func (oe *OrExpression) Interpret(context string) bool + type TerminalExpression struct + func NewTerminalExpression(data string) *TerminalExpression + func (ti *TerminalExpression) Interpret(context string) bool