package
2.6.4+incompatible
Repository: https://github.com/orestonce/chessgame.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
CreateTime applies equality check predicate on the "create_time" field.
CreateTimeEQ applies the EQ predicate on the "create_time" field.
CreateTimeGT applies the GT predicate on the "create_time" field.
CreateTimeGTE applies the GTE predicate on the "create_time" field.
CreateTimeIn applies the In predicate on the "create_time" field.
CreateTimeLT applies the LT predicate on the "create_time" field.
CreateTimeLTE applies the LTE predicate on the "create_time" field.
CreateTimeNEQ applies the NEQ predicate on the "create_time" field.
CreateTimeNotIn applies the NotIn predicate on the "create_time" field.
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.
PasswordHash applies equality check predicate on the "password_hash" field.
PasswordHashContains applies the Contains predicate on the "password_hash" field.
PasswordHashContainsFold applies the ContainsFold predicate on the "password_hash" field.
PasswordHashEQ applies the EQ predicate on the "password_hash" field.
PasswordHashEqualFold applies the EqualFold predicate on the "password_hash" field.
PasswordHashGT applies the GT predicate on the "password_hash" field.
PasswordHashGTE applies the GTE predicate on the "password_hash" field.
PasswordHashHasPrefix applies the HasPrefix predicate on the "password_hash" field.
PasswordHashHasSuffix applies the HasSuffix predicate on the "password_hash" field.
PasswordHashIn applies the In predicate on the "password_hash" field.
PasswordHashLT applies the LT predicate on the "password_hash" field.
PasswordHashLTE applies the LTE predicate on the "password_hash" field.
PasswordHashNEQ applies the NEQ predicate on the "password_hash" field.
PasswordHashNotIn applies the NotIn predicate on the "password_hash" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

FieldCreateTime holds the string denoting the create_time 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.
FieldPasswordHash holds the string denoting the password_hash field in the database.
Label holds the string label denoting the duser type in the database.
Table holds the table name of the duser in the database.

# Variables

Columns holds all SQL columns for duser fields.
IDValidator is a validator for the "id" field.
NameValidator is a validator for the "name" field.
PasswordHashValidator is a validator for the "password_hash" field.