# Functions
AlertEvents applies equality check predicate on the "alert_events" field.
AlertEventsEQ applies the EQ predicate on the "alert_events" field.
AlertEventsIn applies the In predicate on the "alert_events" field.
AlertEventsIsNil applies the IsNil predicate on the "alert_events" field.
AlertEventsNEQ applies the NEQ predicate on the "alert_events" field.
AlertEventsNotIn applies the NotIn predicate on the "alert_events" field.
AlertEventsNotNil applies the NotNil predicate on the "alert_events" field.
And groups predicates with the AND operator between them.
ByAlertEvents orders the results by the alert_events field.
ByCreatedAt orders the results by the created_at field.
ByID orders the results by the id field.
ByOwnerField orders the results by owner field.
BySerialized orders the results by the serialized field.
ByTime orders the results by the time field.
ByUpdatedAt orders the results by the updated_at field.
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.
HasOwner applies the HasEdge predicate on the "owner" edge.
HasOwnerWith applies the HasEdge predicate on the "owner" 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.
Serialized applies equality check predicate on the "serialized" field.
SerializedContains applies the Contains predicate on the "serialized" field.
SerializedContainsFold applies the ContainsFold predicate on the "serialized" field.
SerializedEQ applies the EQ predicate on the "serialized" field.
SerializedEqualFold applies the EqualFold predicate on the "serialized" field.
SerializedGT applies the GT predicate on the "serialized" field.
SerializedGTE applies the GTE predicate on the "serialized" field.
SerializedHasPrefix applies the HasPrefix predicate on the "serialized" field.
SerializedHasSuffix applies the HasSuffix predicate on the "serialized" field.
SerializedIn applies the In predicate on the "serialized" field.
SerializedLT applies the LT predicate on the "serialized" field.
SerializedLTE applies the LTE predicate on the "serialized" field.
SerializedNEQ applies the NEQ predicate on the "serialized" field.
SerializedNotIn applies the NotIn predicate on the "serialized" field.
Time applies equality check predicate on the "time" field.
TimeEQ applies the EQ predicate on the "time" field.
TimeGT applies the GT predicate on the "time" field.
TimeGTE applies the GTE predicate on the "time" field.
TimeIn applies the In predicate on the "time" field.
TimeLT applies the LT predicate on the "time" field.
TimeLTE applies the LTE predicate on the "time" field.
TimeNEQ applies the NEQ predicate on the "time" field.
TimeNotIn applies the NotIn predicate on the "time" field.
UpdatedAt applies equality check predicate on the "updated_at" field.
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
UpdatedAtGT applies the GT predicate on the "updated_at" field.
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
UpdatedAtIn applies the In predicate on the "updated_at" field.
UpdatedAtLT applies the LT predicate on the "updated_at" field.
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
ValidColumn reports if the column name is valid (part of the table columns).
# Constants
EdgeOwner holds the string denoting the owner edge name in mutations.
FieldAlertEvents holds the string denoting the alert_events field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldSerialized holds the string denoting the serialized field in the database.
FieldTime holds the string denoting the time field in the database.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
Label holds the string label denoting the event type in the database.
OwnerColumn is the table column denoting the owner relation/edge.
OwnerInverseTable is the table name for the Alert entity.
OwnerTable is the table that holds the owner relation/edge.
Table holds the table name of the event in the database.
# Variables
Columns holds all SQL columns for event fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
SerializedValidator is a validator for the "serialized" field.
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
# Type aliases
OrderOption defines the ordering options for the Event queries.