Documentation ¶ Index ¶ type FilterType type Raw func (r Raw) ApplyTo(c *gorm.DB) *gorm.DB func (r Raw) Condition() string func (r Raw) Values() []interface{} type Where func (w Where) ApplyTo(c *gorm.DB) *gorm.DB func (w Where) Condition() string func (w Where) Values() []any Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FilterType ¶ type FilterType string type Raw ¶ added in v0.0.16 type Raw string func (Raw) ApplyTo ¶ added in v0.0.16 func (r Raw) ApplyTo(c *gorm.DB) *gorm.DB func (Raw) Condition ¶ added in v0.0.16 func (r Raw) Condition() string func (Raw) Values ¶ added in v0.0.16 func (r Raw) Values() []interface{} type Where ¶ type Where []any func (Where) ApplyTo ¶ func (w Where) ApplyTo(c *gorm.DB) *gorm.DB func (Where) Condition ¶ func (w Where) Condition() string func (Where) Values ¶ func (w Where) Values() []any Source Files ¶ View all Source files filters.go Click to show internal directories. Click to hide internal directories.