Versions in this module Expand all Collapse all v1 v1.0.0 Jun 29, 2021 Changes in this version + const EdgeUserProfilePic + const FieldID + const FieldURLPath + const Label + const Table + const UserProfilePicColumn + const UserProfilePicInverseTable + const UserProfilePicTable + var Columns = []string + func And(predicates ...predicate.Image) predicate.Image + func HasUserProfilePic() predicate.Image + func HasUserProfilePicWith(preds ...predicate.User) predicate.Image + func ID(id uuid.UUID) predicate.Image + func IDEQ(id uuid.UUID) predicate.Image + func IDGT(id uuid.UUID) predicate.Image + func IDGTE(id uuid.UUID) predicate.Image + func IDIn(ids ...uuid.UUID) predicate.Image + func IDLT(id uuid.UUID) predicate.Image + func IDLTE(id uuid.UUID) predicate.Image + func IDNEQ(id uuid.UUID) predicate.Image + func IDNotIn(ids ...uuid.UUID) predicate.Image + func Not(p predicate.Image) predicate.Image + func Or(predicates ...predicate.Image) predicate.Image + func URLPath(v string) predicate.Image + func URLPathContains(v string) predicate.Image + func URLPathContainsFold(v string) predicate.Image + func URLPathEQ(v string) predicate.Image + func URLPathEqualFold(v string) predicate.Image + func URLPathGT(v string) predicate.Image + func URLPathGTE(v string) predicate.Image + func URLPathHasPrefix(v string) predicate.Image + func URLPathHasSuffix(v string) predicate.Image + func URLPathIn(vs ...string) predicate.Image + func URLPathLT(v string) predicate.Image + func URLPathLTE(v string) predicate.Image + func URLPathNEQ(v string) predicate.Image + func URLPathNotIn(vs ...string) predicate.Image + func ValidColumn(column string) bool