Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Alert) predicate.Alert
- func ID(id int) predicate.Alert
- func IDEQ(id int) predicate.Alert
- func IDGT(id int) predicate.Alert
- func IDGTE(id int) predicate.Alert
- func IDIn(ids ...int) predicate.Alert
- func IDLT(id int) predicate.Alert
- func IDLTE(id int) predicate.Alert
- func IDNEQ(id int) predicate.Alert
- func IDNotIn(ids ...int) predicate.Alert
- func Not(p predicate.Alert) predicate.Alert
- func Or(predicates ...predicate.Alert) predicate.Alert
Constants ¶
View Source
const ( // Label holds the string label denoting the alert type in the database. Label = "alert" // FieldID holds the string denoting the id field in the database. FieldID = "id" // Table holds the table name of the alert in the database. Table = "alerts" )
Variables ¶
View Source
var Columns = []string{ FieldID, }
Columns holds all SQL columns for alert fields.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.