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.
ByCreatedAt orders the results by the created_at field.
ByDeletedAt orders the results by the deleted_at field.
ByID orders the results by the id field.
ByIntegrationField orders the results by integration field.
ByWorkflowField orders the results by workflow field.
ByWorkflowID orders the results by the workflow_id field.
Configuration applies equality check predicate on the "configuration" field.
ConfigurationEQ applies the EQ predicate on the "configuration" field.
ConfigurationGT applies the GT predicate on the "configuration" field.
ConfigurationGTE applies the GTE predicate on the "configuration" field.
ConfigurationIn applies the In predicate on the "configuration" field.
ConfigurationIsNil applies the IsNil predicate on the "configuration" field.
ConfigurationLT applies the LT predicate on the "configuration" field.
ConfigurationLTE applies the LTE predicate on the "configuration" field.
ConfigurationNEQ applies the NEQ predicate on the "configuration" field.
ConfigurationNotIn applies the NotIn predicate on the "configuration" field.
ConfigurationNotNil applies the NotNil predicate on the "configuration" 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.
DeletedAt applies equality check predicate on the "deleted_at" field.
DeletedAtEQ applies the EQ predicate on the "deleted_at" field.
DeletedAtGT applies the GT predicate on the "deleted_at" field.
DeletedAtGTE applies the GTE predicate on the "deleted_at" field.
DeletedAtIn applies the In predicate on the "deleted_at" field.
DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.
DeletedAtLT applies the LT predicate on the "deleted_at" field.
DeletedAtLTE applies the LTE predicate on the "deleted_at" field.
DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.
DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.
DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.
HasIntegration applies the HasEdge predicate on the "integration" edge.
HasIntegrationWith applies the HasEdge predicate on the "integration" edge with a given conditions (other predicates).
HasWorkflow applies the HasEdge predicate on the "workflow" edge.
HasWorkflowWith applies the HasEdge predicate on the "workflow" 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.
ValidColumn reports if the column name is valid (part of the table columns).
WorkflowID applies equality check predicate on the "workflow_id" field.
WorkflowIDEQ applies the EQ predicate on the "workflow_id" field.
WorkflowIDIn applies the In predicate on the "workflow_id" field.
WorkflowIDNEQ applies the NEQ predicate on the "workflow_id" field.
WorkflowIDNotIn applies the NotIn predicate on the "workflow_id" field.

# Constants

EdgeIntegration holds the string denoting the integration edge name in mutations.
EdgeWorkflow holds the string denoting the workflow edge name in mutations.
FieldConfiguration holds the string denoting the configuration field in the database.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldDeletedAt holds the string denoting the deleted_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldWorkflowID holds the string denoting the workflow_id field in the database.
IntegrationColumn is the table column denoting the integration relation/edge.
IntegrationInverseTable is the table name for the Integration entity.
IntegrationTable is the table that holds the integration relation/edge.
Label holds the string label denoting the integrationattachment type in the database.
Table holds the table name of the integrationattachment in the database.
WorkflowColumn is the table column denoting the workflow relation/edge.
WorkflowInverseTable is the table name for the Workflow entity.
WorkflowTable is the table that holds the workflow relation/edge.

# Variables

Columns holds all SQL columns for integrationattachment fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.
ForeignKeys holds the SQL foreign-keys that are owned by the "integration_attachments" table and are not defined as standalone fields in the schema.

# Type aliases

OrderOption defines the ordering options for the IntegrationAttachment queries.