Versions in this module Expand all Collapse all v0 v0.0.2 Nov 9, 2022 Changes in this version + const EdgeFriend + const EdgeUser + const FieldCreatedAt + const FieldFriendID + const FieldID + const FieldUserID + const FriendColumn + const FriendInverseTable + const FriendTable + const Label + const Table + const UserColumn + const UserInverseTable + const UserTable + var Columns = []string + var DefaultCreatedAt func() time.Time + func And(predicates ...predicate.Friendship) predicate.Friendship + func CreatedAt(v time.Time) predicate.Friendship + func CreatedAtEQ(v time.Time) predicate.Friendship + func CreatedAtGT(v time.Time) predicate.Friendship + func CreatedAtGTE(v time.Time) predicate.Friendship + func CreatedAtIn(vs ...time.Time) predicate.Friendship + func CreatedAtLT(v time.Time) predicate.Friendship + func CreatedAtLTE(v time.Time) predicate.Friendship + func CreatedAtNEQ(v time.Time) predicate.Friendship + func CreatedAtNotIn(vs ...time.Time) predicate.Friendship + func FriendID(v int) predicate.Friendship + func FriendIDEQ(v int) predicate.Friendship + func FriendIDIn(vs ...int) predicate.Friendship + func FriendIDNEQ(v int) predicate.Friendship + func FriendIDNotIn(vs ...int) predicate.Friendship + func HasFriend() predicate.Friendship + func HasFriendWith(preds ...predicate.User) predicate.Friendship + func HasUser() predicate.Friendship + func HasUserWith(preds ...predicate.User) predicate.Friendship + func ID(id int) predicate.Friendship + func IDEQ(id int) predicate.Friendship + func IDGT(id int) predicate.Friendship + func IDGTE(id int) predicate.Friendship + func IDIn(ids ...int) predicate.Friendship + func IDLT(id int) predicate.Friendship + func IDLTE(id int) predicate.Friendship + func IDNEQ(id int) predicate.Friendship + func IDNotIn(ids ...int) predicate.Friendship + func Not(p predicate.Friendship) predicate.Friendship + func Or(predicates ...predicate.Friendship) predicate.Friendship + func UserID(v int) predicate.Friendship + func UserIDEQ(v int) predicate.Friendship + func UserIDIn(vs ...int) predicate.Friendship + func UserIDNEQ(v int) predicate.Friendship + func UserIDNotIn(vs ...int) predicate.Friendship + func ValidColumn(column string) bool