Versions in this module Expand all Collapse all v1 v1.0.2 Dec 30, 2023 v1.0.1 Dec 28, 2023 Changes in this version + const OP_AND + const OP_EQ + const OP_GT + const OP_GTE + const OP_IN + const OP_IS_NULL + const OP_LIKE + const OP_LT + const OP_LTE + const OP_NEQ + const OP_NOT_IN + const OP_NOT_LIKE + const OP_NOT_NULL + const OP_OR + func Consume(tx *gorm.DB, cls models.IClause) *gorm.DB + func NewClause(field, operator string, value interface{}, children ...models.IClause) models.IClause