package
0.0.0-20250202080437-b9f4f5b05815
Repository: https://github.com/koalatea/authserver.git
Documentation: pkg.go.dev
# Functions
And groups predicates with the AND operator between them.
AuthorizationCode applies equality check predicate on the "authorization_code" field.
AuthorizationCodeContains applies the Contains predicate on the "authorization_code" field.
AuthorizationCodeContainsFold applies the ContainsFold predicate on the "authorization_code" field.
AuthorizationCodeEQ applies the EQ predicate on the "authorization_code" field.
AuthorizationCodeEqualFold applies the EqualFold predicate on the "authorization_code" field.
AuthorizationCodeGT applies the GT predicate on the "authorization_code" field.
AuthorizationCodeGTE applies the GTE predicate on the "authorization_code" field.
AuthorizationCodeHasPrefix applies the HasPrefix predicate on the "authorization_code" field.
AuthorizationCodeHasSuffix applies the HasSuffix predicate on the "authorization_code" field.
AuthorizationCodeIn applies the In predicate on the "authorization_code" field.
AuthorizationCodeLT applies the LT predicate on the "authorization_code" field.
AuthorizationCodeLTE applies the LTE predicate on the "authorization_code" field.
AuthorizationCodeNEQ applies the NEQ predicate on the "authorization_code" field.
AuthorizationCodeNotIn applies the NotIn predicate on the "authorization_code" field.
ByAuthorizationCode orders the results by the authorization_code field.
ByID orders the results by the id field.
BySessionField orders the results by session field.
HasSession applies the HasEdge predicate on the "session" edge.
HasSessionWith applies the HasEdge predicate on the "session" 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.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeSession holds the string denoting the session edge name in mutations.
FieldAuthorizationCode holds the string denoting the authorization_code field in the database.
FieldID holds the string denoting the id field in the database.
Label holds the string label denoting the oidcauthcode type in the database.
SessionColumn is the table column denoting the session relation/edge.
SessionInverseTable is the table name for the OAuthSession entity.
SessionTable is the table that holds the session relation/edge.
Table holds the table name of the oidcauthcode in the database.
# Variables
Columns holds all SQL columns for oidcauthcode fields.
ForeignKeys holds the SQL foreign-keys that are owned by the "oidc_auth_codes" table and are not defined as standalone fields in the schema.
# Type aliases
OrderOption defines the ordering options for the OIDCAuthCode queries.