 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expression ¶
type Expression struct {
	Attribute any    `yaml:"attribute" mapstructure:"attribute"`
	Operator  string `yaml:"operator" mapstructure:"operator"`
	Value     any    `yaml:"value" mapstructure:"value"`
}
    func (Expression) Evaluate ¶
func (e Expression) Evaluate() (bool, error)
func (Expression) IsEmpty ¶
func (e Expression) IsEmpty() bool
 Click to show internal directories. 
   Click to hide internal directories.