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.
ByID orders the results by the id field.
ByName orders the results by the name field.
ByRevokedAt orders the results by the revoked_at field.
ByWorkflowField orders the results by workflow 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.
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.
Name applies equality check predicate on the "name" field.
NameContains applies the Contains predicate on the "name" field.
NameContainsFold applies the ContainsFold predicate on the "name" field.
NameEQ applies the EQ predicate on the "name" field.
NameEqualFold applies the EqualFold predicate on the "name" field.
NameGT applies the GT predicate on the "name" field.
NameGTE applies the GTE predicate on the "name" field.
NameHasPrefix applies the HasPrefix predicate on the "name" field.
NameHasSuffix applies the HasSuffix predicate on the "name" field.
NameIn applies the In predicate on the "name" field.
NameLT applies the LT predicate on the "name" field.
NameLTE applies the LTE predicate on the "name" field.
NameNEQ applies the NEQ predicate on the "name" field.
NameNotIn applies the NotIn predicate on the "name" field.
Not applies the not operator on the given predicate.
Or groups predicates with the OR operator between them.
RevokedAt applies equality check predicate on the "revoked_at" field.
RevokedAtEQ applies the EQ predicate on the "revoked_at" field.
RevokedAtGT applies the GT predicate on the "revoked_at" field.
RevokedAtGTE applies the GTE predicate on the "revoked_at" field.
RevokedAtIn applies the In predicate on the "revoked_at" field.
RevokedAtIsNil applies the IsNil predicate on the "revoked_at" field.
RevokedAtLT applies the LT predicate on the "revoked_at" field.
RevokedAtLTE applies the LTE predicate on the "revoked_at" field.
RevokedAtNEQ applies the NEQ predicate on the "revoked_at" field.
RevokedAtNotIn applies the NotIn predicate on the "revoked_at" field.
RevokedAtNotNil applies the NotNil predicate on the "revoked_at" field.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

EdgeWorkflow holds the string denoting the workflow edge name in mutations.
FieldCreatedAt holds the string denoting the created_at field in the database.
FieldID holds the string denoting the id field in the database.
FieldName holds the string denoting the name field in the database.
FieldRevokedAt holds the string denoting the revoked_at field in the database.
Label holds the string label denoting the robotaccount type in the database.
Table holds the table name of the robotaccount 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 robotaccount 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 "robot_accounts" table and are not defined as standalone fields in the schema.

# Type aliases

OrderOption defines the ordering options for the RobotAccount queries.