package
0.0.0-20220328111020-71cacd3d0751
Repository: https://github.com/arifulprotik/gograph-notes.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
Email applies equality check predicate on the "email" field.
EmailContains applies the Contains predicate on the "email" field.
EmailContainsFold applies the ContainsFold predicate on the "email" field.
EmailEQ applies the EQ predicate on the "email" field.
EmailEqualFold applies the EqualFold predicate on the "email" field.
EmailGT applies the GT predicate on the "email" field.
EmailGTE applies the GTE predicate on the "email" field.
EmailHasPrefix applies the HasPrefix predicate on the "email" field.
EmailHasSuffix applies the HasSuffix predicate on the "email" field.
EmailIn applies the In predicate on the "email" field.
EmailLT applies the LT predicate on the "email" field.
EmailLTE applies the LTE predicate on the "email" field.
EmailNEQ applies the NEQ predicate on the "email" field.
EmailNotIn applies the NotIn predicate on the "email" field.
HasNotes applies the HasEdge predicate on the "notes" edge.
HasNotesWith applies the HasEdge predicate on the "notes" edge with a given conditions (other predicates).
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.
Password applies equality check predicate on the "password" field.
PasswordContains applies the Contains predicate on the "password" field.
PasswordContainsFold applies the ContainsFold predicate on the "password" field.
PasswordEQ applies the EQ predicate on the "password" field.
PasswordEqualFold applies the EqualFold predicate on the "password" field.
PasswordGT applies the GT predicate on the "password" field.
PasswordGTE applies the GTE predicate on the "password" field.
PasswordHasPrefix applies the HasPrefix predicate on the "password" field.
PasswordHasSuffix applies the HasSuffix predicate on the "password" field.
PasswordIn applies the In predicate on the "password" field.
PasswordLT applies the LT predicate on the "password" field.
PasswordLTE applies the LTE predicate on the "password" field.
PasswordNEQ applies the NEQ predicate on the "password" field.
PasswordNotIn applies the NotIn predicate on the "password" field.
ProfilePic applies equality check predicate on the "profile_pic" field.
ProfilePicContains applies the Contains predicate on the "profile_pic" field.
ProfilePicContainsFold applies the ContainsFold predicate on the "profile_pic" field.
ProfilePicEQ applies the EQ predicate on the "profile_pic" field.
ProfilePicEqualFold applies the EqualFold predicate on the "profile_pic" field.
ProfilePicGT applies the GT predicate on the "profile_pic" field.
ProfilePicGTE applies the GTE predicate on the "profile_pic" field.
ProfilePicHasPrefix applies the HasPrefix predicate on the "profile_pic" field.
ProfilePicHasSuffix applies the HasSuffix predicate on the "profile_pic" field.
ProfilePicIn applies the In predicate on the "profile_pic" field.
ProfilePicIsNil applies the IsNil predicate on the "profile_pic" field.
ProfilePicLT applies the LT predicate on the "profile_pic" field.
ProfilePicLTE applies the LTE predicate on the "profile_pic" field.
ProfilePicNEQ applies the NEQ predicate on the "profile_pic" field.
ProfilePicNotIn applies the NotIn predicate on the "profile_pic" field.
ProfilePicNotNil applies the NotNil predicate on the "profile_pic" field.
Username applies equality check predicate on the "username" field.
UsernameContains applies the Contains predicate on the "username" field.
UsernameContainsFold applies the ContainsFold predicate on the "username" field.
UsernameEQ applies the EQ predicate on the "username" field.
UsernameEqualFold applies the EqualFold predicate on the "username" field.
UsernameGT applies the GT predicate on the "username" field.
UsernameGTE applies the GTE predicate on the "username" field.
UsernameHasPrefix applies the HasPrefix predicate on the "username" field.
UsernameHasSuffix applies the HasSuffix predicate on the "username" field.
UsernameIn applies the In predicate on the "username" field.
UsernameLT applies the LT predicate on the "username" field.
UsernameLTE applies the LTE predicate on the "username" field.
UsernameNEQ applies the NEQ predicate on the "username" field.
UsernameNotIn applies the NotIn predicate on the "username" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

EdgeNotes holds the string denoting the notes edge name in mutations.
FieldEmail holds the string denoting the email 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.
FieldPassword holds the string denoting the password field in the database.
FieldProfilePic holds the string denoting the profile_pic field in the database.
FieldUsername holds the string denoting the username field in the database.
Label holds the string label denoting the user type in the database.
NotesColumn is the table column denoting the notes relation/edge.
NotesInverseTable is the table name for the Notes entity.
NotesTable is the table that holds the notes relation/edge.
Table holds the table name of the user in the database.

# Variables

Columns holds all SQL columns for user fields.
DefaultID holds the default value on creation for the "id" field.
EmailValidator is a validator for the "email" field.
NameValidator is a validator for the "name" field.
PasswordValidator is a validator for the "password" field.
UsernameValidator is a validator for the "username" field.