package
0.0.0-20250101162340-1f1ff196bc29
Repository: https://github.com/koo-arch/adjusta-backend.git
Documentation: pkg.go.dev
# Functions
And groups predicates with the AND operator between them.
ByCreatedAt orders the results by the created_at field.
ByExpiresAt orders the results by the expires_at field.
ByID orders the results by the id field.
ByKey orders the results by the key field.
ByType orders the results by the type field.
CreatedAt applies equality check predicate on the "created_at" field.
CreatedAtEQ applies the EQ predicate on the "created_at" field.
CreatedAtGT applies the GT predicate on the "created_at" field.
CreatedAtGTE applies the GTE predicate on the "created_at" field.
CreatedAtIn applies the In predicate on the "created_at" field.
CreatedAtLT applies the LT predicate on the "created_at" field.
CreatedAtLTE applies the LTE predicate on the "created_at" field.
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
ExpiresAt applies equality check predicate on the "expires_at" field.
ExpiresAtEQ applies the EQ predicate on the "expires_at" field.
ExpiresAtGT applies the GT predicate on the "expires_at" field.
ExpiresAtGTE applies the GTE predicate on the "expires_at" field.
ExpiresAtIn applies the In predicate on the "expires_at" field.
ExpiresAtLT applies the LT predicate on the "expires_at" field.
ExpiresAtLTE applies the LTE predicate on the "expires_at" field.
ExpiresAtNEQ applies the NEQ predicate on the "expires_at" field.
ExpiresAtNotIn applies the NotIn predicate on the "expires_at" field.
ID filters vertices based on their ID field.
IDEQ applies the EQ predicate on the ID field.
IDGT applies the GT predicate on the ID field.
IDGTE applies the GTE predicate on the ID field.
IDIn applies the In predicate on the ID field.
IDLT applies the LT predicate on the ID field.
IDLTE applies the LTE predicate on the ID field.
IDNEQ applies the NEQ predicate on the ID field.
IDNotIn applies the NotIn predicate on the ID field.
Key applies equality check predicate on the "key" field.
KeyContains applies the Contains predicate on the "key" field.
KeyContainsFold applies the ContainsFold predicate on the "key" field.
KeyEQ applies the EQ predicate on the "key" field.
KeyEqualFold applies the EqualFold predicate on the "key" field.
KeyGT applies the GT predicate on the "key" field.
KeyGTE applies the GTE predicate on the "key" field.
KeyHasPrefix applies the HasPrefix predicate on the "key" field.
KeyHasSuffix applies the HasSuffix predicate on the "key" field.
KeyIn applies the In predicate on the "key" field.
KeyLT applies the LT predicate on the "key" field.
KeyLTE applies the LTE predicate on the "key" field.
KeyNEQ applies the NEQ predicate on the "key" field.
KeyNotIn applies the NotIn predicate on the "key" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Type applies equality check predicate on the "type" field.
TypeContains applies the Contains predicate on the "type" field.
TypeContainsFold applies the ContainsFold predicate on the "type" field.
TypeEQ applies the EQ predicate on the "type" field.
TypeEqualFold applies the EqualFold predicate on the "type" field.
TypeGT applies the GT predicate on the "type" field.
TypeGTE applies the GTE predicate on the "type" field.
TypeHasPrefix applies the HasPrefix predicate on the "type" field.
TypeHasSuffix applies the HasSuffix predicate on the "type" field.
TypeIn applies the In predicate on the "type" field.
TypeLT applies the LT predicate on the "type" field.
TypeLTE applies the LTE predicate on the "type" field.
TypeNEQ applies the NEQ predicate on the "type" field.
TypeNotIn applies the NotIn predicate on the "type" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldExpiresAt holds the string denoting the expires_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldKey holds the string denoting the key field in the database.
FieldType holds the string denoting the type field in the database.
Label holds the string label denoting the jwtkey type in the database.
Table holds the table name of the jwtkey in the database.
# Variables
Columns holds all SQL columns for jwtkey fields.
DefaultType holds the default value on creation for the "type" field.
KeyValidator is a validator for the "key" field.
TypeValidator is a validator for the "type" field.
# Type aliases
OrderOption defines the ordering options for the JWTKey queries.