package
0.0.0-20210113230923-84b050c23b34
Repository: https://github.com/justinhatran/imagerepo.git
Documentation: pkg.go.dev

# Functions

And groups list of predicates with the AND operator between them.
Description applies equality check predicate on the "description" field.
DescriptionContains applies the Contains predicate on the "description" field.
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
DescriptionEQ applies the EQ predicate on the "description" field.
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
DescriptionGT applies the GT predicate on the "description" field.
DescriptionGTE applies the GTE predicate on the "description" field.
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
DescriptionIn applies the In predicate on the "description" field.
DescriptionLT applies the LT predicate on the "description" field.
DescriptionLTE applies the LTE predicate on the "description" field.
DescriptionNEQ applies the NEQ predicate on the "description" field.
DescriptionNotIn applies the NotIn predicate on the "description" field.
FileLocation applies equality check predicate on the "fileLocation" field.
FileLocationContains applies the Contains predicate on the "fileLocation" field.
FileLocationContainsFold applies the ContainsFold predicate on the "fileLocation" field.
FileLocationEQ applies the EQ predicate on the "fileLocation" field.
FileLocationEqualFold applies the EqualFold predicate on the "fileLocation" field.
FileLocationGT applies the GT predicate on the "fileLocation" field.
FileLocationGTE applies the GTE predicate on the "fileLocation" field.
FileLocationHasPrefix applies the HasPrefix predicate on the "fileLocation" field.
FileLocationHasSuffix applies the HasSuffix predicate on the "fileLocation" field.
FileLocationIn applies the In predicate on the "fileLocation" field.
FileLocationLT applies the LT predicate on the "fileLocation" field.
FileLocationLTE applies the LTE predicate on the "fileLocation" field.
FileLocationNEQ applies the NEQ predicate on the "fileLocation" field.
FileLocationNotIn applies the NotIn predicate on the "fileLocation" field.
HasImagerepos applies the HasEdge predicate on the "imagerepos" edge.
HasImagereposWith applies the HasEdge predicate on the "imagerepos" edge with a given conditions (other predicates).
HasOwner applies the HasEdge predicate on the "owner" edge.
HasOwnerWith applies the HasEdge predicate on the "owner" 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.
Not applies the not operator on the given predicate.
Or groups list of predicates with the OR operator between them.
Price applies equality check predicate on the "price" field.
PriceEQ applies the EQ predicate on the "price" field.
PriceGT applies the GT predicate on the "price" field.
PriceGTE applies the GTE predicate on the "price" field.
PriceIn applies the In predicate on the "price" field.
PriceLT applies the LT predicate on the "price" field.
PriceLTE applies the LTE predicate on the "price" field.
PriceNEQ applies the NEQ predicate on the "price" field.
PriceNotIn applies the NotIn predicate on the "price" field.
Public applies equality check predicate on the "public" field.
PublicEQ applies the EQ predicate on the "public" field.
PublicNEQ applies the NEQ predicate on the "public" field.
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.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

EdgeImagerepos holds the string denoting the imagerepos edge name in mutations.
EdgeOwner holds the string denoting the owner edge name in mutations.
FieldDescription holds the string denoting the description field in the database.
FieldFileLocation holds the string denoting the filelocation field in the database.
FieldID holds the string denoting the id field in the database.
FieldPrice holds the string denoting the price field in the database.
FieldPublic holds the string denoting the public field in the database.
FieldTitle holds the string denoting the title field in the database.
ImagereposInverseTable is the table name for the ImageRepo entity.
ImagereposTable is the table the holds the imagerepos relation/edge.
Label holds the string label denoting the image type in the database.
OwnerColumn is the table column denoting the owner relation/edge.
OwnerInverseTable is the table name for the User entity.
OwnerTable is the table the holds the owner relation/edge.
Table holds the table name of the image in the database.

# Variables

Columns holds all SQL columns for image fields.
ForeignKeys holds the SQL foreign-keys that are owned by the Image type.
ImagereposPrimaryKey and ImagereposColumn2 are the table columns denoting the primary key for the imagerepos relation (M2M).