Versions in this module Expand all Collapse all v1 v1.23.0 Jun 2, 2025 v1.22.5 Apr 18, 2025 v1.22.4 Feb 20, 2025 v1.22.3 Apr 23, 2024 v1.22.2 Apr 23, 2024 v1.22.1 Apr 8, 2024 v1.22.0 Apr 1, 2024 v1.2.1 Dec 20, 2019 v1.2.0 Nov 29, 2019 Changes in this version type BinaryOperation + MappingSrcField string v1.1.1 Nov 19, 2019 v1.1.0 Nov 1, 2019 v1.0.0 Oct 22, 2019 Changes in this version + const And + const Constains + const EndWith + const Equal + const Exists + const Gt + const Gte + const Lt + const Lte + const NotContains + const NotEndWith + const NotEqual + const NotExists + const NotStartWith + const Or + const StartsWith + type BinaryOperation struct + Field string + IsPrimaryKey bool + Operator Operator + SearchInCustom bool + Value string + func (bo BinaryOperation) IsValid() bool + type LogicOperation struct + LogicOperator LogicOperator + Terms []Term + func (lo LogicOperation) IsValid() bool + type LogicOperator string + type Operator string + type Term struct + BinaryOperation *BinaryOperation + LogicOperation *LogicOperation + func (t Term) IsBinary() bool + func (t Term) IsLogic() bool + func (t Term) IsValid() bool