# Functions
ConvertStringToRuleOperator converts a string to a RuleOperator.
# Constants
RuleOperatorEqual represents an equal attribute rule.
RuleOperatorGreater represents a greater value attribute rule.
RuleOperatorGreater represents a greater or equal value attribute rule.
RuleOperatorLower represents a lower value attribute rule.
RuleOperatorLowerEqual represents a lower or equal value attribute rule.
RuleOperatorEqual represents a NOT equal attribute rule.
# Variables
ErrInvalidRuleFormat is returned when a rule format is invalid.
# Structs
Rule represents an attribute rule containing the attribute name and the operator to apply to a given value.
# Type aliases
No description provided by the author