package
0.1.1
Repository: https://github.com/iot-synergy/openned8-rpc.git
Documentation: pkg.go.dev

# Functions

All applies equality check predicate on the "all" field.
AllEQ applies the EQ predicate on the "all" field.
AllGT applies the GT predicate on the "all" field.
AllGTE applies the GTE predicate on the "all" field.
AllIn applies the In predicate on the "all" field.
AllLT applies the LT predicate on the "all" field.
AllLTE applies the LTE predicate on the "all" field.
AllNEQ applies the NEQ predicate on the "all" field.
AllNotIn applies the NotIn predicate on the "all" field.
And groups predicates with the AND operator between them.
ByAll orders the results by the all field.
ByCreatedAt orders the results by the created_at field.
ByID orders the results by the id field.
ByUpdatedAt orders the results by the updated_at field.
ByUsed orders the results by the used field.
ByUserID orders the results by the user_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.
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.
Used applies equality check predicate on the "used" field.
UsedEQ applies the EQ predicate on the "used" field.
UsedGT applies the GT predicate on the "used" field.
UsedGTE applies the GTE predicate on the "used" field.
UsedIn applies the In predicate on the "used" field.
UsedLT applies the LT predicate on the "used" field.
UsedLTE applies the LTE predicate on the "used" field.
UsedNEQ applies the NEQ predicate on the "used" field.
UsedNotIn applies the NotIn predicate on the "used" field.
UserID applies equality check predicate on the "user_id" field.
UserIDContains applies the Contains predicate on the "user_id" field.
UserIDContainsFold applies the ContainsFold predicate on the "user_id" field.
UserIDEQ applies the EQ predicate on the "user_id" field.
UserIDEqualFold applies the EqualFold predicate on the "user_id" field.
UserIDGT applies the GT predicate on the "user_id" field.
UserIDGTE applies the GTE predicate on the "user_id" field.
UserIDHasPrefix applies the HasPrefix predicate on the "user_id" field.
UserIDHasSuffix applies the HasSuffix predicate on the "user_id" field.
UserIDIn applies the In predicate on the "user_id" field.
UserIDLT applies the LT predicate on the "user_id" field.
UserIDLTE applies the LTE predicate on the "user_id" field.
UserIDNEQ applies the NEQ predicate on the "user_id" field.
UserIDNotIn applies the NotIn predicate on the "user_id" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

FieldAll holds the string denoting the all field in the database.
FieldCreatedAt holds the string denoting the created_at 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.
FieldUsed holds the string denoting the used field in the database.
FieldUserID holds the string denoting the user_id field in the database.
Label holds the string label denoting the sdkusage type in the database.
Table holds the table name of the sdkusage in the database.

# Variables

Columns holds all SQL columns for sdkusage fields.
DefaultAll holds the default value on creation for the "all" field.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.
DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
DefaultUsed holds the default value on creation for the "used" field.
UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.

# Type aliases

OrderOption defines the ordering options for the SdkUsage queries.