# Functions
And groups predicates with the AND operator between them.
ByConsensus orders the results by the consensus field.
ByCorrect orders the results by the correct field.
ByID orders the results by the id field.
BySigners orders the results by signers terms.
BySignersCount orders the results by signers count.
BySignersCountField orders the results by the signersCount field.
ByTimestamp orders the results by the timestamp field.
ByVoted orders the results by the voted field.
Consensus applies equality check predicate on the "consensus" field.
ConsensusEQ applies the EQ predicate on the "consensus" field.
ConsensusNEQ applies the NEQ predicate on the "consensus" field.
Correct applies equality check predicate on the "correct" field.
CorrectEQ applies the EQ predicate on the "correct" field.
CorrectNEQ applies the NEQ predicate on the "correct" field.
Hash applies equality check predicate on the "hash" field.
HashEQ applies the EQ predicate on the "hash" field.
HashGT applies the GT predicate on the "hash" field.
HashGTE applies the GTE predicate on the "hash" field.
HashIn applies the In predicate on the "hash" field.
HashLT applies the LT predicate on the "hash" field.
HashLTE applies the LTE predicate on the "hash" field.
HashNEQ applies the NEQ predicate on the "hash" field.
HashNotIn applies the NotIn predicate on the "hash" field.
HasSigners applies the HasEdge predicate on the "signers" edge.
HasSignersWith applies the HasEdge predicate on the "signers" 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.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
Signature applies equality check predicate on the "signature" field.
SignatureEQ applies the EQ predicate on the "signature" field.
SignatureGT applies the GT predicate on the "signature" field.
SignatureGTE applies the GTE predicate on the "signature" field.
SignatureIn applies the In predicate on the "signature" field.
SignatureLT applies the LT predicate on the "signature" field.
SignatureLTE applies the LTE predicate on the "signature" field.
SignatureNEQ applies the NEQ predicate on the "signature" field.
SignatureNotIn applies the NotIn predicate on the "signature" field.
SignersCount applies equality check predicate on the "signersCount" field.
SignersCountEQ applies the EQ predicate on the "signersCount" field.
SignersCountGT applies the GT predicate on the "signersCount" field.
SignersCountGTE applies the GTE predicate on the "signersCount" field.
SignersCountIn applies the In predicate on the "signersCount" field.
SignersCountLT applies the LT predicate on the "signersCount" field.
SignersCountLTE applies the LTE predicate on the "signersCount" field.
SignersCountNEQ applies the NEQ predicate on the "signersCount" field.
SignersCountNotIn applies the NotIn predicate on the "signersCount" field.
Timestamp applies equality check predicate on the "timestamp" field.
TimestampEQ applies the EQ predicate on the "timestamp" field.
TimestampGT applies the GT predicate on the "timestamp" field.
TimestampGTE applies the GTE predicate on the "timestamp" field.
TimestampIn applies the In predicate on the "timestamp" field.
TimestampLT applies the LT predicate on the "timestamp" field.
TimestampLTE applies the LTE predicate on the "timestamp" field.
TimestampNEQ applies the NEQ predicate on the "timestamp" field.
TimestampNotIn applies the NotIn predicate on the "timestamp" field.
Topic applies equality check predicate on the "topic" field.
TopicEQ applies the EQ predicate on the "topic" field.
TopicGT applies the GT predicate on the "topic" field.
TopicGTE applies the GTE predicate on the "topic" field.
TopicIn applies the In predicate on the "topic" field.
TopicLT applies the LT predicate on the "topic" field.
TopicLTE applies the LTE predicate on the "topic" field.
TopicNEQ applies the NEQ predicate on the "topic" field.
TopicNotIn applies the NotIn predicate on the "topic" field.
ValidColumn reports if the column name is valid (part of the table columns).
Voted applies equality check predicate on the "voted" field.
VotedEQ applies the EQ predicate on the "voted" field.
VotedGT applies the GT predicate on the "voted" field.
VotedGTE applies the GTE predicate on the "voted" field.
VotedIn applies the In predicate on the "voted" field.
VotedLT applies the LT predicate on the "voted" field.
VotedLTE applies the LTE predicate on the "voted" field.
VotedNEQ applies the NEQ predicate on the "voted" field.
VotedNotIn applies the NotIn predicate on the "voted" field.
# Constants
EdgeSigners holds the string denoting the signers edge name in mutations.
FieldConsensus holds the string denoting the consensus field in the database.
FieldCorrect holds the string denoting the correct field in the database.
FieldHash holds the string denoting the hash field in the database.
FieldID holds the string denoting the id field in the database.
FieldSignature holds the string denoting the signature field in the database.
FieldSignersCount holds the string denoting the signerscount field in the database.
FieldTimestamp holds the string denoting the timestamp field in the database.
FieldTopic holds the string denoting the topic field in the database.
FieldVoted holds the string denoting the voted field in the database.
Label holds the string label denoting the correctnessreport type in the database.
SignersInverseTable is the table name for the Signer entity.
SignersTable is the table that holds the signers relation/edge.
Table holds the table name of the correctnessreport in the database.
# Variables
Columns holds all SQL columns for correctnessreport fields.
DefaultConsensus holds the default value on creation for the "consensus" field.
HashValidator is a validator for the "hash" field.
SignatureValidator is a validator for the "signature" field.
SignersPrimaryKey and SignersColumn2 are the table columns denoting the primary key for the signers relation (M2M).
TopicValidator is a validator for the "topic" field.
# Type aliases
OrderOption defines the ordering options for the CorrectnessReport queries.