package
0.0.0-20230719143739-37de26ce6741
Repository: https://github.com/gobench-io/gobench.git
Documentation: pkg.go.dev

# Functions

And groups list of predicates with the AND operator between them.
HasApplication applies the HasEdge predicate on the "application" edge.
HasApplicationWith applies the HasEdge predicate on the "application" edge with a given conditions (other predicates).
HasGraphs applies the HasEdge predicate on the "graphs" edge.
HasGraphsWith applies the HasEdge predicate on the "graphs" edge with a given conditions (other predicates).
ID filters vertices based on their identifier.
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.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" field.
Not applies the not operator on the given predicate.
Or groups list of predicates with the OR operator between them.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

ApplicationColumn is the table column denoting the application relation/edge.
ApplicationInverseTable is the table name for the Application entity.
ApplicationTable is the table the holds the application relation/edge.
EdgeApplication holds the string denoting the application edge name in mutations.
EdgeGraphs holds the string denoting the graphs edge name in mutations.
FieldID holds the string denoting the id field in the database.
FieldName holds the string denoting the name field in the database.
GraphsColumn is the table column denoting the graphs relation/edge.
GraphsInverseTable is the table name for the Graph entity.
GraphsTable is the table the holds the graphs relation/edge.
Label holds the string label denoting the group type in the database.
Table holds the table name of the group in the database.

# Variables

Columns holds all SQL columns for group fields.
ForeignKeys holds the SQL foreign-keys that are owned by the Group type.