package
1.2.1
Repository: https://github.com/common-library/go.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
ByID orders the results by the id field.
ByIssueForEnts orders the results by issue_for_ents terms.
ByIssueForEntsCount orders the results by issue_for_ents count.
ByUserForEnts orders the results by user_for_ents terms.
ByUserForEntsCount orders the results by user_for_ents count.
HasIssueForEnts applies the HasEdge predicate on the "issue_for_ents" edge.
HasIssueForEntsWith applies the HasEdge predicate on the "issue_for_ents" edge with a given conditions (other predicates).
HasUserForEnts applies the HasEdge predicate on the "user_for_ents" edge.
HasUserForEntsWith applies the HasEdge predicate on the "user_for_ents" 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

EdgeIssueForEnts holds the string denoting the issue_for_ents edge name in mutations.
EdgeUserForEnts holds the string denoting the user_for_ents edge name in mutations.
FieldID holds the string denoting the id field in the database.
IssueForEntsColumn is the table column denoting the issue_for_ents relation/edge.
IssueForEntsInverseTable is the table name for the IssueForEnt entity.
IssueForEntsTable is the table that holds the issue_for_ents relation/edge.
Label holds the string label denoting the repositoryforent type in the database.
Table holds the table name of the repositoryforent in the database.
UserForEntsInverseTable is the table name for the UserForEnt entity.
UserForEntsTable is the table that holds the user_for_ents relation/edge.

# Variables

Columns holds all SQL columns for repositoryforent fields.
UserForEntsPrimaryKey and UserForEntsColumn2 are the table columns denoting the primary key for the user_for_ents relation (M2M).

# Type aliases

OrderOption defines the ordering options for the RepositoryForEnt queries.