Versions in this module Expand all Collapse all v1 v1.0.0 Jun 29, 2021 Changes in this version + const FieldID + const Label + const Table + var Columns = []string + func And(predicates ...predicate.WithoutFields) predicate.WithoutFields + func ID(id int) predicate.WithoutFields + func IDEQ(id int) predicate.WithoutFields + func IDGT(id int) predicate.WithoutFields + func IDGTE(id int) predicate.WithoutFields + func IDIn(ids ...int) predicate.WithoutFields + func IDLT(id int) predicate.WithoutFields + func IDLTE(id int) predicate.WithoutFields + func IDNEQ(id int) predicate.WithoutFields + func IDNotIn(ids ...int) predicate.WithoutFields + func Not(p predicate.WithoutFields) predicate.WithoutFields + func Or(predicates ...predicate.WithoutFields) predicate.WithoutFields + func ValidColumn(column string) bool