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.
AnchorIDIsNil applies the IsNil 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.
AnchorIDNotNil applies the NotNil predicate on the "anchor_id" field.
And groups predicates with the AND operator between them.
ByAnchorID orders the results by the anchor_id field.
ByCreatedAt orders the results by the created_at field.
ByFilename orders the results by the filename field.
ByHash orders the results by the hash field.
ByID orders the results by the id field.
ByIsAggregated orders the results by the is_aggregated field.
ByStatus orders the results by the status 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.
Filename applies equality check predicate on the "filename" field.
FilenameContains applies the Contains predicate on the "filename" field.
FilenameContainsFold applies the ContainsFold predicate on the "filename" field.
FilenameEQ applies the EQ predicate on the "filename" field.
FilenameEqualFold applies the EqualFold predicate on the "filename" field.
FilenameGT applies the GT predicate on the "filename" field.
FilenameGTE applies the GTE predicate on the "filename" field.
FilenameHasPrefix applies the HasPrefix predicate on the "filename" field.
FilenameHasSuffix applies the HasSuffix predicate on the "filename" field.
FilenameIn applies the In predicate on the "filename" field.
FilenameLT applies the LT predicate on the "filename" field.
FilenameLTE applies the LTE predicate on the "filename" field.
FilenameNEQ applies the NEQ predicate on the "filename" field.
FilenameNotIn applies the NotIn predicate on the "filename" field.
Hash applies equality check predicate on the "hash" field.
HashContains applies the Contains predicate on the "hash" field.
HashContainsFold applies the ContainsFold predicate on the "hash" field.
HashEQ applies the EQ predicate on the "hash" field.
HashEqualFold applies the EqualFold predicate on the "hash" field.
HashGT applies the GT predicate on the "hash" field.
HashGTE applies the GTE predicate on the "hash" field.
HashHasPrefix applies the HasPrefix predicate on the "hash" field.
HashHasSuffix applies the HasSuffix 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.
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.
IsAggregated applies equality check predicate on the "is_aggregated" field.
IsAggregatedEQ applies the EQ predicate on the "is_aggregated" field.
IsAggregatedNEQ applies the NEQ predicate on the "is_aggregated" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
ProcessResponseIsNil applies the IsNil predicate on the "process_response" field.
ProcessResponseNotNil applies the NotNil predicate on the "process_response" field.
Status applies equality check predicate on the "status" field.
StatusEQ applies the EQ predicate on the "status" field.
StatusNEQ applies the NEQ predicate on the "status" 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.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldFilename holds the string denoting the filename 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.
FieldIsAggregated holds the string denoting the is_aggregated field in the database.
FieldProcessResponse holds the string denoting the process_response field in the database.
FieldStatus holds the string denoting the status field in the database.
Label holds the string label denoting the process type in the database.
Table holds the table name of the process in the database.

# Variables

Columns holds all SQL columns for process fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.
DefaultIsAggregated holds the default value on creation for the "is_aggregated" field.
DefaultStatus holds the default value on creation for the "status" field.
FilenameValidator is a validator for the "filename" field.
HashValidator is a validator for the "hash" field.

# Type aliases

OrderOption defines the ordering options for the Process queries.