Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.LocalBootstrapAuthRequest) predicate.LocalBootstrapAuthRequest
- func CodeHash(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashContains(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashContainsFold(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashEQ(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashEqualFold(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashGT(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashGTE(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashHasPrefix(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashHasSuffix(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashIn(vs ...string) predicate.LocalBootstrapAuthRequest
- func CodeHashLT(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashLTE(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashNEQ(v string) predicate.LocalBootstrapAuthRequest
- func CodeHashNotIn(vs ...string) predicate.LocalBootstrapAuthRequest
- func CreatedAt(v time.Time) predicate.LocalBootstrapAuthRequest
- func CreatedAtEQ(v time.Time) predicate.LocalBootstrapAuthRequest
- func CreatedAtGT(v time.Time) predicate.LocalBootstrapAuthRequest
- func CreatedAtGTE(v time.Time) predicate.LocalBootstrapAuthRequest
- func CreatedAtIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
- func CreatedAtLT(v time.Time) predicate.LocalBootstrapAuthRequest
- func CreatedAtLTE(v time.Time) predicate.LocalBootstrapAuthRequest
- func CreatedAtNEQ(v time.Time) predicate.LocalBootstrapAuthRequest
- func CreatedAtNotIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAt(v time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAtEQ(v time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAtGT(v time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAtGTE(v time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAtIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAtLT(v time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAtLTE(v time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAtNEQ(v time.Time) predicate.LocalBootstrapAuthRequest
- func ExpiresAtNotIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
- func ID(id uuid.UUID) predicate.LocalBootstrapAuthRequest
- func IDEQ(id uuid.UUID) predicate.LocalBootstrapAuthRequest
- func IDGT(id uuid.UUID) predicate.LocalBootstrapAuthRequest
- func IDGTE(id uuid.UUID) predicate.LocalBootstrapAuthRequest
- func IDIn(ids ...uuid.UUID) predicate.LocalBootstrapAuthRequest
- func IDLT(id uuid.UUID) predicate.LocalBootstrapAuthRequest
- func IDLTE(id uuid.UUID) predicate.LocalBootstrapAuthRequest
- func IDNEQ(id uuid.UUID) predicate.LocalBootstrapAuthRequest
- func IDNotIn(ids ...uuid.UUID) predicate.LocalBootstrapAuthRequest
- func NonceHash(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashContains(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashContainsFold(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashEQ(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashEqualFold(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashGT(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashGTE(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashHasPrefix(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashHasSuffix(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashIn(vs ...string) predicate.LocalBootstrapAuthRequest
- func NonceHashLT(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashLTE(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashNEQ(v string) predicate.LocalBootstrapAuthRequest
- func NonceHashNotIn(vs ...string) predicate.LocalBootstrapAuthRequest
- func Not(p predicate.LocalBootstrapAuthRequest) predicate.LocalBootstrapAuthRequest
- func Or(predicates ...predicate.LocalBootstrapAuthRequest) predicate.LocalBootstrapAuthRequest
- func Purpose(v string) predicate.LocalBootstrapAuthRequest
- func PurposeContains(v string) predicate.LocalBootstrapAuthRequest
- func PurposeContainsFold(v string) predicate.LocalBootstrapAuthRequest
- func PurposeEQ(v string) predicate.LocalBootstrapAuthRequest
- func PurposeEqualFold(v string) predicate.LocalBootstrapAuthRequest
- func PurposeGT(v string) predicate.LocalBootstrapAuthRequest
- func PurposeGTE(v string) predicate.LocalBootstrapAuthRequest
- func PurposeHasPrefix(v string) predicate.LocalBootstrapAuthRequest
- func PurposeHasSuffix(v string) predicate.LocalBootstrapAuthRequest
- func PurposeIn(vs ...string) predicate.LocalBootstrapAuthRequest
- func PurposeLT(v string) predicate.LocalBootstrapAuthRequest
- func PurposeLTE(v string) predicate.LocalBootstrapAuthRequest
- func PurposeNEQ(v string) predicate.LocalBootstrapAuthRequest
- func PurposeNotIn(vs ...string) predicate.LocalBootstrapAuthRequest
- func RequestedBy(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByContains(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByContainsFold(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByEQ(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByEqualFold(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByGT(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByGTE(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByHasPrefix(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByHasSuffix(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByIn(vs ...string) predicate.LocalBootstrapAuthRequest
- func RequestedByLT(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByLTE(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByNEQ(v string) predicate.LocalBootstrapAuthRequest
- func RequestedByNotIn(vs ...string) predicate.LocalBootstrapAuthRequest
- func UpdatedAt(v time.Time) predicate.LocalBootstrapAuthRequest
- func UpdatedAtEQ(v time.Time) predicate.LocalBootstrapAuthRequest
- func UpdatedAtGT(v time.Time) predicate.LocalBootstrapAuthRequest
- func UpdatedAtGTE(v time.Time) predicate.LocalBootstrapAuthRequest
- func UpdatedAtIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
- func UpdatedAtLT(v time.Time) predicate.LocalBootstrapAuthRequest
- func UpdatedAtLTE(v time.Time) predicate.LocalBootstrapAuthRequest
- func UpdatedAtNEQ(v time.Time) predicate.LocalBootstrapAuthRequest
- func UpdatedAtNotIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAt(v time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtEQ(v time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtGT(v time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtGTE(v time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtIsNil() predicate.LocalBootstrapAuthRequest
- func UsedAtLT(v time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtLTE(v time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtNEQ(v time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtNotIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
- func UsedAtNotNil() predicate.LocalBootstrapAuthRequest
- func UsedSessionID(v uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDEQ(v uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDGT(v uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDGTE(v uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDIn(vs ...uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDIsNil() predicate.LocalBootstrapAuthRequest
- func UsedSessionIDLT(v uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDLTE(v uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDNEQ(v uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDNotIn(vs ...uuid.UUID) predicate.LocalBootstrapAuthRequest
- func UsedSessionIDNotNil() predicate.LocalBootstrapAuthRequest
- func ValidColumn(column string) bool
- type OrderOption
- func ByCodeHash(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByExpiresAt(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByNonceHash(opts ...sql.OrderTermOption) OrderOption
- func ByPurpose(opts ...sql.OrderTermOption) OrderOption
- func ByRequestedBy(opts ...sql.OrderTermOption) OrderOption
- func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByUsedAt(opts ...sql.OrderTermOption) OrderOption
- func ByUsedSessionID(opts ...sql.OrderTermOption) OrderOption
Constants ¶
const ( // Label holds the string label denoting the localbootstrapauthrequest type in the database. Label = "local_bootstrap_auth_request" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldCodeHash holds the string denoting the code_hash field in the database. FieldCodeHash = "code_hash" // FieldNonceHash holds the string denoting the nonce_hash field in the database. FieldNonceHash = "nonce_hash" // FieldPurpose holds the string denoting the purpose field in the database. FieldPurpose = "purpose" // FieldRequestedBy holds the string denoting the requested_by field in the database. FieldRequestedBy = "requested_by" // FieldExpiresAt holds the string denoting the expires_at field in the database. FieldExpiresAt = "expires_at" // FieldUsedSessionID holds the string denoting the used_session_id field in the database. FieldUsedSessionID = "used_session_id" // FieldUsedAt holds the string denoting the used_at field in the database. FieldUsedAt = "used_at" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // Table holds the table name of the localbootstrapauthrequest in the database. Table = "local_bootstrap_auth_requests" )
Variables ¶
var ( // CodeHashValidator is a validator for the "code_hash" field. It is called by the builders before save. CodeHashValidator func(string) error // NonceHashValidator is a validator for the "nonce_hash" field. It is called by the builders before save. NonceHashValidator func(string) error // DefaultPurpose holds the default value on creation for the "purpose" field. DefaultPurpose string // DefaultRequestedBy holds the default value on creation for the "requested_by" field. DefaultRequestedBy string // 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 // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var Columns = []string{ FieldID, FieldCodeHash, FieldNonceHash, FieldPurpose, FieldRequestedBy, FieldExpiresAt, FieldUsedSessionID, FieldUsedAt, FieldCreatedAt, FieldUpdatedAt, }
Columns holds all SQL columns for localbootstrapauthrequest fields.
Functions ¶
func And ¶
func And(predicates ...predicate.LocalBootstrapAuthRequest) predicate.LocalBootstrapAuthRequest
And groups predicates with the AND operator between them.
func CodeHash ¶
func CodeHash(v string) predicate.LocalBootstrapAuthRequest
CodeHash applies equality check predicate on the "code_hash" field. It's identical to CodeHashEQ.
func CodeHashContains ¶
func CodeHashContains(v string) predicate.LocalBootstrapAuthRequest
CodeHashContains applies the Contains predicate on the "code_hash" field.
func CodeHashContainsFold ¶
func CodeHashContainsFold(v string) predicate.LocalBootstrapAuthRequest
CodeHashContainsFold applies the ContainsFold predicate on the "code_hash" field.
func CodeHashEQ ¶
func CodeHashEQ(v string) predicate.LocalBootstrapAuthRequest
CodeHashEQ applies the EQ predicate on the "code_hash" field.
func CodeHashEqualFold ¶
func CodeHashEqualFold(v string) predicate.LocalBootstrapAuthRequest
CodeHashEqualFold applies the EqualFold predicate on the "code_hash" field.
func CodeHashGT ¶
func CodeHashGT(v string) predicate.LocalBootstrapAuthRequest
CodeHashGT applies the GT predicate on the "code_hash" field.
func CodeHashGTE ¶
func CodeHashGTE(v string) predicate.LocalBootstrapAuthRequest
CodeHashGTE applies the GTE predicate on the "code_hash" field.
func CodeHashHasPrefix ¶
func CodeHashHasPrefix(v string) predicate.LocalBootstrapAuthRequest
CodeHashHasPrefix applies the HasPrefix predicate on the "code_hash" field.
func CodeHashHasSuffix ¶
func CodeHashHasSuffix(v string) predicate.LocalBootstrapAuthRequest
CodeHashHasSuffix applies the HasSuffix predicate on the "code_hash" field.
func CodeHashIn ¶
func CodeHashIn(vs ...string) predicate.LocalBootstrapAuthRequest
CodeHashIn applies the In predicate on the "code_hash" field.
func CodeHashLT ¶
func CodeHashLT(v string) predicate.LocalBootstrapAuthRequest
CodeHashLT applies the LT predicate on the "code_hash" field.
func CodeHashLTE ¶
func CodeHashLTE(v string) predicate.LocalBootstrapAuthRequest
CodeHashLTE applies the LTE predicate on the "code_hash" field.
func CodeHashNEQ ¶
func CodeHashNEQ(v string) predicate.LocalBootstrapAuthRequest
CodeHashNEQ applies the NEQ predicate on the "code_hash" field.
func CodeHashNotIn ¶
func CodeHashNotIn(vs ...string) predicate.LocalBootstrapAuthRequest
CodeHashNotIn applies the NotIn predicate on the "code_hash" field.
func CreatedAt ¶
func CreatedAt(v time.Time) predicate.LocalBootstrapAuthRequest
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.LocalBootstrapAuthRequest
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.LocalBootstrapAuthRequest
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.LocalBootstrapAuthRequest
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.LocalBootstrapAuthRequest
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.LocalBootstrapAuthRequest
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.LocalBootstrapAuthRequest
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func ExpiresAt ¶
func ExpiresAt(v time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAt applies equality check predicate on the "expires_at" field. It's identical to ExpiresAtEQ.
func ExpiresAtEQ ¶
func ExpiresAtEQ(v time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAtEQ applies the EQ predicate on the "expires_at" field.
func ExpiresAtGT ¶
func ExpiresAtGT(v time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAtGT applies the GT predicate on the "expires_at" field.
func ExpiresAtGTE ¶
func ExpiresAtGTE(v time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAtGTE applies the GTE predicate on the "expires_at" field.
func ExpiresAtIn ¶
func ExpiresAtIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAtIn applies the In predicate on the "expires_at" field.
func ExpiresAtLT ¶
func ExpiresAtLT(v time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAtLT applies the LT predicate on the "expires_at" field.
func ExpiresAtLTE ¶
func ExpiresAtLTE(v time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAtLTE applies the LTE predicate on the "expires_at" field.
func ExpiresAtNEQ ¶
func ExpiresAtNEQ(v time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAtNEQ applies the NEQ predicate on the "expires_at" field.
func ExpiresAtNotIn ¶
func ExpiresAtNotIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
ExpiresAtNotIn applies the NotIn predicate on the "expires_at" field.
func ID ¶
func ID(id uuid.UUID) predicate.LocalBootstrapAuthRequest
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id uuid.UUID) predicate.LocalBootstrapAuthRequest
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id uuid.UUID) predicate.LocalBootstrapAuthRequest
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id uuid.UUID) predicate.LocalBootstrapAuthRequest
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...uuid.UUID) predicate.LocalBootstrapAuthRequest
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id uuid.UUID) predicate.LocalBootstrapAuthRequest
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id uuid.UUID) predicate.LocalBootstrapAuthRequest
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id uuid.UUID) predicate.LocalBootstrapAuthRequest
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...uuid.UUID) predicate.LocalBootstrapAuthRequest
IDNotIn applies the NotIn predicate on the ID field.
func NonceHash ¶
func NonceHash(v string) predicate.LocalBootstrapAuthRequest
NonceHash applies equality check predicate on the "nonce_hash" field. It's identical to NonceHashEQ.
func NonceHashContains ¶
func NonceHashContains(v string) predicate.LocalBootstrapAuthRequest
NonceHashContains applies the Contains predicate on the "nonce_hash" field.
func NonceHashContainsFold ¶
func NonceHashContainsFold(v string) predicate.LocalBootstrapAuthRequest
NonceHashContainsFold applies the ContainsFold predicate on the "nonce_hash" field.
func NonceHashEQ ¶
func NonceHashEQ(v string) predicate.LocalBootstrapAuthRequest
NonceHashEQ applies the EQ predicate on the "nonce_hash" field.
func NonceHashEqualFold ¶
func NonceHashEqualFold(v string) predicate.LocalBootstrapAuthRequest
NonceHashEqualFold applies the EqualFold predicate on the "nonce_hash" field.
func NonceHashGT ¶
func NonceHashGT(v string) predicate.LocalBootstrapAuthRequest
NonceHashGT applies the GT predicate on the "nonce_hash" field.
func NonceHashGTE ¶
func NonceHashGTE(v string) predicate.LocalBootstrapAuthRequest
NonceHashGTE applies the GTE predicate on the "nonce_hash" field.
func NonceHashHasPrefix ¶
func NonceHashHasPrefix(v string) predicate.LocalBootstrapAuthRequest
NonceHashHasPrefix applies the HasPrefix predicate on the "nonce_hash" field.
func NonceHashHasSuffix ¶
func NonceHashHasSuffix(v string) predicate.LocalBootstrapAuthRequest
NonceHashHasSuffix applies the HasSuffix predicate on the "nonce_hash" field.
func NonceHashIn ¶
func NonceHashIn(vs ...string) predicate.LocalBootstrapAuthRequest
NonceHashIn applies the In predicate on the "nonce_hash" field.
func NonceHashLT ¶
func NonceHashLT(v string) predicate.LocalBootstrapAuthRequest
NonceHashLT applies the LT predicate on the "nonce_hash" field.
func NonceHashLTE ¶
func NonceHashLTE(v string) predicate.LocalBootstrapAuthRequest
NonceHashLTE applies the LTE predicate on the "nonce_hash" field.
func NonceHashNEQ ¶
func NonceHashNEQ(v string) predicate.LocalBootstrapAuthRequest
NonceHashNEQ applies the NEQ predicate on the "nonce_hash" field.
func NonceHashNotIn ¶
func NonceHashNotIn(vs ...string) predicate.LocalBootstrapAuthRequest
NonceHashNotIn applies the NotIn predicate on the "nonce_hash" field.
func Or ¶
func Or(predicates ...predicate.LocalBootstrapAuthRequest) predicate.LocalBootstrapAuthRequest
Or groups predicates with the OR operator between them.
func Purpose ¶
func Purpose(v string) predicate.LocalBootstrapAuthRequest
Purpose applies equality check predicate on the "purpose" field. It's identical to PurposeEQ.
func PurposeContains ¶
func PurposeContains(v string) predicate.LocalBootstrapAuthRequest
PurposeContains applies the Contains predicate on the "purpose" field.
func PurposeContainsFold ¶
func PurposeContainsFold(v string) predicate.LocalBootstrapAuthRequest
PurposeContainsFold applies the ContainsFold predicate on the "purpose" field.
func PurposeEQ ¶
func PurposeEQ(v string) predicate.LocalBootstrapAuthRequest
PurposeEQ applies the EQ predicate on the "purpose" field.
func PurposeEqualFold ¶
func PurposeEqualFold(v string) predicate.LocalBootstrapAuthRequest
PurposeEqualFold applies the EqualFold predicate on the "purpose" field.
func PurposeGT ¶
func PurposeGT(v string) predicate.LocalBootstrapAuthRequest
PurposeGT applies the GT predicate on the "purpose" field.
func PurposeGTE ¶
func PurposeGTE(v string) predicate.LocalBootstrapAuthRequest
PurposeGTE applies the GTE predicate on the "purpose" field.
func PurposeHasPrefix ¶
func PurposeHasPrefix(v string) predicate.LocalBootstrapAuthRequest
PurposeHasPrefix applies the HasPrefix predicate on the "purpose" field.
func PurposeHasSuffix ¶
func PurposeHasSuffix(v string) predicate.LocalBootstrapAuthRequest
PurposeHasSuffix applies the HasSuffix predicate on the "purpose" field.
func PurposeIn ¶
func PurposeIn(vs ...string) predicate.LocalBootstrapAuthRequest
PurposeIn applies the In predicate on the "purpose" field.
func PurposeLT ¶
func PurposeLT(v string) predicate.LocalBootstrapAuthRequest
PurposeLT applies the LT predicate on the "purpose" field.
func PurposeLTE ¶
func PurposeLTE(v string) predicate.LocalBootstrapAuthRequest
PurposeLTE applies the LTE predicate on the "purpose" field.
func PurposeNEQ ¶
func PurposeNEQ(v string) predicate.LocalBootstrapAuthRequest
PurposeNEQ applies the NEQ predicate on the "purpose" field.
func PurposeNotIn ¶
func PurposeNotIn(vs ...string) predicate.LocalBootstrapAuthRequest
PurposeNotIn applies the NotIn predicate on the "purpose" field.
func RequestedBy ¶
func RequestedBy(v string) predicate.LocalBootstrapAuthRequest
RequestedBy applies equality check predicate on the "requested_by" field. It's identical to RequestedByEQ.
func RequestedByContains ¶
func RequestedByContains(v string) predicate.LocalBootstrapAuthRequest
RequestedByContains applies the Contains predicate on the "requested_by" field.
func RequestedByContainsFold ¶
func RequestedByContainsFold(v string) predicate.LocalBootstrapAuthRequest
RequestedByContainsFold applies the ContainsFold predicate on the "requested_by" field.
func RequestedByEQ ¶
func RequestedByEQ(v string) predicate.LocalBootstrapAuthRequest
RequestedByEQ applies the EQ predicate on the "requested_by" field.
func RequestedByEqualFold ¶
func RequestedByEqualFold(v string) predicate.LocalBootstrapAuthRequest
RequestedByEqualFold applies the EqualFold predicate on the "requested_by" field.
func RequestedByGT ¶
func RequestedByGT(v string) predicate.LocalBootstrapAuthRequest
RequestedByGT applies the GT predicate on the "requested_by" field.
func RequestedByGTE ¶
func RequestedByGTE(v string) predicate.LocalBootstrapAuthRequest
RequestedByGTE applies the GTE predicate on the "requested_by" field.
func RequestedByHasPrefix ¶
func RequestedByHasPrefix(v string) predicate.LocalBootstrapAuthRequest
RequestedByHasPrefix applies the HasPrefix predicate on the "requested_by" field.
func RequestedByHasSuffix ¶
func RequestedByHasSuffix(v string) predicate.LocalBootstrapAuthRequest
RequestedByHasSuffix applies the HasSuffix predicate on the "requested_by" field.
func RequestedByIn ¶
func RequestedByIn(vs ...string) predicate.LocalBootstrapAuthRequest
RequestedByIn applies the In predicate on the "requested_by" field.
func RequestedByLT ¶
func RequestedByLT(v string) predicate.LocalBootstrapAuthRequest
RequestedByLT applies the LT predicate on the "requested_by" field.
func RequestedByLTE ¶
func RequestedByLTE(v string) predicate.LocalBootstrapAuthRequest
RequestedByLTE applies the LTE predicate on the "requested_by" field.
func RequestedByNEQ ¶
func RequestedByNEQ(v string) predicate.LocalBootstrapAuthRequest
RequestedByNEQ applies the NEQ predicate on the "requested_by" field.
func RequestedByNotIn ¶
func RequestedByNotIn(vs ...string) predicate.LocalBootstrapAuthRequest
RequestedByNotIn applies the NotIn predicate on the "requested_by" field.
func UpdatedAt ¶
func UpdatedAt(v time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func UsedAt ¶
func UsedAt(v time.Time) predicate.LocalBootstrapAuthRequest
UsedAt applies equality check predicate on the "used_at" field. It's identical to UsedAtEQ.
func UsedAtEQ ¶
func UsedAtEQ(v time.Time) predicate.LocalBootstrapAuthRequest
UsedAtEQ applies the EQ predicate on the "used_at" field.
func UsedAtGT ¶
func UsedAtGT(v time.Time) predicate.LocalBootstrapAuthRequest
UsedAtGT applies the GT predicate on the "used_at" field.
func UsedAtGTE ¶
func UsedAtGTE(v time.Time) predicate.LocalBootstrapAuthRequest
UsedAtGTE applies the GTE predicate on the "used_at" field.
func UsedAtIn ¶
func UsedAtIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
UsedAtIn applies the In predicate on the "used_at" field.
func UsedAtIsNil ¶
func UsedAtIsNil() predicate.LocalBootstrapAuthRequest
UsedAtIsNil applies the IsNil predicate on the "used_at" field.
func UsedAtLT ¶
func UsedAtLT(v time.Time) predicate.LocalBootstrapAuthRequest
UsedAtLT applies the LT predicate on the "used_at" field.
func UsedAtLTE ¶
func UsedAtLTE(v time.Time) predicate.LocalBootstrapAuthRequest
UsedAtLTE applies the LTE predicate on the "used_at" field.
func UsedAtNEQ ¶
func UsedAtNEQ(v time.Time) predicate.LocalBootstrapAuthRequest
UsedAtNEQ applies the NEQ predicate on the "used_at" field.
func UsedAtNotIn ¶
func UsedAtNotIn(vs ...time.Time) predicate.LocalBootstrapAuthRequest
UsedAtNotIn applies the NotIn predicate on the "used_at" field.
func UsedAtNotNil ¶
func UsedAtNotNil() predicate.LocalBootstrapAuthRequest
UsedAtNotNil applies the NotNil predicate on the "used_at" field.
func UsedSessionID ¶
func UsedSessionID(v uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionID applies equality check predicate on the "used_session_id" field. It's identical to UsedSessionIDEQ.
func UsedSessionIDEQ ¶
func UsedSessionIDEQ(v uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionIDEQ applies the EQ predicate on the "used_session_id" field.
func UsedSessionIDGT ¶
func UsedSessionIDGT(v uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionIDGT applies the GT predicate on the "used_session_id" field.
func UsedSessionIDGTE ¶
func UsedSessionIDGTE(v uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionIDGTE applies the GTE predicate on the "used_session_id" field.
func UsedSessionIDIn ¶
func UsedSessionIDIn(vs ...uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionIDIn applies the In predicate on the "used_session_id" field.
func UsedSessionIDIsNil ¶
func UsedSessionIDIsNil() predicate.LocalBootstrapAuthRequest
UsedSessionIDIsNil applies the IsNil predicate on the "used_session_id" field.
func UsedSessionIDLT ¶
func UsedSessionIDLT(v uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionIDLT applies the LT predicate on the "used_session_id" field.
func UsedSessionIDLTE ¶
func UsedSessionIDLTE(v uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionIDLTE applies the LTE predicate on the "used_session_id" field.
func UsedSessionIDNEQ ¶
func UsedSessionIDNEQ(v uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionIDNEQ applies the NEQ predicate on the "used_session_id" field.
func UsedSessionIDNotIn ¶
func UsedSessionIDNotIn(vs ...uuid.UUID) predicate.LocalBootstrapAuthRequest
UsedSessionIDNotIn applies the NotIn predicate on the "used_session_id" field.
func UsedSessionIDNotNil ¶
func UsedSessionIDNotNil() predicate.LocalBootstrapAuthRequest
UsedSessionIDNotNil applies the NotNil predicate on the "used_session_id" 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 LocalBootstrapAuthRequest queries.
func ByCodeHash ¶
func ByCodeHash(opts ...sql.OrderTermOption) OrderOption
ByCodeHash orders the results by the code_hash field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at 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 ByNonceHash ¶
func ByNonceHash(opts ...sql.OrderTermOption) OrderOption
ByNonceHash orders the results by the nonce_hash field.
func ByPurpose ¶
func ByPurpose(opts ...sql.OrderTermOption) OrderOption
ByPurpose orders the results by the purpose field.
func ByRequestedBy ¶
func ByRequestedBy(opts ...sql.OrderTermOption) OrderOption
ByRequestedBy orders the results by the requested_by field.
func ByUpdatedAt ¶
func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption
ByUpdatedAt orders the results by the updated_at field.
func ByUsedAt ¶
func ByUsedAt(opts ...sql.OrderTermOption) OrderOption
ByUsedAt orders the results by the used_at field.
func ByUsedSessionID ¶
func ByUsedSessionID(opts ...sql.OrderTermOption) OrderOption
ByUsedSessionID orders the results by the used_session_id field.