package
0.13.0
Repository: https://github.com/timeleaplabs/unchained.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
ByAssetPrice orders the results by assetPrice terms.
ByAssetPriceCount orders the results by assetPrice count.
ByCorrectnessReport orders the results by correctnessReport terms.
ByCorrectnessReportCount orders the results by correctnessReport count.
ByEventLogs orders the results by eventLogs terms.
ByEventLogsCount orders the results by eventLogs count.
ByEvm orders the results by the evm field.
ByID orders the results by the id field.
ByName orders the results by the name field.
ByPoints orders the results by the points field.
Evm applies equality check predicate on the "evm" field.
EvmContains applies the Contains predicate on the "evm" field.
EvmContainsFold applies the ContainsFold predicate on the "evm" field.
EvmEQ applies the EQ predicate on the "evm" field.
EvmEqualFold applies the EqualFold predicate on the "evm" field.
EvmGT applies the GT predicate on the "evm" field.
EvmGTE applies the GTE predicate on the "evm" field.
EvmHasPrefix applies the HasPrefix predicate on the "evm" field.
EvmHasSuffix applies the HasSuffix predicate on the "evm" field.
EvmIn applies the In predicate on the "evm" field.
EvmIsNil applies the IsNil predicate on the "evm" field.
EvmLT applies the LT predicate on the "evm" field.
EvmLTE applies the LTE predicate on the "evm" field.
EvmNEQ applies the NEQ predicate on the "evm" field.
EvmNotIn applies the NotIn predicate on the "evm" field.
EvmNotNil applies the NotNil predicate on the "evm" field.
HasAssetPrice applies the HasEdge predicate on the "assetPrice" edge.
HasAssetPriceWith applies the HasEdge predicate on the "assetPrice" edge with a given conditions (other predicates).
HasCorrectnessReport applies the HasEdge predicate on the "correctnessReport" edge.
HasCorrectnessReportWith applies the HasEdge predicate on the "correctnessReport" edge with a given conditions (other predicates).
HasEventLogs applies the HasEdge predicate on the "eventLogs" edge.
HasEventLogsWith applies the HasEdge predicate on the "eventLogs" edge with a given conditions (other predicates).
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.
Key applies equality check predicate on the "key" field.
KeyEQ applies the EQ predicate on the "key" field.
KeyGT applies the GT predicate on the "key" field.
KeyGTE applies the GTE predicate on the "key" field.
KeyIn applies the In predicate on the "key" field.
KeyLT applies the LT predicate on the "key" field.
KeyLTE applies the LTE predicate on the "key" field.
KeyNEQ applies the NEQ predicate on the "key" field.
KeyNotIn applies the NotIn predicate on the "key" 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.
Points applies equality check predicate on the "points" field.
PointsEQ applies the EQ predicate on the "points" field.
PointsGT applies the GT predicate on the "points" field.
PointsGTE applies the GTE predicate on the "points" field.
PointsIn applies the In predicate on the "points" field.
PointsLT applies the LT predicate on the "points" field.
PointsLTE applies the LTE predicate on the "points" field.
PointsNEQ applies the NEQ predicate on the "points" field.
PointsNotIn applies the NotIn predicate on the "points" field.
Shortkey applies equality check predicate on the "shortkey" field.
ShortkeyEQ applies the EQ predicate on the "shortkey" field.
ShortkeyGT applies the GT predicate on the "shortkey" field.
ShortkeyGTE applies the GTE predicate on the "shortkey" field.
ShortkeyIn applies the In predicate on the "shortkey" field.
ShortkeyLT applies the LT predicate on the "shortkey" field.
ShortkeyLTE applies the LTE predicate on the "shortkey" field.
ShortkeyNEQ applies the NEQ predicate on the "shortkey" field.
ShortkeyNotIn applies the NotIn predicate on the "shortkey" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

AssetPriceInverseTable is the table name for the AssetPrice entity.
AssetPriceTable is the table that holds the assetPrice relation/edge.
CorrectnessReportInverseTable is the table name for the CorrectnessReport entity.
CorrectnessReportTable is the table that holds the correctnessReport relation/edge.
EdgeAssetPrice holds the string denoting the assetprice edge name in mutations.
EdgeCorrectnessReport holds the string denoting the correctnessreport edge name in mutations.
EdgeEventLogs holds the string denoting the eventlogs edge name in mutations.
EventLogsInverseTable is the table name for the EventLog entity.
EventLogsTable is the table that holds the eventLogs relation/edge.
FieldEvm holds the string denoting the evm field in the database.
FieldID holds the string denoting the id field in the database.
FieldKey holds the string denoting the key field in the database.
FieldName holds the string denoting the name field in the database.
FieldPoints holds the string denoting the points field in the database.
FieldShortkey holds the string denoting the shortkey field in the database.
Label holds the string label denoting the signer type in the database.
Table holds the table name of the signer in the database.

# Variables

AssetPricePrimaryKey and AssetPriceColumn2 are the table columns denoting the primary key for the assetPrice relation (M2M).
Columns holds all SQL columns for signer fields.
CorrectnessReportPrimaryKey and CorrectnessReportColumn2 are the table columns denoting the primary key for the correctnessReport relation (M2M).
EventLogsPrimaryKey and EventLogsColumn2 are the table columns denoting the primary key for the eventLogs relation (M2M).
KeyValidator is a validator for the "key" field.
NameValidator is a validator for the "name" field.
ShortkeyValidator is a validator for the "shortkey" field.

# Type aliases

OrderOption defines the ordering options for the Signer queries.