Versions in this module Expand all Collapse all v0 v0.10.0 Sep 6, 2026 Changes in this version + const APIKeysColumn + const APIKeysInverseTable + const APIKeysTable + const CreatedServiceAccountsColumn + const CreatedServiceAccountsInverseTable + const CreatedServiceAccountsTable + const EdgeAPIKeys + const EdgeCreatedServiceAccounts + const EdgeMemberships + const EdgeOauthAccounts + const EdgeOauthApps + const EdgeOauthAuthCodes + const EdgeOauthConsents + const EdgeOauthTokens + const EdgeRefreshTokens + const FieldActive + const FieldAvatarURL + const FieldCreatedAt + const FieldEmail + const FieldFederationID + const FieldID + const FieldIsPlatformAdmin + const FieldLastLoginAt + const FieldName + const FieldPasswordHash + const FieldUpdatedAt + const Label + const MembershipsColumn + const MembershipsInverseTable + const MembershipsTable + const OauthAccountsColumn + const OauthAccountsInverseTable + const OauthAccountsTable + const OauthAppsColumn + const OauthAppsInverseTable + const OauthAppsTable + const OauthAuthCodesColumn + const OauthAuthCodesInverseTable + const OauthAuthCodesTable + const OauthConsentsColumn + const OauthConsentsInverseTable + const OauthConsentsTable + const OauthTokensColumn + const OauthTokensInverseTable + const OauthTokensTable + const RefreshTokensColumn + const RefreshTokensInverseTable + const RefreshTokensTable + const Table + var Columns = []string + var DefaultActive bool + var DefaultCreatedAt func() time.Time + var DefaultID func() uuid.UUID + var DefaultIsPlatformAdmin bool + var DefaultUpdatedAt func() time.Time + var EmailValidator func(string) error + var NameValidator func(string) error + var UpdateDefaultUpdatedAt func() time.Time + func Active(v bool) predicate.User + func ActiveEQ(v bool) predicate.User + func ActiveNEQ(v bool) predicate.User + func And(predicates ...predicate.User) predicate.User + func AvatarURL(v string) predicate.User + func AvatarURLContains(v string) predicate.User + func AvatarURLContainsFold(v string) predicate.User + func AvatarURLEQ(v string) predicate.User + func AvatarURLEqualFold(v string) predicate.User + func AvatarURLGT(v string) predicate.User + func AvatarURLGTE(v string) predicate.User + func AvatarURLHasPrefix(v string) predicate.User + func AvatarURLHasSuffix(v string) predicate.User + func AvatarURLIn(vs ...string) predicate.User + func AvatarURLIsNil() predicate.User + func AvatarURLLT(v string) predicate.User + func AvatarURLLTE(v string) predicate.User + func AvatarURLNEQ(v string) predicate.User + func AvatarURLNotIn(vs ...string) predicate.User + func AvatarURLNotNil() predicate.User + func CreatedAt(v time.Time) predicate.User + func CreatedAtEQ(v time.Time) predicate.User + func CreatedAtGT(v time.Time) predicate.User + func CreatedAtGTE(v time.Time) predicate.User + func CreatedAtIn(vs ...time.Time) predicate.User + func CreatedAtLT(v time.Time) predicate.User + func CreatedAtLTE(v time.Time) predicate.User + func CreatedAtNEQ(v time.Time) predicate.User + func CreatedAtNotIn(vs ...time.Time) predicate.User + func Email(v string) predicate.User + func EmailContains(v string) predicate.User + func EmailContainsFold(v string) predicate.User + func EmailEQ(v string) predicate.User + func EmailEqualFold(v string) predicate.User + func EmailGT(v string) predicate.User + func EmailGTE(v string) predicate.User + func EmailHasPrefix(v string) predicate.User + func EmailHasSuffix(v string) predicate.User + func EmailIn(vs ...string) predicate.User + func EmailLT(v string) predicate.User + func EmailLTE(v string) predicate.User + func EmailNEQ(v string) predicate.User + func EmailNotIn(vs ...string) predicate.User + func FederationID(v uuid.UUID) predicate.User + func FederationIDEQ(v uuid.UUID) predicate.User + func FederationIDGT(v uuid.UUID) predicate.User + func FederationIDGTE(v uuid.UUID) predicate.User + func FederationIDIn(vs ...uuid.UUID) predicate.User + func FederationIDIsNil() predicate.User + func FederationIDLT(v uuid.UUID) predicate.User + func FederationIDLTE(v uuid.UUID) predicate.User + func FederationIDNEQ(v uuid.UUID) predicate.User + func FederationIDNotIn(vs ...uuid.UUID) predicate.User + func FederationIDNotNil() predicate.User + func HasAPIKeys() predicate.User + func HasAPIKeysWith(preds ...predicate.APIKey) predicate.User + func HasCreatedServiceAccounts() predicate.User + func HasCreatedServiceAccountsWith(preds ...predicate.ServiceAccount) predicate.User + func HasMemberships() predicate.User + func HasMembershipsWith(preds ...predicate.Membership) predicate.User + func HasOauthAccounts() predicate.User + func HasOauthAccountsWith(preds ...predicate.OAuthAccount) predicate.User + func HasOauthApps() predicate.User + func HasOauthAppsWith(preds ...predicate.OAuthApp) predicate.User + func HasOauthAuthCodes() predicate.User + func HasOauthAuthCodesWith(preds ...predicate.OAuthAuthCode) predicate.User + func HasOauthConsents() predicate.User + func HasOauthConsentsWith(preds ...predicate.OAuthConsent) predicate.User + func HasOauthTokens() predicate.User + func HasOauthTokensWith(preds ...predicate.OAuthToken) predicate.User + func HasRefreshTokens() predicate.User + func HasRefreshTokensWith(preds ...predicate.RefreshToken) predicate.User + func ID(id uuid.UUID) predicate.User + func IDEQ(id uuid.UUID) predicate.User + func IDGT(id uuid.UUID) predicate.User + func IDGTE(id uuid.UUID) predicate.User + func IDIn(ids ...uuid.UUID) predicate.User + func IDLT(id uuid.UUID) predicate.User + func IDLTE(id uuid.UUID) predicate.User + func IDNEQ(id uuid.UUID) predicate.User + func IDNotIn(ids ...uuid.UUID) predicate.User + func IsPlatformAdmin(v bool) predicate.User + func IsPlatformAdminEQ(v bool) predicate.User + func IsPlatformAdminNEQ(v bool) predicate.User + func LastLoginAt(v time.Time) predicate.User + func LastLoginAtEQ(v time.Time) predicate.User + func LastLoginAtGT(v time.Time) predicate.User + func LastLoginAtGTE(v time.Time) predicate.User + func LastLoginAtIn(vs ...time.Time) predicate.User + func LastLoginAtIsNil() predicate.User + func LastLoginAtLT(v time.Time) predicate.User + func LastLoginAtLTE(v time.Time) predicate.User + func LastLoginAtNEQ(v time.Time) predicate.User + func LastLoginAtNotIn(vs ...time.Time) predicate.User + func LastLoginAtNotNil() predicate.User + func Name(v string) predicate.User + func NameContains(v string) predicate.User + func NameContainsFold(v string) predicate.User + func NameEQ(v string) predicate.User + func NameEqualFold(v string) predicate.User + func NameGT(v string) predicate.User + func NameGTE(v string) predicate.User + func NameHasPrefix(v string) predicate.User + func NameHasSuffix(v string) predicate.User + func NameIn(vs ...string) predicate.User + func NameLT(v string) predicate.User + func NameLTE(v string) predicate.User + func NameNEQ(v string) predicate.User + func NameNotIn(vs ...string) predicate.User + func Not(p predicate.User) predicate.User + func Or(predicates ...predicate.User) predicate.User + func PasswordHash(v string) predicate.User + func PasswordHashContains(v string) predicate.User + func PasswordHashContainsFold(v string) predicate.User + func PasswordHashEQ(v string) predicate.User + func PasswordHashEqualFold(v string) predicate.User + func PasswordHashGT(v string) predicate.User + func PasswordHashGTE(v string) predicate.User + func PasswordHashHasPrefix(v string) predicate.User + func PasswordHashHasSuffix(v string) predicate.User + func PasswordHashIn(vs ...string) predicate.User + func PasswordHashIsNil() predicate.User + func PasswordHashLT(v string) predicate.User + func PasswordHashLTE(v string) predicate.User + func PasswordHashNEQ(v string) predicate.User + func PasswordHashNotIn(vs ...string) predicate.User + func PasswordHashNotNil() predicate.User + func UpdatedAt(v time.Time) predicate.User + func UpdatedAtEQ(v time.Time) predicate.User + func UpdatedAtGT(v time.Time) predicate.User + func UpdatedAtGTE(v time.Time) predicate.User + func UpdatedAtIn(vs ...time.Time) predicate.User + func UpdatedAtLT(v time.Time) predicate.User + func UpdatedAtLTE(v time.Time) predicate.User + func UpdatedAtNEQ(v time.Time) predicate.User + func UpdatedAtNotIn(vs ...time.Time) predicate.User + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByAPIKeys(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByAPIKeysCount(opts ...sql.OrderTermOption) OrderOption + func ByActive(opts ...sql.OrderTermOption) OrderOption + func ByAvatarURL(opts ...sql.OrderTermOption) OrderOption + func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption + func ByCreatedServiceAccounts(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByCreatedServiceAccountsCount(opts ...sql.OrderTermOption) OrderOption + func ByEmail(opts ...sql.OrderTermOption) OrderOption + func ByFederationID(opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByIsPlatformAdmin(opts ...sql.OrderTermOption) OrderOption + func ByLastLoginAt(opts ...sql.OrderTermOption) OrderOption + func ByMemberships(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByMembershipsCount(opts ...sql.OrderTermOption) OrderOption + func ByName(opts ...sql.OrderTermOption) OrderOption + func ByOauthAccounts(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByOauthAccountsCount(opts ...sql.OrderTermOption) OrderOption + func ByOauthApps(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByOauthAppsCount(opts ...sql.OrderTermOption) OrderOption + func ByOauthAuthCodes(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByOauthAuthCodesCount(opts ...sql.OrderTermOption) OrderOption + func ByOauthConsents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByOauthConsentsCount(opts ...sql.OrderTermOption) OrderOption + func ByOauthTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByOauthTokensCount(opts ...sql.OrderTermOption) OrderOption + func ByPasswordHash(opts ...sql.OrderTermOption) OrderOption + func ByRefreshTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption + func ByRefreshTokensCount(opts ...sql.OrderTermOption) OrderOption + func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption