# Functions
And groups predicates with the AND operator between them.
ByCreatedAt orders the results by the created_at field.
ByExpiredAt orders the results by the expired_at field.
ByID orders the results by the id field.
BySource orders the results by the source field.
ByStatus orders the results by the status field.
ByToken orders the results by the token field.
ByUpdatedAt orders the results by the updated_at field.
ByUUID orders the results by the uuid 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.
ExpiredAt applies equality check predicate on the "expired_at" field.
ExpiredAtEQ applies the EQ predicate on the "expired_at" field.
ExpiredAtGT applies the GT predicate on the "expired_at" field.
ExpiredAtGTE applies the GTE predicate on the "expired_at" field.
ExpiredAtIn applies the In predicate on the "expired_at" field.
ExpiredAtLT applies the LT predicate on the "expired_at" field.
ExpiredAtLTE applies the LTE predicate on the "expired_at" field.
ExpiredAtNEQ applies the NEQ predicate on the "expired_at" field.
ExpiredAtNotIn applies the NotIn predicate on the "expired_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.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Source applies equality check predicate on the "source" field.
SourceContains applies the Contains predicate on the "source" field.
SourceContainsFold applies the ContainsFold predicate on the "source" field.
SourceEQ applies the EQ predicate on the "source" field.
SourceEqualFold applies the EqualFold predicate on the "source" field.
SourceGT applies the GT predicate on the "source" field.
SourceGTE applies the GTE predicate on the "source" field.
SourceHasPrefix applies the HasPrefix predicate on the "source" field.
SourceHasSuffix applies the HasSuffix predicate on the "source" field.
SourceIn applies the In predicate on the "source" field.
SourceLT applies the LT predicate on the "source" field.
SourceLTE applies the LTE predicate on the "source" field.
SourceNEQ applies the NEQ predicate on the "source" field.
SourceNotIn applies the NotIn predicate on the "source" field.
Status applies equality check predicate on the "status" field.
StatusEQ applies the EQ predicate on the "status" field.
StatusGT applies the GT predicate on the "status" field.
StatusGTE applies the GTE predicate on the "status" field.
StatusIn applies the In predicate on the "status" field.
StatusIsNil applies the IsNil predicate on the "status" field.
StatusLT applies the LT predicate on the "status" field.
StatusLTE applies the LTE predicate on the "status" field.
StatusNEQ applies the NEQ predicate on the "status" field.
StatusNotIn applies the NotIn predicate on the "status" field.
StatusNotNil applies the NotNil predicate on the "status" field.
Token applies equality check predicate on the "token" field.
TokenContains applies the Contains predicate on the "token" field.
TokenContainsFold applies the ContainsFold predicate on the "token" field.
TokenEQ applies the EQ predicate on the "token" field.
TokenEqualFold applies the EqualFold predicate on the "token" field.
TokenGT applies the GT predicate on the "token" field.
TokenGTE applies the GTE predicate on the "token" field.
TokenHasPrefix applies the HasPrefix predicate on the "token" field.
TokenHasSuffix applies the HasSuffix predicate on the "token" field.
TokenIn applies the In predicate on the "token" field.
TokenLT applies the LT predicate on the "token" field.
TokenLTE applies the LTE predicate on the "token" field.
TokenNEQ applies the NEQ predicate on the "token" field.
TokenNotIn applies the NotIn predicate on the "token" field.
UpdatedAt applies equality check predicate on the "updated_at" field.
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
UpdatedAtGT applies the GT predicate on the "updated_at" field.
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
UpdatedAtIn applies the In predicate on the "updated_at" field.
UpdatedAtLT applies the LT predicate on the "updated_at" field.
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
UUID applies equality check predicate on the "uuid" field.
UUIDEQ applies the EQ predicate on the "uuid" field.
UUIDGT applies the GT predicate on the "uuid" field.
UUIDGTE applies the GTE predicate on the "uuid" field.
UUIDIn applies the In predicate on the "uuid" field.
UUIDLT applies the LT predicate on the "uuid" field.
UUIDLTE applies the LTE predicate on the "uuid" field.
UUIDNEQ applies the NEQ predicate on the "uuid" field.
UUIDNotIn applies the NotIn predicate on the "uuid" 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.
FieldExpiredAt holds the string denoting the expired_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldSource holds the string denoting the source field in the database.
FieldStatus holds the string denoting the status field in the database.
FieldToken holds the string denoting the token field in the database.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
FieldUUID holds the string denoting the uuid field in the database.
Label holds the string label denoting the token type in the database.
Table holds the table name of the token in the database.
# Variables
Columns holds all SQL columns for token fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.
DefaultStatus holds the default value on creation for the "status" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
# Type aliases
OrderOption defines the ordering options for the Token queries.