Documentation
¶
Index ¶
- Constants
- func And(predicates ...predicate.Cluster) predicate.Cluster
- func ID(id int) predicate.Cluster
- func IDEQ(id int) predicate.Cluster
- func IDGT(id int) predicate.Cluster
- func IDGTE(id int) predicate.Cluster
- func IDIn(ids ...int) predicate.Cluster
- func IDLT(id int) predicate.Cluster
- func IDLTE(id int) predicate.Cluster
- func IDNEQ(id int) predicate.Cluster
- func IDNotIn(ids ...int) predicate.Cluster
- func Not(p predicate.Cluster) predicate.Cluster
- func Or(predicates ...predicate.Cluster) predicate.Cluster
Constants ¶
View Source
const ( // Label holds the string label denoting the cluster type in the database. Label = "cluster" // FieldID holds the string denoting the id field in the database. FieldID = "id" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.