package
1.5.8
Repository: https://github.com/bloock/bloock-managed-api.git
Documentation: pkg.go.dev

# Functions

AnchorID applies equality check predicate on the "anchor_id" field.
AnchorIDEQ applies the EQ predicate on the "anchor_id" field.
AnchorIDGT applies the GT predicate on the "anchor_id" field.
AnchorIDGTE applies the GTE predicate on the "anchor_id" field.
AnchorIDIn applies the In predicate on the "anchor_id" field.
AnchorIDLT applies the LT predicate on the "anchor_id" field.
AnchorIDLTE applies the LTE predicate on the "anchor_id" field.
AnchorIDNEQ applies the NEQ predicate on the "anchor_id" field.
AnchorIDNotIn applies the NotIn predicate on the "anchor_id" field.
And groups predicates with the AND operator between them.
ByAnchorID orders the results by the anchor_id field.
ByID orders the results by the id field.
ByMessage orders the results by the message field.
ByRoot orders the results by the root 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.
Message applies equality check predicate on the "message" field.
MessageContains applies the Contains predicate on the "message" field.
MessageContainsFold applies the ContainsFold predicate on the "message" field.
MessageEQ applies the EQ predicate on the "message" field.
MessageEqualFold applies the EqualFold predicate on the "message" field.
MessageGT applies the GT predicate on the "message" field.
MessageGTE applies the GTE predicate on the "message" field.
MessageHasPrefix applies the HasPrefix predicate on the "message" field.
MessageHasSuffix applies the HasSuffix predicate on the "message" field.
MessageIn applies the In predicate on the "message" field.
MessageLT applies the LT predicate on the "message" field.
MessageLTE applies the LTE predicate on the "message" field.
MessageNEQ applies the NEQ predicate on the "message" field.
MessageNotIn applies the NotIn predicate on the "message" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
ProofIsNil applies the IsNil predicate on the "proof" field.
ProofNotNil applies the NotNil predicate on the "proof" field.
Root applies equality check predicate on the "root" field.
RootContains applies the Contains predicate on the "root" field.
RootContainsFold applies the ContainsFold predicate on the "root" field.
RootEQ applies the EQ predicate on the "root" field.
RootEqualFold applies the EqualFold predicate on the "root" field.
RootGT applies the GT predicate on the "root" field.
RootGTE applies the GTE predicate on the "root" field.
RootHasPrefix applies the HasPrefix predicate on the "root" field.
RootHasSuffix applies the HasSuffix predicate on the "root" field.
RootIn applies the In predicate on the "root" field.
RootLT applies the LT predicate on the "root" field.
RootLTE applies the LTE predicate on the "root" field.
RootNEQ applies the NEQ predicate on the "root" field.
RootNotIn applies the NotIn predicate on the "root" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

FieldAnchorID holds the string denoting the anchor_id field in the database.
FieldID holds the string denoting the id field in the database.
FieldMessage holds the string denoting the message field in the database.
FieldProof holds the string denoting the proof field in the database.
FieldRoot holds the string denoting the root field in the database.
Label holds the string label denoting the message type in the database.
Table holds the table name of the message in the database.

# Variables

AnchorIDValidator is a validator for the "anchor_id" field.
Columns holds all SQL columns for message fields.
DefaultAnchorID holds the default value on creation for the "anchor_id" field.
DefaultID holds the default value on creation for the "id" field.
DefaultRoot holds the default value on creation for the "root" field.
MessageValidator is a validator for the "message" field.

# Type aliases

OrderOption defines the ordering options for the Message queries.