Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.PasswordResetToken) predicate.PasswordResetToken
- func ArchivedAt(v time.Time) predicate.PasswordResetToken
- func ArchivedAtEQ(v time.Time) predicate.PasswordResetToken
- func ArchivedAtGT(v time.Time) predicate.PasswordResetToken
- func ArchivedAtGTE(v time.Time) predicate.PasswordResetToken
- func ArchivedAtIn(vs ...time.Time) predicate.PasswordResetToken
- func ArchivedAtIsNil() predicate.PasswordResetToken
- func ArchivedAtLT(v time.Time) predicate.PasswordResetToken
- func ArchivedAtLTE(v time.Time) predicate.PasswordResetToken
- func ArchivedAtNEQ(v time.Time) predicate.PasswordResetToken
- func ArchivedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
- func ArchivedAtNotNil() predicate.PasswordResetToken
- func CreatedAt(v time.Time) predicate.PasswordResetToken
- func CreatedAtEQ(v time.Time) predicate.PasswordResetToken
- func CreatedAtGT(v time.Time) predicate.PasswordResetToken
- func CreatedAtGTE(v time.Time) predicate.PasswordResetToken
- func CreatedAtIn(vs ...time.Time) predicate.PasswordResetToken
- func CreatedAtIsNil() predicate.PasswordResetToken
- func CreatedAtLT(v time.Time) predicate.PasswordResetToken
- func CreatedAtLTE(v time.Time) predicate.PasswordResetToken
- func CreatedAtNEQ(v time.Time) predicate.PasswordResetToken
- func CreatedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
- func CreatedAtNotNil() predicate.PasswordResetToken
- func CreatedByID(v uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDEQ(v uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDGT(v uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDGTE(v uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDIn(vs ...uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDIsNil() predicate.PasswordResetToken
- func CreatedByIDLT(v uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDLTE(v uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDNEQ(v uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDNotIn(vs ...uuid.UUID) predicate.PasswordResetToken
- func CreatedByIDNotNil() predicate.PasswordResetToken
- func DeletedAt(v time.Time) predicate.PasswordResetToken
- func DeletedAtEQ(v time.Time) predicate.PasswordResetToken
- func DeletedAtGT(v time.Time) predicate.PasswordResetToken
- func DeletedAtGTE(v time.Time) predicate.PasswordResetToken
- func DeletedAtIn(vs ...time.Time) predicate.PasswordResetToken
- func DeletedAtIsNil() predicate.PasswordResetToken
- func DeletedAtLT(v time.Time) predicate.PasswordResetToken
- func DeletedAtLTE(v time.Time) predicate.PasswordResetToken
- func DeletedAtNEQ(v time.Time) predicate.PasswordResetToken
- func DeletedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
- func DeletedAtNotNil() predicate.PasswordResetToken
- func DeletedByID(v uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDEQ(v uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDGT(v uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDGTE(v uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDIn(vs ...uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDIsNil() predicate.PasswordResetToken
- func DeletedByIDLT(v uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDLTE(v uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDNEQ(v uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDNotIn(vs ...uuid.UUID) predicate.PasswordResetToken
- func DeletedByIDNotNil() predicate.PasswordResetToken
- func Email(v string) predicate.PasswordResetToken
- func EmailContains(v string) predicate.PasswordResetToken
- func EmailContainsFold(v string) predicate.PasswordResetToken
- func EmailEQ(v string) predicate.PasswordResetToken
- func EmailEqualFold(v string) predicate.PasswordResetToken
- func EmailGT(v string) predicate.PasswordResetToken
- func EmailGTE(v string) predicate.PasswordResetToken
- func EmailHasPrefix(v string) predicate.PasswordResetToken
- func EmailHasSuffix(v string) predicate.PasswordResetToken
- func EmailIn(vs ...string) predicate.PasswordResetToken
- func EmailLT(v string) predicate.PasswordResetToken
- func EmailLTE(v string) predicate.PasswordResetToken
- func EmailNEQ(v string) predicate.PasswordResetToken
- func EmailNotIn(vs ...string) predicate.PasswordResetToken
- func ExpiresAt(v time.Time) predicate.PasswordResetToken
- func ExpiresAtEQ(v time.Time) predicate.PasswordResetToken
- func ExpiresAtGT(v time.Time) predicate.PasswordResetToken
- func ExpiresAtGTE(v time.Time) predicate.PasswordResetToken
- func ExpiresAtIn(vs ...time.Time) predicate.PasswordResetToken
- func ExpiresAtLT(v time.Time) predicate.PasswordResetToken
- func ExpiresAtLTE(v time.Time) predicate.PasswordResetToken
- func ExpiresAtNEQ(v time.Time) predicate.PasswordResetToken
- func ExpiresAtNotIn(vs ...time.Time) predicate.PasswordResetToken
- func HasUser() predicate.PasswordResetToken
- func HasUserWith(preds ...predicate.User) predicate.PasswordResetToken
- func ID(id uuid.UUID) predicate.PasswordResetToken
- func IDEQ(id uuid.UUID) predicate.PasswordResetToken
- func IDGT(id uuid.UUID) predicate.PasswordResetToken
- func IDGTE(id uuid.UUID) predicate.PasswordResetToken
- func IDIn(ids ...uuid.UUID) predicate.PasswordResetToken
- func IDLT(id uuid.UUID) predicate.PasswordResetToken
- func IDLTE(id uuid.UUID) predicate.PasswordResetToken
- func IDNEQ(id uuid.UUID) predicate.PasswordResetToken
- func IDNotIn(ids ...uuid.UUID) predicate.PasswordResetToken
- func IsUsed(v bool) predicate.PasswordResetToken
- func IsUsedEQ(v bool) predicate.PasswordResetToken
- func IsUsedNEQ(v bool) predicate.PasswordResetToken
- func Jti(v string) predicate.PasswordResetToken
- func JtiContains(v string) predicate.PasswordResetToken
- func JtiContainsFold(v string) predicate.PasswordResetToken
- func JtiEQ(v string) predicate.PasswordResetToken
- func JtiEqualFold(v string) predicate.PasswordResetToken
- func JtiGT(v string) predicate.PasswordResetToken
- func JtiGTE(v string) predicate.PasswordResetToken
- func JtiHasPrefix(v string) predicate.PasswordResetToken
- func JtiHasSuffix(v string) predicate.PasswordResetToken
- func JtiIn(vs ...string) predicate.PasswordResetToken
- func JtiLT(v string) predicate.PasswordResetToken
- func JtiLTE(v string) predicate.PasswordResetToken
- func JtiNEQ(v string) predicate.PasswordResetToken
- func JtiNotIn(vs ...string) predicate.PasswordResetToken
- func Not(p predicate.PasswordResetToken) predicate.PasswordResetToken
- func Or(predicates ...predicate.PasswordResetToken) predicate.PasswordResetToken
- func PublishedAt(v time.Time) predicate.PasswordResetToken
- func PublishedAtEQ(v time.Time) predicate.PasswordResetToken
- func PublishedAtGT(v time.Time) predicate.PasswordResetToken
- func PublishedAtGTE(v time.Time) predicate.PasswordResetToken
- func PublishedAtIn(vs ...time.Time) predicate.PasswordResetToken
- func PublishedAtIsNil() predicate.PasswordResetToken
- func PublishedAtLT(v time.Time) predicate.PasswordResetToken
- func PublishedAtLTE(v time.Time) predicate.PasswordResetToken
- func PublishedAtNEQ(v time.Time) predicate.PasswordResetToken
- func PublishedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
- func PublishedAtNotNil() predicate.PasswordResetToken
- func Status(v string) predicate.PasswordResetToken
- func StatusContains(v string) predicate.PasswordResetToken
- func StatusContainsFold(v string) predicate.PasswordResetToken
- func StatusEQ(v string) predicate.PasswordResetToken
- func StatusEqualFold(v string) predicate.PasswordResetToken
- func StatusGT(v string) predicate.PasswordResetToken
- func StatusGTE(v string) predicate.PasswordResetToken
- func StatusHasPrefix(v string) predicate.PasswordResetToken
- func StatusHasSuffix(v string) predicate.PasswordResetToken
- func StatusIn(vs ...string) predicate.PasswordResetToken
- func StatusLT(v string) predicate.PasswordResetToken
- func StatusLTE(v string) predicate.PasswordResetToken
- func StatusNEQ(v string) predicate.PasswordResetToken
- func StatusNotIn(vs ...string) predicate.PasswordResetToken
- func Token(v string) predicate.PasswordResetToken
- func TokenContains(v string) predicate.PasswordResetToken
- func TokenContainsFold(v string) predicate.PasswordResetToken
- func TokenEQ(v string) predicate.PasswordResetToken
- func TokenEqualFold(v string) predicate.PasswordResetToken
- func TokenGT(v string) predicate.PasswordResetToken
- func TokenGTE(v string) predicate.PasswordResetToken
- func TokenHasPrefix(v string) predicate.PasswordResetToken
- func TokenHasSuffix(v string) predicate.PasswordResetToken
- func TokenHash(v string) predicate.PasswordResetToken
- func TokenHashContains(v string) predicate.PasswordResetToken
- func TokenHashContainsFold(v string) predicate.PasswordResetToken
- func TokenHashEQ(v string) predicate.PasswordResetToken
- func TokenHashEqualFold(v string) predicate.PasswordResetToken
- func TokenHashGT(v string) predicate.PasswordResetToken
- func TokenHashGTE(v string) predicate.PasswordResetToken
- func TokenHashHasPrefix(v string) predicate.PasswordResetToken
- func TokenHashHasSuffix(v string) predicate.PasswordResetToken
- func TokenHashIn(vs ...string) predicate.PasswordResetToken
- func TokenHashLT(v string) predicate.PasswordResetToken
- func TokenHashLTE(v string) predicate.PasswordResetToken
- func TokenHashNEQ(v string) predicate.PasswordResetToken
- func TokenHashNotIn(vs ...string) predicate.PasswordResetToken
- func TokenIn(vs ...string) predicate.PasswordResetToken
- func TokenLT(v string) predicate.PasswordResetToken
- func TokenLTE(v string) predicate.PasswordResetToken
- func TokenNEQ(v string) predicate.PasswordResetToken
- func TokenNotIn(vs ...string) predicate.PasswordResetToken
- func UpdatedAt(v time.Time) predicate.PasswordResetToken
- func UpdatedAtEQ(v time.Time) predicate.PasswordResetToken
- func UpdatedAtGT(v time.Time) predicate.PasswordResetToken
- func UpdatedAtGTE(v time.Time) predicate.PasswordResetToken
- func UpdatedAtIn(vs ...time.Time) predicate.PasswordResetToken
- func UpdatedAtIsNil() predicate.PasswordResetToken
- func UpdatedAtLT(v time.Time) predicate.PasswordResetToken
- func UpdatedAtLTE(v time.Time) predicate.PasswordResetToken
- func UpdatedAtNEQ(v time.Time) predicate.PasswordResetToken
- func UpdatedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
- func UpdatedAtNotNil() predicate.PasswordResetToken
- func UpdatedByID(v uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDEQ(v uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDGT(v uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDGTE(v uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDIn(vs ...uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDIsNil() predicate.PasswordResetToken
- func UpdatedByIDLT(v uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDLTE(v uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDNEQ(v uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDNotIn(vs ...uuid.UUID) predicate.PasswordResetToken
- func UpdatedByIDNotNil() predicate.PasswordResetToken
- func UsedAt(v time.Time) predicate.PasswordResetToken
- func UsedAtEQ(v time.Time) predicate.PasswordResetToken
- func UsedAtGT(v time.Time) predicate.PasswordResetToken
- func UsedAtGTE(v time.Time) predicate.PasswordResetToken
- func UsedAtIn(vs ...time.Time) predicate.PasswordResetToken
- func UsedAtIsNil() predicate.PasswordResetToken
- func UsedAtLT(v time.Time) predicate.PasswordResetToken
- func UsedAtLTE(v time.Time) predicate.PasswordResetToken
- func UsedAtNEQ(v time.Time) predicate.PasswordResetToken
- func UsedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
- func UsedAtNotNil() predicate.PasswordResetToken
- func ValidColumn(column string) bool
- type OrderOption
- func ByArchivedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedByID(opts ...sql.OrderTermOption) OrderOption
- func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption
- func ByDeletedByID(opts ...sql.OrderTermOption) OrderOption
- func ByEmail(opts ...sql.OrderTermOption) OrderOption
- func ByExpiresAt(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByIsUsed(opts ...sql.OrderTermOption) OrderOption
- func ByJti(opts ...sql.OrderTermOption) OrderOption
- func ByPublishedAt(opts ...sql.OrderTermOption) OrderOption
- func ByStatus(opts ...sql.OrderTermOption) OrderOption
- func ByToken(opts ...sql.OrderTermOption) OrderOption
- func ByTokenHash(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedByID(opts ...sql.OrderTermOption) OrderOption
- func ByUsedAt(opts ...sql.OrderTermOption) OrderOption
- func ByUserField(field string, opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the passwordresettoken type in the database. Label = "password_reset_token" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldCreatedByID holds the string denoting the created_by_id field in the database. FieldCreatedByID = "created_by_id" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedByID holds the string denoting the updated_by_id field in the database. FieldUpdatedByID = "updated_by_id" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldDeletedByID holds the string denoting the deleted_by_id field in the database. FieldDeletedByID = "deleted_by_id" // FieldDeletedAt holds the string denoting the deleted_at field in the database. FieldDeletedAt = "deleted_at" // FieldPublishedAt holds the string denoting the published_at field in the database. FieldPublishedAt = "published_at" // FieldArchivedAt holds the string denoting the archived_at field in the database. FieldArchivedAt = "archived_at" // FieldJti holds the string denoting the jti field in the database. FieldJti = "jti" // FieldToken holds the string denoting the token field in the database. FieldToken = "token" // FieldTokenHash holds the string denoting the token_hash field in the database. FieldTokenHash = "token_hash" // FieldEmail holds the string denoting the email field in the database. FieldEmail = "email" // FieldExpiresAt holds the string denoting the expires_at field in the database. FieldExpiresAt = "expires_at" // FieldUsedAt holds the string denoting the used_at field in the database. FieldUsedAt = "used_at" // FieldIsUsed holds the string denoting the is_used field in the database. FieldIsUsed = "is_used" // FieldStatus holds the string denoting the status field in the database. FieldStatus = "status" // EdgeUser holds the string denoting the user edge name in mutations. EdgeUser = "user" // Table holds the table name of the passwordresettoken in the database. Table = "password_reset_tokens" // UserTable is the table that holds the user relation/edge. UserTable = "password_reset_tokens" // UserInverseTable is the table name for the User entity. // It exists in this package in order to avoid circular dependency with the "user" package. UserInverseTable = "users" // UserColumn is the table column denoting the user relation/edge. UserColumn = "password_reset_token_user" )
Variables ¶
var ( // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. UpdateDefaultUpdatedAt func() time.Time // JtiValidator is a validator for the "jti" field. It is called by the builders before save. JtiValidator func(string) error // TokenValidator is a validator for the "token" field. It is called by the builders before save. TokenValidator func(string) error // TokenHashValidator is a validator for the "token_hash" field. It is called by the builders before save. TokenHashValidator func(string) error // EmailValidator is a validator for the "email" field. It is called by the builders before save. EmailValidator func(string) error // DefaultIsUsed holds the default value on creation for the "is_used" field. DefaultIsUsed bool // DefaultStatus holds the default value on creation for the "status" field. DefaultStatus string // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var Columns = []string{ FieldID, FieldCreatedByID, FieldCreatedAt, FieldUpdatedByID, FieldUpdatedAt, FieldDeletedByID, FieldDeletedAt, FieldPublishedAt, FieldArchivedAt, FieldJti, FieldToken, FieldTokenHash, FieldEmail, FieldExpiresAt, FieldUsedAt, FieldIsUsed, FieldStatus, }
Columns holds all SQL columns for passwordresettoken fields.
var ForeignKeys = []string{
"password_reset_token_user",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "password_reset_tokens" table and are not defined as standalone fields in the schema.
Functions ¶
func And ¶
func And(predicates ...predicate.PasswordResetToken) predicate.PasswordResetToken
And groups predicates with the AND operator between them.
func ArchivedAt ¶
func ArchivedAt(v time.Time) predicate.PasswordResetToken
ArchivedAt applies equality check predicate on the "archived_at" field. It's identical to ArchivedAtEQ.
func ArchivedAtEQ ¶
func ArchivedAtEQ(v time.Time) predicate.PasswordResetToken
ArchivedAtEQ applies the EQ predicate on the "archived_at" field.
func ArchivedAtGT ¶
func ArchivedAtGT(v time.Time) predicate.PasswordResetToken
ArchivedAtGT applies the GT predicate on the "archived_at" field.
func ArchivedAtGTE ¶
func ArchivedAtGTE(v time.Time) predicate.PasswordResetToken
ArchivedAtGTE applies the GTE predicate on the "archived_at" field.
func ArchivedAtIn ¶
func ArchivedAtIn(vs ...time.Time) predicate.PasswordResetToken
ArchivedAtIn applies the In predicate on the "archived_at" field.
func ArchivedAtIsNil ¶
func ArchivedAtIsNil() predicate.PasswordResetToken
ArchivedAtIsNil applies the IsNil predicate on the "archived_at" field.
func ArchivedAtLT ¶
func ArchivedAtLT(v time.Time) predicate.PasswordResetToken
ArchivedAtLT applies the LT predicate on the "archived_at" field.
func ArchivedAtLTE ¶
func ArchivedAtLTE(v time.Time) predicate.PasswordResetToken
ArchivedAtLTE applies the LTE predicate on the "archived_at" field.
func ArchivedAtNEQ ¶
func ArchivedAtNEQ(v time.Time) predicate.PasswordResetToken
ArchivedAtNEQ applies the NEQ predicate on the "archived_at" field.
func ArchivedAtNotIn ¶
func ArchivedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
ArchivedAtNotIn applies the NotIn predicate on the "archived_at" field.
func ArchivedAtNotNil ¶
func ArchivedAtNotNil() predicate.PasswordResetToken
ArchivedAtNotNil applies the NotNil predicate on the "archived_at" field.
func CreatedAt ¶
func CreatedAt(v time.Time) predicate.PasswordResetToken
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.PasswordResetToken
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.PasswordResetToken
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.PasswordResetToken
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.PasswordResetToken
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtIsNil ¶
func CreatedAtIsNil() predicate.PasswordResetToken
CreatedAtIsNil applies the IsNil predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.PasswordResetToken
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.PasswordResetToken
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.PasswordResetToken
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func CreatedAtNotNil ¶
func CreatedAtNotNil() predicate.PasswordResetToken
CreatedAtNotNil applies the NotNil predicate on the "created_at" field.
func CreatedByID ¶
func CreatedByID(v uuid.UUID) predicate.PasswordResetToken
CreatedByID applies equality check predicate on the "created_by_id" field. It's identical to CreatedByIDEQ.
func CreatedByIDEQ ¶
func CreatedByIDEQ(v uuid.UUID) predicate.PasswordResetToken
CreatedByIDEQ applies the EQ predicate on the "created_by_id" field.
func CreatedByIDGT ¶
func CreatedByIDGT(v uuid.UUID) predicate.PasswordResetToken
CreatedByIDGT applies the GT predicate on the "created_by_id" field.
func CreatedByIDGTE ¶
func CreatedByIDGTE(v uuid.UUID) predicate.PasswordResetToken
CreatedByIDGTE applies the GTE predicate on the "created_by_id" field.
func CreatedByIDIn ¶
func CreatedByIDIn(vs ...uuid.UUID) predicate.PasswordResetToken
CreatedByIDIn applies the In predicate on the "created_by_id" field.
func CreatedByIDIsNil ¶
func CreatedByIDIsNil() predicate.PasswordResetToken
CreatedByIDIsNil applies the IsNil predicate on the "created_by_id" field.
func CreatedByIDLT ¶
func CreatedByIDLT(v uuid.UUID) predicate.PasswordResetToken
CreatedByIDLT applies the LT predicate on the "created_by_id" field.
func CreatedByIDLTE ¶
func CreatedByIDLTE(v uuid.UUID) predicate.PasswordResetToken
CreatedByIDLTE applies the LTE predicate on the "created_by_id" field.
func CreatedByIDNEQ ¶
func CreatedByIDNEQ(v uuid.UUID) predicate.PasswordResetToken
CreatedByIDNEQ applies the NEQ predicate on the "created_by_id" field.
func CreatedByIDNotIn ¶
func CreatedByIDNotIn(vs ...uuid.UUID) predicate.PasswordResetToken
CreatedByIDNotIn applies the NotIn predicate on the "created_by_id" field.
func CreatedByIDNotNil ¶
func CreatedByIDNotNil() predicate.PasswordResetToken
CreatedByIDNotNil applies the NotNil predicate on the "created_by_id" field.
func DeletedAt ¶
func DeletedAt(v time.Time) predicate.PasswordResetToken
DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.
func DeletedAtEQ ¶
func DeletedAtEQ(v time.Time) predicate.PasswordResetToken
DeletedAtEQ applies the EQ predicate on the "deleted_at" field.
func DeletedAtGT ¶
func DeletedAtGT(v time.Time) predicate.PasswordResetToken
DeletedAtGT applies the GT predicate on the "deleted_at" field.
func DeletedAtGTE ¶
func DeletedAtGTE(v time.Time) predicate.PasswordResetToken
DeletedAtGTE applies the GTE predicate on the "deleted_at" field.
func DeletedAtIn ¶
func DeletedAtIn(vs ...time.Time) predicate.PasswordResetToken
DeletedAtIn applies the In predicate on the "deleted_at" field.
func DeletedAtIsNil ¶
func DeletedAtIsNil() predicate.PasswordResetToken
DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.
func DeletedAtLT ¶
func DeletedAtLT(v time.Time) predicate.PasswordResetToken
DeletedAtLT applies the LT predicate on the "deleted_at" field.
func DeletedAtLTE ¶
func DeletedAtLTE(v time.Time) predicate.PasswordResetToken
DeletedAtLTE applies the LTE predicate on the "deleted_at" field.
func DeletedAtNEQ ¶
func DeletedAtNEQ(v time.Time) predicate.PasswordResetToken
DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.
func DeletedAtNotIn ¶
func DeletedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.
func DeletedAtNotNil ¶
func DeletedAtNotNil() predicate.PasswordResetToken
DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.
func DeletedByID ¶
func DeletedByID(v uuid.UUID) predicate.PasswordResetToken
DeletedByID applies equality check predicate on the "deleted_by_id" field. It's identical to DeletedByIDEQ.
func DeletedByIDEQ ¶
func DeletedByIDEQ(v uuid.UUID) predicate.PasswordResetToken
DeletedByIDEQ applies the EQ predicate on the "deleted_by_id" field.
func DeletedByIDGT ¶
func DeletedByIDGT(v uuid.UUID) predicate.PasswordResetToken
DeletedByIDGT applies the GT predicate on the "deleted_by_id" field.
func DeletedByIDGTE ¶
func DeletedByIDGTE(v uuid.UUID) predicate.PasswordResetToken
DeletedByIDGTE applies the GTE predicate on the "deleted_by_id" field.
func DeletedByIDIn ¶
func DeletedByIDIn(vs ...uuid.UUID) predicate.PasswordResetToken
DeletedByIDIn applies the In predicate on the "deleted_by_id" field.
func DeletedByIDIsNil ¶
func DeletedByIDIsNil() predicate.PasswordResetToken
DeletedByIDIsNil applies the IsNil predicate on the "deleted_by_id" field.
func DeletedByIDLT ¶
func DeletedByIDLT(v uuid.UUID) predicate.PasswordResetToken
DeletedByIDLT applies the LT predicate on the "deleted_by_id" field.
func DeletedByIDLTE ¶
func DeletedByIDLTE(v uuid.UUID) predicate.PasswordResetToken
DeletedByIDLTE applies the LTE predicate on the "deleted_by_id" field.
func DeletedByIDNEQ ¶
func DeletedByIDNEQ(v uuid.UUID) predicate.PasswordResetToken
DeletedByIDNEQ applies the NEQ predicate on the "deleted_by_id" field.
func DeletedByIDNotIn ¶
func DeletedByIDNotIn(vs ...uuid.UUID) predicate.PasswordResetToken
DeletedByIDNotIn applies the NotIn predicate on the "deleted_by_id" field.
func DeletedByIDNotNil ¶
func DeletedByIDNotNil() predicate.PasswordResetToken
DeletedByIDNotNil applies the NotNil predicate on the "deleted_by_id" field.
func Email ¶
func Email(v string) predicate.PasswordResetToken
Email applies equality check predicate on the "email" field. It's identical to EmailEQ.
func EmailContains ¶
func EmailContains(v string) predicate.PasswordResetToken
EmailContains applies the Contains predicate on the "email" field.
func EmailContainsFold ¶
func EmailContainsFold(v string) predicate.PasswordResetToken
EmailContainsFold applies the ContainsFold predicate on the "email" field.
func EmailEQ ¶
func EmailEQ(v string) predicate.PasswordResetToken
EmailEQ applies the EQ predicate on the "email" field.
func EmailEqualFold ¶
func EmailEqualFold(v string) predicate.PasswordResetToken
EmailEqualFold applies the EqualFold predicate on the "email" field.
func EmailGT ¶
func EmailGT(v string) predicate.PasswordResetToken
EmailGT applies the GT predicate on the "email" field.
func EmailGTE ¶
func EmailGTE(v string) predicate.PasswordResetToken
EmailGTE applies the GTE predicate on the "email" field.
func EmailHasPrefix ¶
func EmailHasPrefix(v string) predicate.PasswordResetToken
EmailHasPrefix applies the HasPrefix predicate on the "email" field.
func EmailHasSuffix ¶
func EmailHasSuffix(v string) predicate.PasswordResetToken
EmailHasSuffix applies the HasSuffix predicate on the "email" field.
func EmailIn ¶
func EmailIn(vs ...string) predicate.PasswordResetToken
EmailIn applies the In predicate on the "email" field.
func EmailLT ¶
func EmailLT(v string) predicate.PasswordResetToken
EmailLT applies the LT predicate on the "email" field.
func EmailLTE ¶
func EmailLTE(v string) predicate.PasswordResetToken
EmailLTE applies the LTE predicate on the "email" field.
func EmailNEQ ¶
func EmailNEQ(v string) predicate.PasswordResetToken
EmailNEQ applies the NEQ predicate on the "email" field.
func EmailNotIn ¶
func EmailNotIn(vs ...string) predicate.PasswordResetToken
EmailNotIn applies the NotIn predicate on the "email" field.
func ExpiresAt ¶
func ExpiresAt(v time.Time) predicate.PasswordResetToken
ExpiresAt applies equality check predicate on the "expires_at" field. It's identical to ExpiresAtEQ.
func ExpiresAtEQ ¶
func ExpiresAtEQ(v time.Time) predicate.PasswordResetToken
ExpiresAtEQ applies the EQ predicate on the "expires_at" field.
func ExpiresAtGT ¶
func ExpiresAtGT(v time.Time) predicate.PasswordResetToken
ExpiresAtGT applies the GT predicate on the "expires_at" field.
func ExpiresAtGTE ¶
func ExpiresAtGTE(v time.Time) predicate.PasswordResetToken
ExpiresAtGTE applies the GTE predicate on the "expires_at" field.
func ExpiresAtIn ¶
func ExpiresAtIn(vs ...time.Time) predicate.PasswordResetToken
ExpiresAtIn applies the In predicate on the "expires_at" field.
func ExpiresAtLT ¶
func ExpiresAtLT(v time.Time) predicate.PasswordResetToken
ExpiresAtLT applies the LT predicate on the "expires_at" field.
func ExpiresAtLTE ¶
func ExpiresAtLTE(v time.Time) predicate.PasswordResetToken
ExpiresAtLTE applies the LTE predicate on the "expires_at" field.
func ExpiresAtNEQ ¶
func ExpiresAtNEQ(v time.Time) predicate.PasswordResetToken
ExpiresAtNEQ applies the NEQ predicate on the "expires_at" field.
func ExpiresAtNotIn ¶
func ExpiresAtNotIn(vs ...time.Time) predicate.PasswordResetToken
ExpiresAtNotIn applies the NotIn predicate on the "expires_at" field.
func HasUser ¶
func HasUser() predicate.PasswordResetToken
HasUser applies the HasEdge predicate on the "user" edge.
func HasUserWith ¶
func HasUserWith(preds ...predicate.User) predicate.PasswordResetToken
HasUserWith applies the HasEdge predicate on the "user" edge with a given conditions (other predicates).
func ID ¶
func ID(id uuid.UUID) predicate.PasswordResetToken
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id uuid.UUID) predicate.PasswordResetToken
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id uuid.UUID) predicate.PasswordResetToken
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id uuid.UUID) predicate.PasswordResetToken
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...uuid.UUID) predicate.PasswordResetToken
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id uuid.UUID) predicate.PasswordResetToken
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id uuid.UUID) predicate.PasswordResetToken
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id uuid.UUID) predicate.PasswordResetToken
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...uuid.UUID) predicate.PasswordResetToken
IDNotIn applies the NotIn predicate on the ID field.
func IsUsed ¶
func IsUsed(v bool) predicate.PasswordResetToken
IsUsed applies equality check predicate on the "is_used" field. It's identical to IsUsedEQ.
func IsUsedEQ ¶
func IsUsedEQ(v bool) predicate.PasswordResetToken
IsUsedEQ applies the EQ predicate on the "is_used" field.
func IsUsedNEQ ¶
func IsUsedNEQ(v bool) predicate.PasswordResetToken
IsUsedNEQ applies the NEQ predicate on the "is_used" field.
func Jti ¶
func Jti(v string) predicate.PasswordResetToken
Jti applies equality check predicate on the "jti" field. It's identical to JtiEQ.
func JtiContains ¶
func JtiContains(v string) predicate.PasswordResetToken
JtiContains applies the Contains predicate on the "jti" field.
func JtiContainsFold ¶
func JtiContainsFold(v string) predicate.PasswordResetToken
JtiContainsFold applies the ContainsFold predicate on the "jti" field.
func JtiEQ ¶
func JtiEQ(v string) predicate.PasswordResetToken
JtiEQ applies the EQ predicate on the "jti" field.
func JtiEqualFold ¶
func JtiEqualFold(v string) predicate.PasswordResetToken
JtiEqualFold applies the EqualFold predicate on the "jti" field.
func JtiGT ¶
func JtiGT(v string) predicate.PasswordResetToken
JtiGT applies the GT predicate on the "jti" field.
func JtiGTE ¶
func JtiGTE(v string) predicate.PasswordResetToken
JtiGTE applies the GTE predicate on the "jti" field.
func JtiHasPrefix ¶
func JtiHasPrefix(v string) predicate.PasswordResetToken
JtiHasPrefix applies the HasPrefix predicate on the "jti" field.
func JtiHasSuffix ¶
func JtiHasSuffix(v string) predicate.PasswordResetToken
JtiHasSuffix applies the HasSuffix predicate on the "jti" field.
func JtiIn ¶
func JtiIn(vs ...string) predicate.PasswordResetToken
JtiIn applies the In predicate on the "jti" field.
func JtiLT ¶
func JtiLT(v string) predicate.PasswordResetToken
JtiLT applies the LT predicate on the "jti" field.
func JtiLTE ¶
func JtiLTE(v string) predicate.PasswordResetToken
JtiLTE applies the LTE predicate on the "jti" field.
func JtiNEQ ¶
func JtiNEQ(v string) predicate.PasswordResetToken
JtiNEQ applies the NEQ predicate on the "jti" field.
func JtiNotIn ¶
func JtiNotIn(vs ...string) predicate.PasswordResetToken
JtiNotIn applies the NotIn predicate on the "jti" field.
func Not ¶
func Not(p predicate.PasswordResetToken) predicate.PasswordResetToken
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.PasswordResetToken) predicate.PasswordResetToken
Or groups predicates with the OR operator between them.
func PublishedAt ¶
func PublishedAt(v time.Time) predicate.PasswordResetToken
PublishedAt applies equality check predicate on the "published_at" field. It's identical to PublishedAtEQ.
func PublishedAtEQ ¶
func PublishedAtEQ(v time.Time) predicate.PasswordResetToken
PublishedAtEQ applies the EQ predicate on the "published_at" field.
func PublishedAtGT ¶
func PublishedAtGT(v time.Time) predicate.PasswordResetToken
PublishedAtGT applies the GT predicate on the "published_at" field.
func PublishedAtGTE ¶
func PublishedAtGTE(v time.Time) predicate.PasswordResetToken
PublishedAtGTE applies the GTE predicate on the "published_at" field.
func PublishedAtIn ¶
func PublishedAtIn(vs ...time.Time) predicate.PasswordResetToken
PublishedAtIn applies the In predicate on the "published_at" field.
func PublishedAtIsNil ¶
func PublishedAtIsNil() predicate.PasswordResetToken
PublishedAtIsNil applies the IsNil predicate on the "published_at" field.
func PublishedAtLT ¶
func PublishedAtLT(v time.Time) predicate.PasswordResetToken
PublishedAtLT applies the LT predicate on the "published_at" field.
func PublishedAtLTE ¶
func PublishedAtLTE(v time.Time) predicate.PasswordResetToken
PublishedAtLTE applies the LTE predicate on the "published_at" field.
func PublishedAtNEQ ¶
func PublishedAtNEQ(v time.Time) predicate.PasswordResetToken
PublishedAtNEQ applies the NEQ predicate on the "published_at" field.
func PublishedAtNotIn ¶
func PublishedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
PublishedAtNotIn applies the NotIn predicate on the "published_at" field.
func PublishedAtNotNil ¶
func PublishedAtNotNil() predicate.PasswordResetToken
PublishedAtNotNil applies the NotNil predicate on the "published_at" field.
func Status ¶
func Status(v string) predicate.PasswordResetToken
Status applies equality check predicate on the "status" field. It's identical to StatusEQ.
func StatusContains ¶
func StatusContains(v string) predicate.PasswordResetToken
StatusContains applies the Contains predicate on the "status" field.
func StatusContainsFold ¶
func StatusContainsFold(v string) predicate.PasswordResetToken
StatusContainsFold applies the ContainsFold predicate on the "status" field.
func StatusEQ ¶
func StatusEQ(v string) predicate.PasswordResetToken
StatusEQ applies the EQ predicate on the "status" field.
func StatusEqualFold ¶
func StatusEqualFold(v string) predicate.PasswordResetToken
StatusEqualFold applies the EqualFold predicate on the "status" field.
func StatusGT ¶
func StatusGT(v string) predicate.PasswordResetToken
StatusGT applies the GT predicate on the "status" field.
func StatusGTE ¶
func StatusGTE(v string) predicate.PasswordResetToken
StatusGTE applies the GTE predicate on the "status" field.
func StatusHasPrefix ¶
func StatusHasPrefix(v string) predicate.PasswordResetToken
StatusHasPrefix applies the HasPrefix predicate on the "status" field.
func StatusHasSuffix ¶
func StatusHasSuffix(v string) predicate.PasswordResetToken
StatusHasSuffix applies the HasSuffix predicate on the "status" field.
func StatusIn ¶
func StatusIn(vs ...string) predicate.PasswordResetToken
StatusIn applies the In predicate on the "status" field.
func StatusLT ¶
func StatusLT(v string) predicate.PasswordResetToken
StatusLT applies the LT predicate on the "status" field.
func StatusLTE ¶
func StatusLTE(v string) predicate.PasswordResetToken
StatusLTE applies the LTE predicate on the "status" field.
func StatusNEQ ¶
func StatusNEQ(v string) predicate.PasswordResetToken
StatusNEQ applies the NEQ predicate on the "status" field.
func StatusNotIn ¶
func StatusNotIn(vs ...string) predicate.PasswordResetToken
StatusNotIn applies the NotIn predicate on the "status" field.
func Token ¶
func Token(v string) predicate.PasswordResetToken
Token applies equality check predicate on the "token" field. It's identical to TokenEQ.
func TokenContains ¶
func TokenContains(v string) predicate.PasswordResetToken
TokenContains applies the Contains predicate on the "token" field.
func TokenContainsFold ¶
func TokenContainsFold(v string) predicate.PasswordResetToken
TokenContainsFold applies the ContainsFold predicate on the "token" field.
func TokenEQ ¶
func TokenEQ(v string) predicate.PasswordResetToken
TokenEQ applies the EQ predicate on the "token" field.
func TokenEqualFold ¶
func TokenEqualFold(v string) predicate.PasswordResetToken
TokenEqualFold applies the EqualFold predicate on the "token" field.
func TokenGT ¶
func TokenGT(v string) predicate.PasswordResetToken
TokenGT applies the GT predicate on the "token" field.
func TokenGTE ¶
func TokenGTE(v string) predicate.PasswordResetToken
TokenGTE applies the GTE predicate on the "token" field.
func TokenHasPrefix ¶
func TokenHasPrefix(v string) predicate.PasswordResetToken
TokenHasPrefix applies the HasPrefix predicate on the "token" field.
func TokenHasSuffix ¶
func TokenHasSuffix(v string) predicate.PasswordResetToken
TokenHasSuffix applies the HasSuffix predicate on the "token" field.
func TokenHash ¶
func TokenHash(v string) predicate.PasswordResetToken
TokenHash applies equality check predicate on the "token_hash" field. It's identical to TokenHashEQ.
func TokenHashContains ¶
func TokenHashContains(v string) predicate.PasswordResetToken
TokenHashContains applies the Contains predicate on the "token_hash" field.
func TokenHashContainsFold ¶
func TokenHashContainsFold(v string) predicate.PasswordResetToken
TokenHashContainsFold applies the ContainsFold predicate on the "token_hash" field.
func TokenHashEQ ¶
func TokenHashEQ(v string) predicate.PasswordResetToken
TokenHashEQ applies the EQ predicate on the "token_hash" field.
func TokenHashEqualFold ¶
func TokenHashEqualFold(v string) predicate.PasswordResetToken
TokenHashEqualFold applies the EqualFold predicate on the "token_hash" field.
func TokenHashGT ¶
func TokenHashGT(v string) predicate.PasswordResetToken
TokenHashGT applies the GT predicate on the "token_hash" field.
func TokenHashGTE ¶
func TokenHashGTE(v string) predicate.PasswordResetToken
TokenHashGTE applies the GTE predicate on the "token_hash" field.
func TokenHashHasPrefix ¶
func TokenHashHasPrefix(v string) predicate.PasswordResetToken
TokenHashHasPrefix applies the HasPrefix predicate on the "token_hash" field.
func TokenHashHasSuffix ¶
func TokenHashHasSuffix(v string) predicate.PasswordResetToken
TokenHashHasSuffix applies the HasSuffix predicate on the "token_hash" field.
func TokenHashIn ¶
func TokenHashIn(vs ...string) predicate.PasswordResetToken
TokenHashIn applies the In predicate on the "token_hash" field.
func TokenHashLT ¶
func TokenHashLT(v string) predicate.PasswordResetToken
TokenHashLT applies the LT predicate on the "token_hash" field.
func TokenHashLTE ¶
func TokenHashLTE(v string) predicate.PasswordResetToken
TokenHashLTE applies the LTE predicate on the "token_hash" field.
func TokenHashNEQ ¶
func TokenHashNEQ(v string) predicate.PasswordResetToken
TokenHashNEQ applies the NEQ predicate on the "token_hash" field.
func TokenHashNotIn ¶
func TokenHashNotIn(vs ...string) predicate.PasswordResetToken
TokenHashNotIn applies the NotIn predicate on the "token_hash" field.
func TokenIn ¶
func TokenIn(vs ...string) predicate.PasswordResetToken
TokenIn applies the In predicate on the "token" field.
func TokenLT ¶
func TokenLT(v string) predicate.PasswordResetToken
TokenLT applies the LT predicate on the "token" field.
func TokenLTE ¶
func TokenLTE(v string) predicate.PasswordResetToken
TokenLTE applies the LTE predicate on the "token" field.
func TokenNEQ ¶
func TokenNEQ(v string) predicate.PasswordResetToken
TokenNEQ applies the NEQ predicate on the "token" field.
func TokenNotIn ¶
func TokenNotIn(vs ...string) predicate.PasswordResetToken
TokenNotIn applies the NotIn predicate on the "token" field.
func UpdatedAt ¶
func UpdatedAt(v time.Time) predicate.PasswordResetToken
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v time.Time) predicate.PasswordResetToken
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v time.Time) predicate.PasswordResetToken
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v time.Time) predicate.PasswordResetToken
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...time.Time) predicate.PasswordResetToken
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtIsNil ¶
func UpdatedAtIsNil() predicate.PasswordResetToken
UpdatedAtIsNil applies the IsNil predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v time.Time) predicate.PasswordResetToken
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v time.Time) predicate.PasswordResetToken
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v time.Time) predicate.PasswordResetToken
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func UpdatedAtNotNil ¶
func UpdatedAtNotNil() predicate.PasswordResetToken
UpdatedAtNotNil applies the NotNil predicate on the "updated_at" field.
func UpdatedByID ¶
func UpdatedByID(v uuid.UUID) predicate.PasswordResetToken
UpdatedByID applies equality check predicate on the "updated_by_id" field. It's identical to UpdatedByIDEQ.
func UpdatedByIDEQ ¶
func UpdatedByIDEQ(v uuid.UUID) predicate.PasswordResetToken
UpdatedByIDEQ applies the EQ predicate on the "updated_by_id" field.
func UpdatedByIDGT ¶
func UpdatedByIDGT(v uuid.UUID) predicate.PasswordResetToken
UpdatedByIDGT applies the GT predicate on the "updated_by_id" field.
func UpdatedByIDGTE ¶
func UpdatedByIDGTE(v uuid.UUID) predicate.PasswordResetToken
UpdatedByIDGTE applies the GTE predicate on the "updated_by_id" field.
func UpdatedByIDIn ¶
func UpdatedByIDIn(vs ...uuid.UUID) predicate.PasswordResetToken
UpdatedByIDIn applies the In predicate on the "updated_by_id" field.
func UpdatedByIDIsNil ¶
func UpdatedByIDIsNil() predicate.PasswordResetToken
UpdatedByIDIsNil applies the IsNil predicate on the "updated_by_id" field.
func UpdatedByIDLT ¶
func UpdatedByIDLT(v uuid.UUID) predicate.PasswordResetToken
UpdatedByIDLT applies the LT predicate on the "updated_by_id" field.
func UpdatedByIDLTE ¶
func UpdatedByIDLTE(v uuid.UUID) predicate.PasswordResetToken
UpdatedByIDLTE applies the LTE predicate on the "updated_by_id" field.
func UpdatedByIDNEQ ¶
func UpdatedByIDNEQ(v uuid.UUID) predicate.PasswordResetToken
UpdatedByIDNEQ applies the NEQ predicate on the "updated_by_id" field.
func UpdatedByIDNotIn ¶
func UpdatedByIDNotIn(vs ...uuid.UUID) predicate.PasswordResetToken
UpdatedByIDNotIn applies the NotIn predicate on the "updated_by_id" field.
func UpdatedByIDNotNil ¶
func UpdatedByIDNotNil() predicate.PasswordResetToken
UpdatedByIDNotNil applies the NotNil predicate on the "updated_by_id" field.
func UsedAt ¶
func UsedAt(v time.Time) predicate.PasswordResetToken
UsedAt applies equality check predicate on the "used_at" field. It's identical to UsedAtEQ.
func UsedAtEQ ¶
func UsedAtEQ(v time.Time) predicate.PasswordResetToken
UsedAtEQ applies the EQ predicate on the "used_at" field.
func UsedAtGT ¶
func UsedAtGT(v time.Time) predicate.PasswordResetToken
UsedAtGT applies the GT predicate on the "used_at" field.
func UsedAtGTE ¶
func UsedAtGTE(v time.Time) predicate.PasswordResetToken
UsedAtGTE applies the GTE predicate on the "used_at" field.
func UsedAtIn ¶
func UsedAtIn(vs ...time.Time) predicate.PasswordResetToken
UsedAtIn applies the In predicate on the "used_at" field.
func UsedAtIsNil ¶
func UsedAtIsNil() predicate.PasswordResetToken
UsedAtIsNil applies the IsNil predicate on the "used_at" field.
func UsedAtLT ¶
func UsedAtLT(v time.Time) predicate.PasswordResetToken
UsedAtLT applies the LT predicate on the "used_at" field.
func UsedAtLTE ¶
func UsedAtLTE(v time.Time) predicate.PasswordResetToken
UsedAtLTE applies the LTE predicate on the "used_at" field.
func UsedAtNEQ ¶
func UsedAtNEQ(v time.Time) predicate.PasswordResetToken
UsedAtNEQ applies the NEQ predicate on the "used_at" field.
func UsedAtNotIn ¶
func UsedAtNotIn(vs ...time.Time) predicate.PasswordResetToken
UsedAtNotIn applies the NotIn predicate on the "used_at" field.
func UsedAtNotNil ¶
func UsedAtNotNil() predicate.PasswordResetToken
UsedAtNotNil applies the NotNil predicate on the "used_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the PasswordResetToken queries.
func ByArchivedAt ¶
func ByArchivedAt(opts ...sql.OrderTermOption) OrderOption
ByArchivedAt orders the results by the archived_at field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByCreatedByID ¶
func ByCreatedByID(opts ...sql.OrderTermOption) OrderOption
ByCreatedByID orders the results by the created_by_id field.
func ByDeletedAt ¶
func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption
ByDeletedAt orders the results by the deleted_at field.
func ByDeletedByID ¶
func ByDeletedByID(opts ...sql.OrderTermOption) OrderOption
ByDeletedByID orders the results by the deleted_by_id field.
func ByEmail ¶
func ByEmail(opts ...sql.OrderTermOption) OrderOption
ByEmail orders the results by the email field.
func ByExpiresAt ¶
func ByExpiresAt(opts ...sql.OrderTermOption) OrderOption
ByExpiresAt orders the results by the expires_at field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByIsUsed ¶
func ByIsUsed(opts ...sql.OrderTermOption) OrderOption
ByIsUsed orders the results by the is_used field.
func ByJti ¶
func ByJti(opts ...sql.OrderTermOption) OrderOption
ByJti orders the results by the jti field.
func ByPublishedAt ¶
func ByPublishedAt(opts ...sql.OrderTermOption) OrderOption
ByPublishedAt orders the results by the published_at field.
func ByStatus ¶
func ByStatus(opts ...sql.OrderTermOption) OrderOption
ByStatus orders the results by the status field.
func ByToken ¶
func ByToken(opts ...sql.OrderTermOption) OrderOption
ByToken orders the results by the token field.
func ByTokenHash ¶
func ByTokenHash(opts ...sql.OrderTermOption) OrderOption
ByTokenHash orders the results by the token_hash field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.
func ByUpdatedByID ¶
func ByUpdatedByID(opts ...sql.OrderTermOption) OrderOption
ByUpdatedByID orders the results by the updated_by_id field.
func ByUsedAt ¶
func ByUsedAt(opts ...sql.OrderTermOption) OrderOption
ByUsedAt orders the results by the used_at field.
func ByUserField ¶
func ByUserField(field string, opts ...sql.OrderTermOption) OrderOption
ByUserField orders the results by user field.