Versions in this module Expand all Collapse all v0 v0.11.4 Jan 7, 2023 Changes in this version + const EdgePost + const FieldID + const FieldPostID + const FieldText + const Label + const PostColumn + const PostInverseTable + const PostTable + const Table + var Columns = []string + func And(predicates ...predicate.Comment) predicate.Comment + func HasPost() predicate.Comment + func HasPostWith(preds ...predicate.Post) predicate.Comment + func ID(id int) predicate.Comment + func IDEQ(id int) predicate.Comment + func IDGT(id int) predicate.Comment + func IDGTE(id int) predicate.Comment + func IDIn(ids ...int) predicate.Comment + func IDLT(id int) predicate.Comment + func IDLTE(id int) predicate.Comment + func IDNEQ(id int) predicate.Comment + func IDNotIn(ids ...int) predicate.Comment + func Not(p predicate.Comment) predicate.Comment + func Or(predicates ...predicate.Comment) predicate.Comment + func PostID(v int) predicate.Comment + func PostIDEQ(v int) predicate.Comment + func PostIDIn(vs ...int) predicate.Comment + func PostIDNEQ(v int) predicate.Comment + func PostIDNotIn(vs ...int) predicate.Comment + func Text(v string) predicate.Comment + func TextContains(v string) predicate.Comment + func TextContainsFold(v string) predicate.Comment + func TextEQ(v string) predicate.Comment + func TextEqualFold(v string) predicate.Comment + func TextGT(v string) predicate.Comment + func TextGTE(v string) predicate.Comment + func TextHasPrefix(v string) predicate.Comment + func TextHasSuffix(v string) predicate.Comment + func TextIn(vs ...string) predicate.Comment + func TextLT(v string) predicate.Comment + func TextLTE(v string) predicate.Comment + func TextNEQ(v string) predicate.Comment + func TextNotIn(vs ...string) predicate.Comment + func ValidColumn(column string) bool