# Functions
And groups predicates with the AND operator between them.
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.
Env applies equality check predicate on the "env" field.
EnvContains applies the Contains predicate on the "env" field.
EnvContainsFold applies the ContainsFold predicate on the "env" field.
EnvEQ applies the EQ predicate on the "env" field.
EnvEqualFold applies the EqualFold predicate on the "env" field.
EnvGT applies the GT predicate on the "env" field.
EnvGTE applies the GTE predicate on the "env" field.
EnvHasPrefix applies the HasPrefix predicate on the "env" field.
EnvHasSuffix applies the HasSuffix predicate on the "env" field.
EnvIn applies the In predicate on the "env" field.
EnvLT applies the LT predicate on the "env" field.
EnvLTE applies the LTE predicate on the "env" field.
EnvNEQ applies the NEQ predicate on the "env" field.
EnvNotIn applies the NotIn predicate on the "env" 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.
ExpiredAtIsNil applies the IsNil 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.
ExpiredAtNotNil applies the NotNil predicate on the "expired_at" field.
HasRepo applies the HasEdge predicate on the "repo" edge.
HasRepoWith applies the HasEdge predicate on the "repo" edge with a given conditions (other predicates).
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.
RepoID applies equality check predicate on the "repo_id" field.
RepoIDEQ applies the EQ predicate on the "repo_id" field.
RepoIDIn applies the In predicate on the "repo_id" field.
RepoIDNEQ applies the NEQ predicate on the "repo_id" field.
RepoIDNotIn applies the NotIn predicate on the "repo_id" field.
UserID applies equality check predicate on the "user_id" field.
UserIDEQ applies the EQ predicate on the "user_id" field.
UserIDIn applies the In predicate on the "user_id" field.
UserIDIsNil applies the IsNil predicate on the "user_id" field.
UserIDNEQ applies the NEQ predicate on the "user_id" field.
UserIDNotIn applies the NotIn predicate on the "user_id" field.
UserIDNotNil applies the NotNil predicate on the "user_id" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeRepo holds the string denoting the repo edge name in mutations.
EdgeUser holds the string denoting the user edge name in mutations.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldEnv holds the string denoting the env 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.
FieldRepoID holds the string denoting the repo_id field in the database.
FieldUserID holds the string denoting the user_id field in the database.
Label holds the string label denoting the lock type in the database.
RepoColumn is the table column denoting the repo relation/edge.
RepoInverseTable is the table name for the Repo entity.
RepoTable is the table that holds the repo relation/edge.
Table holds the table name of the lock 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 lock fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.