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.
HasChildren applies the HasEdge predicate on the "children" edge.
HasChildrenWith applies the HasEdge predicate on the "children" edge with a given conditions (other predicates).
HasParent applies the HasEdge predicate on the "parent" edge.
HasParentWith applies the HasEdge predicate on the "parent" edge with a given conditions (other predicates).
HasPosts applies the HasEdge predicate on the "posts" edge.
HasPostsWith applies the HasEdge predicate on the "posts" edge with a given conditions (other predicates).
HasUsers applies the HasEdge predicate on the "users" edge.
HasUsersWith applies the HasEdge predicate on the "users" 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.
Not applies the not operator on the given predicate.
Or groups list of predicates with the OR operator between them.
Title applies equality check predicate on the "title" field.
TitleContains applies the Contains predicate on the "title" field.
TitleContainsFold applies the ContainsFold predicate on the "title" field.
TitleEQ applies the EQ predicate on the "title" field.
TitleEqualFold applies the EqualFold predicate on the "title" field.
TitleGT applies the GT predicate on the "title" field.
TitleGTE applies the GTE predicate on the "title" field.
TitleHasPrefix applies the HasPrefix predicate on the "title" field.
TitleHasSuffix applies the HasSuffix predicate on the "title" field.
TitleIn applies the In predicate on the "title" field.
TitleLT applies the LT predicate on the "title" field.
TitleLTE applies the LTE predicate on the "title" field.
TitleNEQ applies the NEQ predicate on the "title" field.
TitleNotIn applies the NotIn predicate on the "title" field.
URL applies equality check predicate on the "url" field.
URLContains applies the Contains predicate on the "url" field.
URLContainsFold applies the ContainsFold predicate on the "url" field.
URLEQ applies the EQ predicate on the "url" field.
URLEqualFold applies the EqualFold predicate on the "url" field.
URLGT applies the GT predicate on the "url" field.
URLGTE applies the GTE predicate on the "url" field.
URLHasPrefix applies the HasPrefix predicate on the "url" field.
URLHasSuffix applies the HasSuffix predicate on the "url" field.
URLIn applies the In predicate on the "url" field.
URLLT applies the LT predicate on the "url" field.
URLLTE applies the LTE predicate on the "url" field.
URLNEQ applies the NEQ predicate on the "url" field.
URLNotIn applies the NotIn predicate on the "url" field.
# Constants
ChildrenColumn is the table column denoting the children relation/edge.
ChildrenTable is the table the holds the children relation/edge.
LanguageRU is the default Language.
EdgeChildren holds the string denoting the children edge name in mutations.
EdgeParent holds the string denoting the parent edge name in mutations.
EdgePosts holds the string denoting the posts edge name in mutations.
EdgeUsers holds the string denoting the users edge name in mutations.
FieldURL holds the string denoting the url vertex property in the database.
No description provided by the author
FieldLanguage holds the string denoting the language vertex property in the database.
FieldTitle holds the string denoting the title vertex property in the database.
Label holds the string label denoting the source type in the database.
Language values.
Language values.
ParentColumn is the table column denoting the parent relation/edge.
ParentTable is the table the holds the parent relation/edge.
PostsColumn is the table column denoting the posts relation/edge.
PostsInverseTable is the table name for the Post entity.
PostsTable is the table the holds the posts relation/edge.
Table holds the table name of the source in the database.
UsersInverseTable is the table name for the User entity.
UsersTable is the table the holds the users relation/edge.
# Variables
Columns holds all SQL columns for source fields.
ForeignKeys holds the SQL foreign-keys that are owned by the Source type.
UsersPrimaryKey and UsersColumn2 are the table columns denoting the primary key for the users relation (M2M).
# Type aliases
Language defines the type for the language enum field.