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.
ByConclusion orders the results by the conclusion field.
ByID orders the results by the id field.
ByName orders the results by the name field.
ByPullRequestID orders the results by the pull_request_id field.
ByRepoID orders the results by the repo_id field.
ByStatus orders the results by the status field.
Conclusion applies equality check predicate on the "conclusion" field.
ConclusionContains applies the Contains predicate on the "conclusion" field.
ConclusionContainsFold applies the ContainsFold predicate on the "conclusion" field.
ConclusionEQ applies the EQ predicate on the "conclusion" field.
ConclusionEqualFold applies the EqualFold predicate on the "conclusion" field.
ConclusionGT applies the GT predicate on the "conclusion" field.
ConclusionGTE applies the GTE predicate on the "conclusion" field.
ConclusionHasPrefix applies the HasPrefix predicate on the "conclusion" field.
ConclusionHasSuffix applies the HasSuffix predicate on the "conclusion" field.
ConclusionIn applies the In predicate on the "conclusion" field.
ConclusionIsNil applies the IsNil predicate on the "conclusion" field.
ConclusionLT applies the LT predicate on the "conclusion" field.
ConclusionLTE applies the LTE predicate on the "conclusion" field.
ConclusionNEQ applies the NEQ predicate on the "conclusion" field.
ConclusionNotIn applies the NotIn predicate on the "conclusion" field.
ConclusionNotNil applies the NotNil predicate on the "conclusion" field.
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.
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 predicates with the OR operator between them.
PullRequestID applies equality check predicate on the "pull_request_id" field.
PullRequestIDEQ applies the EQ predicate on the "pull_request_id" field.
PullRequestIDGT applies the GT predicate on the "pull_request_id" field.
PullRequestIDGTE applies the GTE predicate on the "pull_request_id" field.
PullRequestIDIn applies the In predicate on the "pull_request_id" field.
PullRequestIDLT applies the LT predicate on the "pull_request_id" field.
PullRequestIDLTE applies the LTE predicate on the "pull_request_id" field.
PullRequestIDNEQ applies the NEQ predicate on the "pull_request_id" field.
PullRequestIDNotIn applies the NotIn predicate on the "pull_request_id" field.
RepoID applies equality check predicate on the "repo_id" field.
RepoIDEQ applies the EQ predicate on the "repo_id" field.
RepoIDGT applies the GT predicate on the "repo_id" field.
RepoIDGTE applies the GTE predicate on the "repo_id" field.
RepoIDIn applies the In predicate on the "repo_id" field.
RepoIDLT applies the LT predicate on the "repo_id" field.
RepoIDLTE applies the LTE predicate on the "repo_id" field.
RepoIDNEQ applies the NEQ predicate on the "repo_id" field.
RepoIDNotIn applies the NotIn predicate on the "repo_id" field.
Status applies equality check predicate on the "status" field.
StatusContains applies the Contains predicate on the "status" field.
StatusContainsFold applies the ContainsFold predicate on the "status" field.
StatusEQ applies the EQ predicate on the "status" field.
StatusEqualFold applies the EqualFold predicate on the "status" field.
StatusGT applies the GT predicate on the "status" field.
StatusGTE applies the GTE predicate on the "status" field.
StatusHasPrefix applies the HasPrefix predicate on the "status" field.
StatusHasSuffix applies the HasSuffix predicate on the "status" field.
StatusIn applies the In predicate on the "status" field.
StatusLT applies the LT predicate on the "status" field.
StatusLTE applies the LTE predicate on the "status" field.
StatusNEQ applies the NEQ predicate on the "status" field.
StatusNotIn applies the NotIn predicate on the "status" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

FieldConclusion holds the string denoting the conclusion field in the database.
FieldID holds the string denoting the id field in the database.
FieldName holds the string denoting the name field in the database.
FieldPullRequestID holds the string denoting the pull_request_id field in the database.
FieldRepoID holds the string denoting the repo_id field in the database.
FieldStatus holds the string denoting the status field in the database.
Label holds the string label denoting the check type in the database.
Table holds the table name of the check in the database.

# Variables

Columns holds all SQL columns for check fields.

# Type aliases

OrderOption defines the ordering options for the Check queries.