package
0.0.0-20240902090643-4f832167d748
Repository: https://github.com/npoolplatform/good-middleware.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
AppGoodID applies equality check predicate on the "app_good_id" field.
AppGoodIDEQ applies the EQ predicate on the "app_good_id" field.
AppGoodIDGT applies the GT predicate on the "app_good_id" field.
AppGoodIDGTE applies the GTE predicate on the "app_good_id" field.
AppGoodIDIn applies the In predicate on the "app_good_id" field.
AppGoodIDIsNil applies the IsNil predicate on the "app_good_id" field.
AppGoodIDLT applies the LT predicate on the "app_good_id" field.
AppGoodIDLTE applies the LTE predicate on the "app_good_id" field.
AppGoodIDNEQ applies the NEQ predicate on the "app_good_id" field.
AppGoodIDNotIn applies the NotIn predicate on the "app_good_id" field.
AppGoodIDNotNil applies the NotNil predicate on the "app_good_id" field.
CoinTypeID applies equality check predicate on the "coin_type_id" field.
CoinTypeIDEQ applies the EQ predicate on the "coin_type_id" field.
CoinTypeIDGT applies the GT predicate on the "coin_type_id" field.
CoinTypeIDGTE applies the GTE predicate on the "coin_type_id" field.
CoinTypeIDIn applies the In predicate on the "coin_type_id" field.
CoinTypeIDIsNil applies the IsNil predicate on the "coin_type_id" field.
CoinTypeIDLT applies the LT predicate on the "coin_type_id" field.
CoinTypeIDLTE applies the LTE predicate on the "coin_type_id" field.
CoinTypeIDNEQ applies the NEQ predicate on the "coin_type_id" field.
CoinTypeIDNotIn applies the NotIn predicate on the "coin_type_id" field.
CoinTypeIDNotNil applies the NotNil predicate on the "coin_type_id" field.
CreatedAt applies equality check predicate on the "created_at" field.
CreatedAtEQ applies the EQ predicate on the "created_at" field.
CreatedAtGT applies the GT predicate on the "created_at" field.
CreatedAtGTE applies the GTE predicate on the "created_at" field.
CreatedAtIn applies the In predicate on the "created_at" field.
CreatedAtLT applies the LT predicate on the "created_at" field.
CreatedAtLTE applies the LTE predicate on the "created_at" field.
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
DeletedAt applies equality check predicate on the "deleted_at" field.
DeletedAtEQ applies the EQ predicate on the "deleted_at" field.
DeletedAtGT applies the GT predicate on the "deleted_at" field.
DeletedAtGTE applies the GTE predicate on the "deleted_at" field.
DeletedAtIn applies the In predicate on the "deleted_at" field.
DeletedAtLT applies the LT predicate on the "deleted_at" field.
DeletedAtLTE applies the LTE predicate on the "deleted_at" field.
DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.
DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.
EntID applies equality check predicate on the "ent_id" field.
EntIDEQ applies the EQ predicate on the "ent_id" field.
EntIDGT applies the GT predicate on the "ent_id" field.
EntIDGTE applies the GTE predicate on the "ent_id" field.
EntIDIn applies the In predicate on the "ent_id" field.
EntIDLT applies the LT predicate on the "ent_id" field.
EntIDLTE applies the LTE predicate on the "ent_id" field.
EntIDNEQ applies the NEQ predicate on the "ent_id" field.
EntIDNotIn applies the NotIn predicate on the "ent_id" 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.
UpdatedAt applies equality check predicate on the "updated_at" field.
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
UpdatedAtGT applies the GT predicate on the "updated_at" field.
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
UpdatedAtIn applies the In predicate on the "updated_at" field.
UpdatedAtLT applies the LT predicate on the "updated_at" field.
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

FieldAppGoodID holds the string denoting the app_good_id field in the database.
FieldCoinTypeID holds the string denoting the coin_type_id field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDeletedAt holds the string denoting the deleted_at field in the database.
FieldEntID holds the string denoting the ent_id field in the database.
FieldID holds the string denoting the id field in the database.
FieldUpdatedAt holds the string denoting the updated_at field in the database.
Label holds the string label denoting the appdefaultgood type in the database.
Table holds the table name of the appdefaultgood in the database.

# Variables

Columns holds all SQL columns for appdefaultgood fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultDeletedAt holds the default value on creation for the "deleted_at" field.
DefaultEntID holds the default value on creation for the "ent_id" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
Note that the variables below are initialized by the runtime package on the initialization of the application.
Note that the variables below are initialized by the runtime package on the initialization of the application.
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.