package
0.0.0-20240513023348-5feaf8d2ad78
Repository: https://github.com/go-faster/bot.git
Documentation: pkg.go.dev
# Functions
And groups predicates with the AND operator between them.
AuthorID applies equality check predicate on the "author_id" field.
AuthorIDEQ applies the EQ predicate on the "author_id" field.
AuthorIDGT applies the GT predicate on the "author_id" field.
AuthorIDGTE applies the GTE predicate on the "author_id" field.
AuthorIDIn applies the In predicate on the "author_id" field.
AuthorIDLT applies the LT predicate on the "author_id" field.
AuthorIDLTE applies the LTE predicate on the "author_id" field.
AuthorIDNEQ applies the NEQ predicate on the "author_id" field.
AuthorIDNotIn applies the NotIn predicate on the "author_id" field.
AuthorLogin applies equality check predicate on the "author_login" field.
AuthorLoginContains applies the Contains predicate on the "author_login" field.
AuthorLoginContainsFold applies the ContainsFold predicate on the "author_login" field.
AuthorLoginEQ applies the EQ predicate on the "author_login" field.
AuthorLoginEqualFold applies the EqualFold predicate on the "author_login" field.
AuthorLoginGT applies the GT predicate on the "author_login" field.
AuthorLoginGTE applies the GTE predicate on the "author_login" field.
AuthorLoginHasPrefix applies the HasPrefix predicate on the "author_login" field.
AuthorLoginHasSuffix applies the HasSuffix predicate on the "author_login" field.
AuthorLoginIn applies the In predicate on the "author_login" field.
AuthorLoginLT applies the LT predicate on the "author_login" field.
AuthorLoginLTE applies the LTE predicate on the "author_login" field.
AuthorLoginNEQ applies the NEQ predicate on the "author_login" field.
AuthorLoginNotIn applies the NotIn predicate on the "author_login" field.
ByAuthorID orders the results by the author_id field.
ByAuthorLogin orders the results by the author_login field.
ByDate orders the results by the date field.
ByID orders the results by the id field.
ByMessage orders the results by the message field.
ByRepositoryField orders the results by repository field.
Date applies equality check predicate on the "date" field.
DateEQ applies the EQ predicate on the "date" field.
DateGT applies the GT predicate on the "date" field.
DateGTE applies the GTE predicate on the "date" field.
DateIn applies the In predicate on the "date" field.
DateLT applies the LT predicate on the "date" field.
DateLTE applies the LTE predicate on the "date" field.
DateNEQ applies the NEQ predicate on the "date" field.
DateNotIn applies the NotIn predicate on the "date" field.
HasRepository applies the HasEdge predicate on the "repository" edge.
HasRepositoryWith applies the HasEdge predicate on the "repository" edge with a given conditions (other predicates).
ID filters vertices based on their ID field.
IDContainsFold applies the ContainsFold predicate on the ID field.
IDEQ applies the EQ predicate on the ID field.
IDEqualFold applies the EqualFold 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
EdgeRepository holds the string denoting the repository edge name in mutations.
FieldAuthorID holds the string denoting the author_id field in the database.
FieldAuthorLogin holds the string denoting the author_login field in the database.
FieldDate holds the string denoting the date 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 gitcommit type in the database.
RepositoryColumn is the table column denoting the repository relation/edge.
RepositoryFieldID holds the string denoting the ID field of the Repository.
RepositoryInverseTable is the table name for the Repository entity.
RepositoryTable is the table that holds the repository relation/edge.
Table holds the table name of the gitcommit in the database.
# Variables
Columns holds all SQL columns for gitcommit fields.
ForeignKeys holds the SQL foreign-keys that are owned by the "git_commits" table and are not defined as standalone fields in the schema.
# Type aliases
OrderOption defines the ordering options for the GitCommit queries.