# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
As is a pseudo aggregation function for renaming another other functions with custom names.
Asc applies the given fields in ASC order.
Count applies the "count" aggregation function on each group.
Debug enables debug logging on the ent.Driver.
Desc applies the given fields in DESC order.
Driver configures the client driver.
FromContext returns a Client stored inside a context, or nil if there isn't one.
IsConstraintError returns a boolean indicating whether the error is a constraint failure.
IsNotFound returns a boolean indicating whether the error is a not found error.
IsNotLoaded returns a boolean indicating whether the error is a not loaded error.
IsNotSingular returns a boolean indicating whether the error is a not singular error.
IsValidationError returns a boolean indicating whether the error is a validation error.
Log sets the logging function for debug mode.
MaskNotFound masks not found error.
Max applies the "max" aggregation function on the given field of each group.
Mean applies the "mean" aggregation function on the given field of each group.
Min applies the "min" aggregation function on the given field of each group.
NewAssetPriceClient returns a client for the AssetPrice from the given config.
NewClient creates a new client configured with the given options.
NewContext returns a new context with the given Client attached.
NewCorrectnessReportClient returns a client for the CorrectnessReport from the given config.
NewEventLogClient returns a client for the EventLog from the given config.
NewSignerClient returns a client for the Signer from the given config.
NewTxContext returns a new context with the given Tx attached.
Open opens a database/sql.DB specified by the driver name and the data source name, and returns a new client attached to it.
OpenTxFromContext open transactions from client stored in context.
Sum applies the "sum" aggregation function on the given field of each group.
TxFromContext returns a Tx stored inside a context, or nil if there isn't one.
WithAssetPriceFilter configures pagination filter.
WithAssetPriceOrder configures pagination ordering.
WithCorrectnessReportFilter configures pagination filter.
WithCorrectnessReportOrder configures pagination ordering.
WithEventLogFilter configures pagination filter.
WithEventLogOrder configures pagination ordering.
WithFixedNodeType sets the Type of the node to a fixed value.
WithNodeType sets the node Type resolver function (i.e.
WithSignerFilter configures pagination filter.
WithSignerOrder configures pagination ordering.
# Constants
Operation types.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Node types.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
AssetPriceOrderFieldBlock orders AssetPrice by block.
CorrectnessReportOrderFieldTimestamp orders CorrectnessReport by timestamp.
DefaultAssetPriceOrder is the default ordering of AssetPrice.
DefaultCorrectnessReportOrder is the default ordering of CorrectnessReport.
DefaultEventLogOrder is the default ordering of EventLog.
DefaultSignerOrder is the default ordering of Signer.
ErrEmptyAssetPriceWhereInput is returned in case the AssetPriceWhereInput is empty.
ErrEmptyCorrectnessReportWhereInput is returned in case the CorrectnessReportWhereInput is empty.
ErrEmptyEventLogWhereInput is returned in case the EventLogWhereInput is empty.
ErrEmptySignerWhereInput is returned in case the SignerWhereInput is empty.
ErrTxStarted is returned when trying to start a new transaction from a transactional client.
EventLogOrderFieldBlock orders EventLog by block.
SignerOrderFieldPoints orders Signer by points.
# Structs
AssetPrice is the model entity for the AssetPrice schema.
AssetPriceClient is a client for the AssetPrice schema.
AssetPriceConnection is the connection containing edges to AssetPrice.
AssetPriceCreate is the builder for creating a AssetPrice entity.
AssetPriceCreateBulk is the builder for creating many AssetPrice entities in bulk.
AssetPriceDelete is the builder for deleting a AssetPrice entity.
AssetPriceDeleteOne is the builder for deleting a single AssetPrice entity.
AssetPriceEdge is the edge representation of AssetPrice.
AssetPriceEdges holds the relations/edges for other nodes in the graph.
AssetPriceGroupBy is the group-by builder for AssetPrice entities.
AssetPriceMutation represents an operation that mutates the AssetPrice nodes in the graph.
AssetPriceOrder defines the ordering of AssetPrice.
AssetPriceOrderField defines the ordering field of AssetPrice.
AssetPriceQuery is the builder for querying AssetPrice entities.
AssetPriceSelect is the builder for selecting fields of AssetPrice entities.
AssetPriceUpdate is the builder for updating AssetPrice entities.
AssetPriceUpdateOne is the builder for updating a single AssetPrice entity.
No description provided by the author
AssetPriceUpsertBulk is the builder for "upsert"-ing a bulk of AssetPrice nodes.
No description provided by the author
AssetPriceWhereInput represents a where input for filtering AssetPrice queries.
Client is the client that holds all ent builders.
ConstraintError returns when trying to create/update one or more entities and one or more of their constraints failed.
CorrectnessReport is the model entity for the CorrectnessReport schema.
CorrectnessReportClient is a client for the CorrectnessReport schema.
CorrectnessReportConnection is the connection containing edges to CorrectnessReport.
CorrectnessReportCreate is the builder for creating a CorrectnessReport entity.
CorrectnessReportCreateBulk is the builder for creating many CorrectnessReport entities in bulk.
CorrectnessReportDelete is the builder for deleting a CorrectnessReport entity.
CorrectnessReportDeleteOne is the builder for deleting a single CorrectnessReport entity.
CorrectnessReportEdge is the edge representation of CorrectnessReport.
CorrectnessReportEdges holds the relations/edges for other nodes in the graph.
CorrectnessReportGroupBy is the group-by builder for CorrectnessReport entities.
CorrectnessReportMutation represents an operation that mutates the CorrectnessReport nodes in the graph.
CorrectnessReportOrder defines the ordering of CorrectnessReport.
CorrectnessReportOrderField defines the ordering field of CorrectnessReport.
CorrectnessReportQuery is the builder for querying CorrectnessReport entities.
CorrectnessReportSelect is the builder for selecting fields of CorrectnessReport entities.
CorrectnessReportUpdate is the builder for updating CorrectnessReport entities.
CorrectnessReportUpdateOne is the builder for updating a single CorrectnessReport entity.
No description provided by the author
CorrectnessReportUpsertBulk is the builder for "upsert"-ing a bulk of CorrectnessReport nodes.
No description provided by the author
CorrectnessReportWhereInput represents a where input for filtering CorrectnessReport queries.
EventLog is the model entity for the EventLog schema.
EventLogClient is a client for the EventLog schema.
EventLogConnection is the connection containing edges to EventLog.
EventLogCreate is the builder for creating a EventLog entity.
EventLogCreateBulk is the builder for creating many EventLog entities in bulk.
EventLogDelete is the builder for deleting a EventLog entity.
EventLogDeleteOne is the builder for deleting a single EventLog entity.
EventLogEdge is the edge representation of EventLog.
EventLogEdges holds the relations/edges for other nodes in the graph.
EventLogGroupBy is the group-by builder for EventLog entities.
EventLogMutation represents an operation that mutates the EventLog nodes in the graph.
EventLogOrder defines the ordering of EventLog.
EventLogOrderField defines the ordering field of EventLog.
EventLogQuery is the builder for querying EventLog entities.
EventLogSelect is the builder for selecting fields of EventLog entities.
EventLogUpdate is the builder for updating EventLog entities.
EventLogUpdateOne is the builder for updating a single EventLog entity.
No description provided by the author
EventLogUpsertBulk is the builder for "upsert"-ing a bulk of EventLog nodes.
No description provided by the author
EventLogWhereInput represents a where input for filtering EventLog queries.
NotFoundError returns when trying to fetch a specific entity and it was not found in the database.
NotLoadedError returns when trying to get a node that was not loaded by the query.
NotSingularError returns when trying to fetch a singular entity and more then one was found in the database.
Signer is the model entity for the Signer schema.
SignerClient is a client for the Signer schema.
SignerConnection is the connection containing edges to Signer.
SignerCreate is the builder for creating a Signer entity.
SignerCreateBulk is the builder for creating many Signer entities in bulk.
SignerDelete is the builder for deleting a Signer entity.
SignerDeleteOne is the builder for deleting a single Signer entity.
SignerEdge is the edge representation of Signer.
SignerEdges holds the relations/edges for other nodes in the graph.
SignerGroupBy is the group-by builder for Signer entities.
SignerMutation represents an operation that mutates the Signer nodes in the graph.
SignerOrder defines the ordering of Signer.
SignerOrderField defines the ordering field of Signer.
SignerQuery is the builder for querying Signer entities.
SignerSelect is the builder for selecting fields of Signer entities.
SignerUpdate is the builder for updating Signer entities.
SignerUpdateOne is the builder for updating a single Signer entity.
No description provided by the author
SignerUpsertBulk is the builder for "upsert"-ing a bulk of Signer nodes.
No description provided by the author
SignerWhereInput represents a where input for filtering Signer queries.
Tx is a transactional client that is created by calling Client.Tx().
ValidationError returns when validating a field or edge fails.
# Interfaces
No description provided by the author
Noder wraps the basic Node method.
No description provided by the author
# Type aliases
AggregateFunc applies an aggregation step on the group-by traversal/selector.
AssetPricePaginateOption enables pagination customization.
AssetPrices is a parsable slice of AssetPrice.
No description provided by the author
No description provided by the author
CorrectnessReportPaginateOption enables pagination customization.
CorrectnessReports is a parsable slice of CorrectnessReport.
EventLogPaginateOption enables pagination customization.
EventLogs is a parsable slice of EventLog.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
NodeOption allows configuring the Noder execution using functional options.
ent aliases to avoid import conflicts in user's code.
No description provided by the author
Common entgql types.
OrderFunc applies an ordering on the sql selector.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
No description provided by the author
No description provided by the author
SignerPaginateOption enables pagination customization.
Signers is a parsable slice of Signer.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.
ent aliases to avoid import conflicts in user's code.