Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { Field string Type FilterType Value any }
type FilterType ¶
type FilterType string
const ( EQ FilterType = "=" NE FilterType = "!=" GE FilterType = ">=" GT FilterType = ">" LE FilterType = "<=" LT FilterType = "<" LIKE FilterType = "LIKE" IN FilterType = "IN" NOTIN FilterType = "NOT IN" BETWEEN FilterType = "BETWEEN" )
Click to show internal directories.
Click to hide internal directories.