package
0.0.0-20250101162340-1f1ff196bc29
Repository: https://github.com/koo-arch/adjusta-backend.git
Documentation: pkg.go.dev

# Functions

AccessToken applies equality check predicate on the "access_token" field.
AccessTokenContains applies the Contains predicate on the "access_token" field.
AccessTokenContainsFold applies the ContainsFold predicate on the "access_token" field.
AccessTokenEQ applies the EQ predicate on the "access_token" field.
AccessTokenEqualFold applies the EqualFold predicate on the "access_token" field.
AccessTokenGT applies the GT predicate on the "access_token" field.
AccessTokenGTE applies the GTE predicate on the "access_token" field.
AccessTokenHasPrefix applies the HasPrefix predicate on the "access_token" field.
AccessTokenHasSuffix applies the HasSuffix predicate on the "access_token" field.
AccessTokenIn applies the In predicate on the "access_token" field.
AccessTokenIsNil applies the IsNil predicate on the "access_token" field.
AccessTokenLT applies the LT predicate on the "access_token" field.
AccessTokenLTE applies the LTE predicate on the "access_token" field.
AccessTokenNEQ applies the NEQ predicate on the "access_token" field.
AccessTokenNotIn applies the NotIn predicate on the "access_token" field.
AccessTokenNotNil applies the NotNil predicate on the "access_token" field.
And groups predicates with the AND operator between them.
ByAccessToken orders the results by the access_token field.
ByExpiry orders the results by the expiry field.
ByID orders the results by the id field.
ByRefreshToken orders the results by the refresh_token field.
ByUserField orders the results by user field.
Expiry applies equality check predicate on the "expiry" field.
ExpiryEQ applies the EQ predicate on the "expiry" field.
ExpiryGT applies the GT predicate on the "expiry" field.
ExpiryGTE applies the GTE predicate on the "expiry" field.
ExpiryIn applies the In predicate on the "expiry" field.
ExpiryIsNil applies the IsNil predicate on the "expiry" field.
ExpiryLT applies the LT predicate on the "expiry" field.
ExpiryLTE applies the LTE predicate on the "expiry" field.
ExpiryNEQ applies the NEQ predicate on the "expiry" field.
ExpiryNotIn applies the NotIn predicate on the "expiry" field.
ExpiryNotNil applies the NotNil predicate on the "expiry" field.
HasUser applies the HasEdge predicate on the "user" edge.
HasUserWith applies the HasEdge predicate on the "user" edge with a given conditions (other predicates).
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.
RefreshToken applies equality check predicate on the "refresh_token" field.
RefreshTokenContains applies the Contains predicate on the "refresh_token" field.
RefreshTokenContainsFold applies the ContainsFold predicate on the "refresh_token" field.
RefreshTokenEQ applies the EQ predicate on the "refresh_token" field.
RefreshTokenEqualFold applies the EqualFold predicate on the "refresh_token" field.
RefreshTokenGT applies the GT predicate on the "refresh_token" field.
RefreshTokenGTE applies the GTE predicate on the "refresh_token" field.
RefreshTokenHasPrefix applies the HasPrefix predicate on the "refresh_token" field.
RefreshTokenHasSuffix applies the HasSuffix predicate on the "refresh_token" field.
RefreshTokenIn applies the In predicate on the "refresh_token" field.
RefreshTokenIsNil applies the IsNil predicate on the "refresh_token" field.
RefreshTokenLT applies the LT predicate on the "refresh_token" field.
RefreshTokenLTE applies the LTE predicate on the "refresh_token" field.
RefreshTokenNEQ applies the NEQ predicate on the "refresh_token" field.
RefreshTokenNotIn applies the NotIn predicate on the "refresh_token" field.
RefreshTokenNotNil applies the NotNil predicate on the "refresh_token" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

EdgeUser holds the string denoting the user edge name in mutations.
FieldAccessToken holds the string denoting the access_token field in the database.
FieldExpiry holds the string denoting the expiry field in the database.
FieldID holds the string denoting the id field in the database.
FieldRefreshToken holds the string denoting the refresh_token field in the database.
Label holds the string label denoting the oauthtoken type in the database.
Table holds the table name of the oauthtoken in the database.
UserColumn is the table column denoting the user relation/edge.
UserInverseTable is the table name for the User entity.
UserTable is the table that holds the user relation/edge.

# Variables

Columns holds all SQL columns for oauthtoken fields.
DefaultID holds the default value on creation for the "id" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "oauth_tokens" table and are not defined as standalone fields in the schema.

# Type aliases

OrderOption defines the ordering options for the OAuthToken queries.