Versions in this module Expand all Collapse all v1 v1.0.1 Apr 12, 2022 Changes in this version + const BestFriendColumn + const BestFriendTable + const CarsColumn + const CarsInverseTable + const CarsTable + const EdgeBestFriend + const EdgeCars + const EdgeFriends + const EdgeOwner + const FieldID + const FriendsTable + const Label + const OwnerColumn + const OwnerInverseTable + const OwnerTable + const Table + const UserFieldID + var Columns = []string + var DefaultID func() string + var ForeignKeys = []string + var FriendsPrimaryKey = []string + var IDValidator func(string) error + func And(predicates ...predicate.Pet) predicate.Pet + func HasBestFriend() predicate.Pet + func HasBestFriendWith(preds ...predicate.Pet) predicate.Pet + func HasCars() predicate.Pet + func HasCarsWith(preds ...predicate.Car) predicate.Pet + func HasFriends() predicate.Pet + func HasFriendsWith(preds ...predicate.Pet) predicate.Pet + func HasOwner() predicate.Pet + func HasOwnerWith(preds ...predicate.User) predicate.Pet + func ID(id string) predicate.Pet + func IDEQ(id string) predicate.Pet + func IDGT(id string) predicate.Pet + func IDGTE(id string) predicate.Pet + func IDIn(ids ...string) predicate.Pet + func IDLT(id string) predicate.Pet + func IDLTE(id string) predicate.Pet + func IDNEQ(id string) predicate.Pet + func IDNotIn(ids ...string) predicate.Pet + func Not(p predicate.Pet) predicate.Pet + func Or(predicates ...predicate.Pet) predicate.Pet + func ValidColumn(column string) bool