package
0.97.3
Repository: https://github.com/chainloop-dev/chainloop.git
Documentation: pkg.go.dev

# Functions

And groups predicates with the AND operator between them.
Body applies equality check predicate on the "body" field.
BodyEQ applies the EQ predicate on the "body" field.
BodyGT applies the GT predicate on the "body" field.
BodyGTE applies the GTE predicate on the "body" field.
BodyIn applies the In predicate on the "body" field.
BodyIsNil applies the IsNil predicate on the "body" field.
BodyLT applies the LT predicate on the "body" field.
BodyLTE applies the LTE predicate on the "body" field.
BodyNEQ applies the NEQ predicate on the "body" field.
BodyNotIn applies the NotIn predicate on the "body" field.
BodyNotNil applies the NotNil predicate on the "body" field.
ByContractField orders the results by contract field.
ByCreatedAt orders the results by the created_at field.
ByID orders the results by the id field.
ByRawBodyFormat orders the results by the raw_body_format field.
ByRevision orders the results by the revision 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.
HasContract applies the HasEdge predicate on the "contract" edge.
HasContractWith applies the HasEdge predicate on the "contract" 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.
RawBody applies equality check predicate on the "raw_body" field.
RawBodyEQ applies the EQ predicate on the "raw_body" field.
RawBodyFormatEQ applies the EQ predicate on the "raw_body_format" field.
RawBodyFormatIn applies the In predicate on the "raw_body_format" field.
RawBodyFormatNEQ applies the NEQ predicate on the "raw_body_format" field.
RawBodyFormatNotIn applies the NotIn predicate on the "raw_body_format" field.
RawBodyFormatValidator is a validator for the "raw_body_format" field enum values.
RawBodyGT applies the GT predicate on the "raw_body" field.
RawBodyGTE applies the GTE predicate on the "raw_body" field.
RawBodyIn applies the In predicate on the "raw_body" field.
RawBodyLT applies the LT predicate on the "raw_body" field.
RawBodyLTE applies the LTE predicate on the "raw_body" field.
RawBodyNEQ applies the NEQ predicate on the "raw_body" field.
RawBodyNotIn applies the NotIn predicate on the "raw_body" field.
Revision applies equality check predicate on the "revision" field.
RevisionEQ applies the EQ predicate on the "revision" field.
RevisionGT applies the GT predicate on the "revision" field.
RevisionGTE applies the GTE predicate on the "revision" field.
RevisionIn applies the In predicate on the "revision" field.
RevisionLT applies the LT predicate on the "revision" field.
RevisionLTE applies the LTE predicate on the "revision" field.
RevisionNEQ applies the NEQ predicate on the "revision" field.
RevisionNotIn applies the NotIn predicate on the "revision" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

ContractColumn is the table column denoting the contract relation/edge.
ContractInverseTable is the table name for the WorkflowContract entity.
ContractTable is the table that holds the contract relation/edge.
EdgeContract holds the string denoting the contract edge name in mutations.
FieldBody holds the string denoting the body field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldRawBody holds the string denoting the raw_body field in the database.
FieldRawBodyFormat holds the string denoting the raw_body_format field in the database.
FieldRevision holds the string denoting the revision field in the database.
Label holds the string label denoting the workflowcontractversion type in the database.
Table holds the table name of the workflowcontractversion in the database.

# Variables

Columns holds all SQL columns for workflowcontractversion fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.
DefaultRevision holds the default value on creation for the "revision" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "workflow_contract_versions" table and are not defined as standalone fields in the schema.
RawBodyValidator is a validator for the "raw_body" field.

# Type aliases

OrderOption defines the ordering options for the WorkflowContractVersion queries.