Versions in this module Expand all Collapse all v0 v0.11.4 Jan 7, 2023 Changes in this version + const FieldID + const Label + const Table + var Columns = []string + var DefaultID func() sid.ID + func And(predicates ...predicate.Other) predicate.Other + func ID(id sid.ID) predicate.Other + func IDEQ(id sid.ID) predicate.Other + func IDGT(id sid.ID) predicate.Other + func IDGTE(id sid.ID) predicate.Other + func IDIn(ids ...sid.ID) predicate.Other + func IDLT(id sid.ID) predicate.Other + func IDLTE(id sid.ID) predicate.Other + func IDNEQ(id sid.ID) predicate.Other + func IDNotIn(ids ...sid.ID) predicate.Other + func Not(p predicate.Other) predicate.Other + func Or(predicates ...predicate.Other) predicate.Other + func ValidColumn(column string) bool