Versions in this module Expand all Collapse all v1 v1.0.0 Jun 29, 2021 Changes in this version + const EdgeRecipients + const EdgeUser + const FieldID + const Label + const RecipientsInverseTable + const RecipientsTable + const Table + const UserColumn + const UserInverseTable + const UserTable + var Columns = []string + var DefaultID func() uuid.UUID + var ForeignKeys = []string + var RecipientsPrimaryKey = []string + func And(predicates ...predicate.Attachment) predicate.Attachment + func HasRecipients() predicate.Attachment + func HasRecipientsWith(preds ...predicate.User) predicate.Attachment + func HasUser() predicate.Attachment + func HasUserWith(preds ...predicate.User) predicate.Attachment + func ID(id uuid.UUID) predicate.Attachment + func IDEQ(id uuid.UUID) predicate.Attachment + func IDGT(id uuid.UUID) predicate.Attachment + func IDGTE(id uuid.UUID) predicate.Attachment + func IDIn(ids ...uuid.UUID) predicate.Attachment + func IDLT(id uuid.UUID) predicate.Attachment + func IDLTE(id uuid.UUID) predicate.Attachment + func IDNEQ(id uuid.UUID) predicate.Attachment + func IDNotIn(ids ...uuid.UUID) predicate.Attachment + func Not(p predicate.Attachment) predicate.Attachment + func Or(predicates ...predicate.Attachment) predicate.Attachment + func ValidColumn(column string) bool