Documentation ¶
Index ¶
- Constants
- func And(predicates ...predicate.Spec) predicate.Spec
- func HasCard() predicate.Spec
- func HasCardWith(preds ...predicate.Card) predicate.Spec
- func ID(id string) predicate.Spec
- func IDEQ(id string) predicate.Spec
- func IDGT(id string) predicate.Spec
- func IDGTE(id string) predicate.Spec
- func IDIn(ids ...string) predicate.Spec
- func IDLT(id string) predicate.Spec
- func IDLTE(id string) predicate.Spec
- func IDNEQ(id string) predicate.Spec
- func IDNotIn(ids ...string) predicate.Spec
- func Not(p predicate.Spec) predicate.Spec
- func Or(predicates ...predicate.Spec) predicate.Spec
Constants ¶
View Source
const ( // Label holds the string label denoting the spec type in the database. Label = "spec" // FieldID holds the string denoting the id field in the database. FieldID = "id" // EdgeCard holds the string denoting the card edge name in mutations. EdgeCard = "card" // CardLabel holds the string label denoting the card edge type in the database. CardLabel = "spec_card" )
Variables ¶
This section is empty.
Functions ¶
func HasCardWith ¶
HasCardWith applies the HasEdge predicate on the "card" edge with a given conditions (other predicates).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.