package
0.0.0-20200527211917-13a65c9069a6
Repository: https://github.com/errorboi/feedparserbot.git
Documentation: pkg.go.dev
# Functions
And groups list of predicates with the AND operator between them.
ClickbaitWordsIsNil applies the IsNil predicate on the "clickbait_words" field.
ClickbaitWordsNotNil applies the NotNil predicate on the "clickbait_words" field.
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.
Not applies the not operator on the given predicate.
Or groups list of predicates with the OR operator between them.
# Constants
No description provided by the author
FieldClickbaitWords holds the string denoting the clickbait_words vertex property in the database.
Label holds the string label denoting the globalsettings type in the database.
Table holds the table name of the globalsettings in the database.
# Variables
Columns holds all SQL columns for globalsettings fields.