package
0.15.1
Repository: https://github.com/cisco-open/go-lanai.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

BoolFiltering is a gorm scope that change default/tag behavior of FilterBool field filtering with given field names e.g.
FixWhereClausesForStatementModifier applies special fix for db.Model(&model{}).Where(&model{f1:v1}).Or(&model{f2:v2})..
SkipBoolFilter is a gorm scope that can be used to skip filtering of FilterBool fields with given field names e.g.

# Constants

No description provided by the author

# Structs

No description provided by the author
NoopStatementModifier used to be embedded of any StatementModifier implementation.
No description provided by the author

# Type aliases

FilterBool implements - schema.GormDataTypeInterface - schema.QueryClausesInterface this data type adds "WHERE" clause in SELECT statements for filtering out models based on this field's value FilterBool by default filter out true values (WHERE filter_bool_col IS NOT TRUE AND ....).