package
0.21.3
Repository: https://github.com/tikafog/of.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
Comment applies equality check predicate on the "comment" field.
CommentContains applies the Contains predicate on the "comment" field.
CommentContainsFold applies the ContainsFold predicate on the "comment" field.
CommentEQ applies the EQ predicate on the "comment" field.
CommentEqualFold applies the EqualFold predicate on the "comment" field.
CommentGT applies the GT predicate on the "comment" field.
CommentGTE applies the GTE predicate on the "comment" field.
CommentHasPrefix applies the HasPrefix predicate on the "comment" field.
CommentHasSuffix applies the HasSuffix predicate on the "comment" field.
CommentIn applies the In predicate on the "comment" field.
CommentIsNil applies the IsNil predicate on the "comment" field.
CommentLT applies the LT predicate on the "comment" field.
CommentLTE applies the LTE predicate on the "comment" field.
CommentNEQ applies the NEQ predicate on the "comment" field.
CommentNotIn applies the NotIn predicate on the "comment" field.
CommentNotNil applies the NotNil predicate on the "comment" 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.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Priority applies equality check predicate on the "priority" field.
PriorityEQ applies the EQ predicate on the "priority" field.
PriorityGT applies the GT predicate on the "priority" field.
PriorityGTE applies the GTE predicate on the "priority" field.
PriorityIn applies the In predicate on the "priority" field.
PriorityLT applies the LT predicate on the "priority" field.
PriorityLTE applies the LTE predicate on the "priority" field.
PriorityNEQ applies the NEQ predicate on the "priority" field.
PriorityNotIn applies the NotIn predicate on the "priority" field.
Relate applies equality check predicate on the "relate" field.
RelateContains applies the Contains predicate on the "relate" field.
RelateContainsFold applies the ContainsFold predicate on the "relate" field.
RelateEQ applies the EQ predicate on the "relate" field.
RelateEqualFold applies the EqualFold predicate on the "relate" field.
RelateGT applies the GT predicate on the "relate" field.
RelateGTE applies the GTE predicate on the "relate" field.
RelateHasPrefix applies the HasPrefix predicate on the "relate" field.
RelateHasSuffix applies the HasSuffix predicate on the "relate" field.
RelateIn applies the In predicate on the "relate" field.
RelateLT applies the LT predicate on the "relate" field.
RelateLTE applies the LTE predicate on the "relate" field.
RelateNEQ applies the NEQ predicate on the "relate" field.
RelateNotIn applies the NotIn predicate on the "relate" field.
Retried applies equality check predicate on the "retried" field.
RetriedEQ applies the EQ predicate on the "retried" field.
RetriedGT applies the GT predicate on the "retried" field.
RetriedGTE applies the GTE predicate on the "retried" field.
RetriedIn applies the In predicate on the "retried" field.
RetriedLT applies the LT predicate on the "retried" field.
RetriedLTE applies the LTE predicate on the "retried" field.
RetriedNEQ applies the NEQ predicate on the "retried" field.
RetriedNotIn applies the NotIn predicate on the "retried" field.
Rid applies equality check predicate on the "rid" field.
RidContains applies the Contains predicate on the "rid" field.
RidContainsFold applies the ContainsFold predicate on the "rid" field.
RidEQ applies the EQ predicate on the "rid" field.
RidEqualFold applies the EqualFold predicate on the "rid" field.
RidGT applies the GT predicate on the "rid" field.
RidGTE applies the GTE predicate on the "rid" field.
RidHasPrefix applies the HasPrefix predicate on the "rid" field.
RidHasSuffix applies the HasSuffix predicate on the "rid" field.
RidIn applies the In predicate on the "rid" field.
RidLT applies the LT predicate on the "rid" field.
RidLTE applies the LTE predicate on the "rid" field.
RidNEQ applies the NEQ predicate on the "rid" field.
RidNotIn applies the NotIn predicate on the "rid" field.
Status applies equality check predicate on the "status" field.
StatusEQ applies the EQ predicate on the "status" field.
StatusGT applies the GT predicate on the "status" field.
StatusGTE applies the GTE predicate on the "status" field.
StatusIn applies the In predicate on the "status" field.
StatusLT applies the LT predicate on the "status" field.
StatusLTE applies the LTE predicate on the "status" field.
StatusNEQ applies the NEQ predicate on the "status" field.
StatusNotIn applies the NotIn predicate on the "status" field.
Step applies equality check predicate on the "step" field.
StepEQ applies the EQ predicate on the "step" field.
StepGT applies the GT predicate on the "step" field.
StepGTE applies the GTE predicate on the "step" field.
StepIn applies the In predicate on the "step" field.
StepLT applies the LT predicate on the "step" field.
StepLTE applies the LTE predicate on the "step" field.
StepNEQ applies the NEQ predicate on the "step" field.
StepNotIn applies the NotIn predicate on the "step" field.
UpdatedUnix applies equality check predicate on the "updated_unix" field.
UpdatedUnixEQ applies the EQ predicate on the "updated_unix" field.
UpdatedUnixGT applies the GT predicate on the "updated_unix" field.
UpdatedUnixGTE applies the GTE predicate on the "updated_unix" field.
UpdatedUnixIn applies the In predicate on the "updated_unix" field.
UpdatedUnixLT applies the LT predicate on the "updated_unix" field.
UpdatedUnixLTE applies the LTE predicate on the "updated_unix" field.
UpdatedUnixNEQ applies the NEQ predicate on the "updated_unix" field.
UpdatedUnixNotIn applies the NotIn predicate on the "updated_unix" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

FieldComment holds the string denoting the comment field in the database.
FieldID holds the string denoting the id field in the database.
FieldPriority holds the string denoting the priority field in the database.
FieldRelate holds the string denoting the relate field in the database.
FieldRetried holds the string denoting the retried field in the database.
FieldRid holds the string denoting the rid field in the database.
FieldStatus holds the string denoting the status field in the database.
FieldStep holds the string denoting the step field in the database.
FieldUpdatedUnix holds the string denoting the updated_unix field in the database.
Label holds the string label denoting the resource type in the database.
Table holds the table name of the resource in the database.

# Variables

Columns holds all SQL columns for resource fields.
DefaultPriority holds the default value on creation for the "priority" field.
DefaultRelate holds the default value on creation for the "relate" field.
DefaultRetried holds the default value on creation for the "retried" field.
DefaultStatus holds the default value on creation for the "status" field.
DefaultStep holds the default value on creation for the "step" field.
DefaultUpdatedUnix holds the default value on creation for the "updated_unix" field.