package
0.0.0-20240430124035-aae10642ac46
Repository: https://github.com/orbit-ops/launchpad-core.git
Documentation: pkg.go.dev
# Functions
AccessID applies equality check predicate on the "access_id" field.
AccessIDEQ applies the EQ predicate on the "access_id" field.
AccessIDIn applies the In predicate on the "access_id" field.
AccessIDNEQ applies the NEQ predicate on the "access_id" field.
AccessIDNotIn applies the NotIn predicate on the "access_id" field.
ActionEQ applies the EQ predicate on the "action" field.
ActionIn applies the In predicate on the "action" field.
ActionNEQ applies the NEQ predicate on the "action" field.
ActionNotIn applies the NotIn predicate on the "action" field.
ActionValidator is a validator for the "action" field enum values.
And groups predicates with the AND operator between them.
ByAccessID orders the results by the access_id field.
ByAccessTokensField orders the results by accessTokens field.
ByAction orders the results by the action field.
ByExpiration orders the results by the expiration field.
ByID orders the results by the id field.
ByToken orders the results by the token field.
Expiration applies equality check predicate on the "expiration" field.
ExpirationEQ applies the EQ predicate on the "expiration" field.
ExpirationGT applies the GT predicate on the "expiration" field.
ExpirationGTE applies the GTE predicate on the "expiration" field.
ExpirationIn applies the In predicate on the "expiration" field.
ExpirationLT applies the LT predicate on the "expiration" field.
ExpirationLTE applies the LTE predicate on the "expiration" field.
ExpirationNEQ applies the NEQ predicate on the "expiration" field.
ExpirationNotIn applies the NotIn predicate on the "expiration" field.
HasAccessTokens applies the HasEdge predicate on the "accessTokens" edge.
HasAccessTokensWith applies the HasEdge predicate on the "accessTokens" 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.
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.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
AccessTokensColumn is the table column denoting the accessTokens relation/edge.
AccessTokensInverseTable is the table name for the Access entity.
AccessTokensTable is the table that holds the accessTokens relation/edge.
Action values.
Action values.
EdgeAccessTokens holds the string denoting the accesstokens edge name in mutations.
FieldAccessID holds the string denoting the access_id field in the database.
FieldAction holds the string denoting the action field in the database.
FieldExpiration holds the string denoting the expiration field in the database.
FieldID holds the string denoting the id field in the database.
FieldToken holds the string denoting the token field in the database.
Label holds the string label denoting the actiontokens type in the database.
Table holds the table name of the actiontokens in the database.
# Type aliases
Action defines the type for the "action" enum field.
OrderOption defines the ordering options for the ActionTokens queries.