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.
BannedWordsIsNil applies the IsNil predicate on the "banned_words" field.
BannedWordsNotNil applies the NotNil predicate on the "banned_words" field.
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 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.
LanguageEQ applies the EQ predicate on the "language" field.
LanguageIn applies the In predicate on the "language" field.
LanguageNEQ applies the NEQ predicate on the "language" field.
LanguageNotIn applies the NotIn predicate on the "language" field.
LanguageValidator is a validator for the "l" field enum values.
LastSending applies equality check predicate on the "last_sending" field.
LastSendingEQ applies the EQ predicate on the "last_sending" field.
LastSendingGT applies the GT predicate on the "last_sending" field.
LastSendingGTE applies the GTE predicate on the "last_sending" field.
LastSendingIn applies the In predicate on the "last_sending" field.
LastSendingLT applies the LT predicate on the "last_sending" field.
LastSendingLTE applies the LTE predicate on the "last_sending" field.
LastSendingNEQ applies the NEQ predicate on the "last_sending" field.
LastSendingNotIn applies the NotIn predicate on the "last_sending" field.
Not applies the not operator on the given predicate.
Or groups list of predicates with the OR operator between them.
SendingFrequencyEQ applies the EQ predicate on the "sending_frequency" field.
SendingFrequencyIn applies the In predicate on the "sending_frequency" field.
SendingFrequencyNEQ applies the NEQ predicate on the "sending_frequency" field.
SendingFrequencyNotIn applies the NotIn predicate on the "sending_frequency" field.
SendingFrequencyValidator is a validator for the "sf" field enum values.
UrgentWordsIsNil applies the IsNil predicate on the "urgent_words" field.
UrgentWordsNotNil applies the NotNil predicate on the "urgent_words" field.

# Constants

LanguageRU is the default Language.
SendingFrequencyInstant is the default SendingFrequency.
EdgeUser holds the string denoting the user edge name in mutations.
FieldLanguage holds the string denoting the language vertex property in the database.
FieldUrgentWords holds the string denoting the urgent_words vertex property in the database.
FieldSendingFrequency holds the string denoting the sending_frequency vertex property in the database.
No description provided by the author
FieldLastSending holds the string denoting the last_sending vertex property in the database.
FieldBannedWords holds the string denoting the banned_words vertex property in the database.
Label holds the string label denoting the usersettings type in the database.
Language values.
Language values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
SendingFrequency values.
Table holds the table name of the usersettings 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 usersettings fields.
DefaultLastSending holds the default value on creation for the last_sending field.
ForeignKeys holds the SQL foreign-keys that are owned by the UserSettings type.

# Type aliases

Language defines the type for the language enum field.
SendingFrequency defines the type for the sending_frequency enum field.