Versions in this module Expand all Collapse all v1 v1.1.0 Jan 29, 2023 Changes in this version + const FieldCreatedAt + const FieldFromAccountID + const FieldID + const FieldPostID + const FieldRetweet + const Label + const Table + var Columns = []string + var DefaultCreatedAt time.Time + var DefaultRetweet bool + func And(predicates ...predicate.Retweet_feature) predicate.Retweet_feature + func CreatedAt(v time.Time) predicate.Retweet_feature + func CreatedAtEQ(v time.Time) predicate.Retweet_feature + func CreatedAtGT(v time.Time) predicate.Retweet_feature + func CreatedAtGTE(v time.Time) predicate.Retweet_feature + func CreatedAtIn(vs ...time.Time) predicate.Retweet_feature + func CreatedAtLT(v time.Time) predicate.Retweet_feature + func CreatedAtLTE(v time.Time) predicate.Retweet_feature + func CreatedAtNEQ(v time.Time) predicate.Retweet_feature + func CreatedAtNotIn(vs ...time.Time) predicate.Retweet_feature + func FromAccountID(v int64) predicate.Retweet_feature + func FromAccountIDEQ(v int64) predicate.Retweet_feature + func FromAccountIDGT(v int64) predicate.Retweet_feature + func FromAccountIDGTE(v int64) predicate.Retweet_feature + func FromAccountIDIn(vs ...int64) predicate.Retweet_feature + func FromAccountIDLT(v int64) predicate.Retweet_feature + func FromAccountIDLTE(v int64) predicate.Retweet_feature + func FromAccountIDNEQ(v int64) predicate.Retweet_feature + func FromAccountIDNotIn(vs ...int64) predicate.Retweet_feature + func ID(id int) predicate.Retweet_feature + func IDEQ(id int) predicate.Retweet_feature + func IDGT(id int) predicate.Retweet_feature + func IDGTE(id int) predicate.Retweet_feature + func IDIn(ids ...int) predicate.Retweet_feature + func IDLT(id int) predicate.Retweet_feature + func IDLTE(id int) predicate.Retweet_feature + func IDNEQ(id int) predicate.Retweet_feature + func IDNotIn(ids ...int) predicate.Retweet_feature + func Not(p predicate.Retweet_feature) predicate.Retweet_feature + func Or(predicates ...predicate.Retweet_feature) predicate.Retweet_feature + func PostID(v uuid.UUID) predicate.Retweet_feature + func PostIDEQ(v uuid.UUID) predicate.Retweet_feature + func PostIDGT(v uuid.UUID) predicate.Retweet_feature + func PostIDGTE(v uuid.UUID) predicate.Retweet_feature + func PostIDIn(vs ...uuid.UUID) predicate.Retweet_feature + func PostIDLT(v uuid.UUID) predicate.Retweet_feature + func PostIDLTE(v uuid.UUID) predicate.Retweet_feature + func PostIDNEQ(v uuid.UUID) predicate.Retweet_feature + func PostIDNotIn(vs ...uuid.UUID) predicate.Retweet_feature + func Retweet(v bool) predicate.Retweet_feature + func RetweetEQ(v bool) predicate.Retweet_feature + func RetweetNEQ(v bool) predicate.Retweet_feature + func ValidColumn(column string) bool