package
0.0.0-20210314134910-7f4b9de898f3
Repository: https://github.com/csuos/rabums.git
Documentation: pkg.go.dev

# 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.
Event applies equality check predicate on the "event" field.
EventContains applies the Contains predicate on the "event" field.
EventContainsFold applies the ContainsFold predicate on the "event" field.
EventEQ applies the EQ predicate on the "event" field.
EventEqualFold applies the EqualFold predicate on the "event" field.
EventGT applies the GT predicate on the "event" field.
EventGTE applies the GTE predicate on the "event" field.
EventHasPrefix applies the HasPrefix predicate on the "event" field.
EventHasSuffix applies the HasSuffix predicate on the "event" field.
EventIn applies the In predicate on the "event" field.
EventLT applies the LT predicate on the "event" field.
EventLTE applies the LTE predicate on the "event" field.
EventNEQ applies the NEQ predicate on the "event" field.
EventNotIn applies the NotIn predicate on the "event" field.
HasClientserver applies the HasEdge predicate on the "clientserver" edge.
HasClientserverWith applies the HasEdge predicate on the "clientserver" 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.
Message applies equality check predicate on the "message" field.
MessageContains applies the Contains predicate on the "message" field.
MessageContainsFold applies the ContainsFold predicate on the "message" field.
MessageEQ applies the EQ predicate on the "message" field.
MessageEqualFold applies the EqualFold predicate on the "message" field.
MessageGT applies the GT predicate on the "message" field.
MessageGTE applies the GTE predicate on the "message" field.
MessageHasPrefix applies the HasPrefix predicate on the "message" field.
MessageHasSuffix applies the HasSuffix predicate on the "message" field.
MessageIn applies the In predicate on the "message" field.
MessageLT applies the LT predicate on the "message" field.
MessageLTE applies the LTE predicate on the "message" field.
MessageNEQ applies the NEQ predicate on the "message" field.
MessageNotIn applies the NotIn predicate on the "message" 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

ClientserverColumn is the table column denoting the clientserver relation/edge.
ClientserverInverseTable is the table name for the ClientServer entity.
ClientserverTable is the table the holds the clientserver relation/edge.
EdgeClientserver holds the string denoting the clientserver 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.
FieldEvent holds the string denoting the event field in the database.
FieldID holds the string denoting the id field in the database.
FieldMessage holds the string denoting the message field in the database.
Label holds the string label denoting the event type in the database.
Table holds the table name of the event 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 the holds the user relation/edge.

# Variables

Columns holds all SQL columns for event fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultMessage holds the default value on creation for the "message" field.
ForeignKeys holds the SQL foreign-keys that are owned by the Event type.