package
0.0.0-20220129045345-fa8983b7c4ef
Repository: https://github.com/npoolplatform/application-management.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
AppID applies equality check predicate on the "app_id" field.
AppIDEQ applies the EQ predicate on the "app_id" field.
AppIDGT applies the GT predicate on the "app_id" field.
AppIDGTE applies the GTE predicate on the "app_id" field.
AppIDIn applies the In predicate on the "app_id" field.
AppIDLT applies the LT predicate on the "app_id" field.
AppIDLTE applies the LTE predicate on the "app_id" field.
AppIDNEQ applies the NEQ predicate on the "app_id" field.
AppIDNotIn applies the NotIn predicate on the "app_id" field.
CreateAt applies equality check predicate on the "create_at" field.
CreateAtEQ applies the EQ predicate on the "create_at" field.
CreateAtGT applies the GT predicate on the "create_at" field.
CreateAtGTE applies the GTE predicate on the "create_at" field.
CreateAtIn applies the In predicate on the "create_at" field.
CreateAtLT applies the LT predicate on the "create_at" field.
CreateAtLTE applies the LTE predicate on the "create_at" field.
CreateAtNEQ applies the NEQ predicate on the "create_at" field.
CreateAtNotIn applies the NotIn predicate on the "create_at" field.
Creator applies equality check predicate on the "creator" field.
CreatorEQ applies the EQ predicate on the "creator" field.
CreatorGT applies the GT predicate on the "creator" field.
CreatorGTE applies the GTE predicate on the "creator" field.
CreatorIn applies the In predicate on the "creator" field.
CreatorLT applies the LT predicate on the "creator" field.
CreatorLTE applies the LTE predicate on the "creator" field.
CreatorNEQ applies the NEQ predicate on the "creator" field.
CreatorNotIn applies the NotIn predicate on the "creator" field.
DeleteAt applies equality check predicate on the "delete_at" field.
DeleteAtEQ applies the EQ predicate on the "delete_at" field.
DeleteAtGT applies the GT predicate on the "delete_at" field.
DeleteAtGTE applies the GTE predicate on the "delete_at" field.
DeleteAtIn applies the In predicate on the "delete_at" field.
DeleteAtLT applies the LT predicate on the "delete_at" field.
DeleteAtLTE applies the LTE predicate on the "delete_at" field.
DeleteAtNEQ applies the NEQ predicate on the "delete_at" field.
DeleteAtNotIn applies the NotIn predicate on the "delete_at" 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.
ResourceDescription applies equality check predicate on the "resource_description" field.
ResourceDescriptionContains applies the Contains predicate on the "resource_description" field.
ResourceDescriptionContainsFold applies the ContainsFold predicate on the "resource_description" field.
ResourceDescriptionEQ applies the EQ predicate on the "resource_description" field.
ResourceDescriptionEqualFold applies the EqualFold predicate on the "resource_description" field.
ResourceDescriptionGT applies the GT predicate on the "resource_description" field.
ResourceDescriptionGTE applies the GTE predicate on the "resource_description" field.
ResourceDescriptionHasPrefix applies the HasPrefix predicate on the "resource_description" field.
ResourceDescriptionHasSuffix applies the HasSuffix predicate on the "resource_description" field.
ResourceDescriptionIn applies the In predicate on the "resource_description" field.
ResourceDescriptionIsNil applies the IsNil predicate on the "resource_description" field.
ResourceDescriptionLT applies the LT predicate on the "resource_description" field.
ResourceDescriptionLTE applies the LTE predicate on the "resource_description" field.
ResourceDescriptionNEQ applies the NEQ predicate on the "resource_description" field.
ResourceDescriptionNotIn applies the NotIn predicate on the "resource_description" field.
ResourceDescriptionNotNil applies the NotNil predicate on the "resource_description" field.
ResourceName applies equality check predicate on the "resource_name" field.
ResourceNameContains applies the Contains predicate on the "resource_name" field.
ResourceNameContainsFold applies the ContainsFold predicate on the "resource_name" field.
ResourceNameEQ applies the EQ predicate on the "resource_name" field.
ResourceNameEqualFold applies the EqualFold predicate on the "resource_name" field.
ResourceNameGT applies the GT predicate on the "resource_name" field.
ResourceNameGTE applies the GTE predicate on the "resource_name" field.
ResourceNameHasPrefix applies the HasPrefix predicate on the "resource_name" field.
ResourceNameHasSuffix applies the HasSuffix predicate on the "resource_name" field.
ResourceNameIn applies the In predicate on the "resource_name" field.
ResourceNameLT applies the LT predicate on the "resource_name" field.
ResourceNameLTE applies the LTE predicate on the "resource_name" field.
ResourceNameNEQ applies the NEQ predicate on the "resource_name" field.
ResourceNameNotIn applies the NotIn predicate on the "resource_name" field.
Type applies equality check predicate on the "type" field.
TypeContains applies the Contains predicate on the "type" field.
TypeContainsFold applies the ContainsFold predicate on the "type" field.
TypeEQ applies the EQ predicate on the "type" field.
TypeEqualFold applies the EqualFold predicate on the "type" field.
TypeGT applies the GT predicate on the "type" field.
TypeGTE applies the GTE predicate on the "type" field.
TypeHasPrefix applies the HasPrefix predicate on the "type" field.
TypeHasSuffix applies the HasSuffix predicate on the "type" field.
TypeIn applies the In predicate on the "type" field.
TypeLT applies the LT predicate on the "type" field.
TypeLTE applies the LTE predicate on the "type" field.
TypeNEQ applies the NEQ predicate on the "type" field.
TypeNotIn applies the NotIn predicate on the "type" field.
UpdateAt applies equality check predicate on the "update_at" field.
UpdateAtEQ applies the EQ predicate on the "update_at" field.
UpdateAtGT applies the GT predicate on the "update_at" field.
UpdateAtGTE applies the GTE predicate on the "update_at" field.
UpdateAtIn applies the In predicate on the "update_at" field.
UpdateAtLT applies the LT predicate on the "update_at" field.
UpdateAtLTE applies the LTE predicate on the "update_at" field.
UpdateAtNEQ applies the NEQ predicate on the "update_at" field.
UpdateAtNotIn applies the NotIn predicate on the "update_at" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

FieldAppID holds the string denoting the app_id field in the database.
FieldCreateAt holds the string denoting the create_at field in the database.
FieldCreator holds the string denoting the creator field in the database.
FieldDeleteAt holds the string denoting the delete_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldResourceDescription holds the string denoting the resource_description field in the database.
FieldResourceName holds the string denoting the resource_name field in the database.
FieldType holds the string denoting the type field in the database.
FieldUpdateAt holds the string denoting the update_at field in the database.
Label holds the string label denoting the applicationresource type in the database.
Table holds the table name of the applicationresource in the database.

# Variables

Columns holds all SQL columns for applicationresource fields.
DefaultCreateAt holds the default value on creation for the "create_at" field.
DefaultDeleteAt holds the default value on creation for the "delete_at" field.
DefaultID holds the default value on creation for the "id" field.
DefaultType holds the default value on creation for the "type" field.
DefaultUpdateAt holds the default value on creation for the "update_at" field.
UpdateDefaultUpdateAt holds the default value on update for the "update_at" field.