Versions in this module Expand all Collapse all v0 v0.6.1 Feb 16, 2021 Changes in this version + const CardInverseTable + const CardTable + const EdgeCard + const FieldID + const Label + const Table + var CardPrimaryKey = []string + var Columns = []string + func And(predicates ...predicate.Spec) predicate.Spec + func HasCard() predicate.Spec + func HasCardWith(preds ...predicate.Card) predicate.Spec + func ID(id int) predicate.Spec + func IDEQ(id int) predicate.Spec + func IDGT(id int) predicate.Spec + func IDGTE(id int) predicate.Spec + func IDIn(ids ...int) predicate.Spec + func IDLT(id int) predicate.Spec + func IDLTE(id int) predicate.Spec + func IDNEQ(id int) predicate.Spec + func IDNotIn(ids ...int) predicate.Spec + func Not(p predicate.Spec) predicate.Spec + func Or(predicates ...predicate.Spec) predicate.Spec + func ValidColumn(column string) bool