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.
ByAPITokens orders the results by api_tokens terms.
ByAPITokensCount orders the results by api_tokens count.
ByCasBackends orders the results by cas_backends terms.
ByCasBackendsCount orders the results by cas_backends count.
ByCreatedAt orders the results by the created_at field.
ByID orders the results by the id field.
ByIntegrations orders the results by integrations terms.
ByIntegrationsCount orders the results by integrations count.
ByMemberships orders the results by memberships terms.
ByMembershipsCount orders the results by memberships count.
ByName orders the results by the name field.
ByWorkflowContracts orders the results by workflow_contracts terms.
ByWorkflowContractsCount orders the results by workflow_contracts count.
ByWorkflows orders the results by workflows terms.
ByWorkflowsCount orders the results by workflows count.
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.
HasAPITokens applies the HasEdge predicate on the "api_tokens" edge.
HasAPITokensWith applies the HasEdge predicate on the "api_tokens" edge with a given conditions (other predicates).
HasCasBackends applies the HasEdge predicate on the "cas_backends" edge.
HasCasBackendsWith applies the HasEdge predicate on the "cas_backends" edge with a given conditions (other predicates).
HasIntegrations applies the HasEdge predicate on the "integrations" edge.
HasIntegrationsWith applies the HasEdge predicate on the "integrations" edge with a given conditions (other predicates).
HasMemberships applies the HasEdge predicate on the "memberships" edge.
HasMembershipsWith applies the HasEdge predicate on the "memberships" edge with a given conditions (other predicates).
HasWorkflowContracts applies the HasEdge predicate on the "workflow_contracts" edge.
HasWorkflowContractsWith applies the HasEdge predicate on the "workflow_contracts" edge with a given conditions (other predicates).
HasWorkflows applies the HasEdge predicate on the "workflows" edge.
HasWorkflowsWith applies the HasEdge predicate on the "workflows" 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.
ValidColumn reports if the column name is valid (part of the table columns).

# Constants

APITokensColumn is the table column denoting the api_tokens relation/edge.
APITokensInverseTable is the table name for the APIToken entity.
APITokensTable is the table that holds the api_tokens relation/edge.
CasBackendsColumn is the table column denoting the cas_backends relation/edge.
CasBackendsInverseTable is the table name for the CASBackend entity.
CasBackendsTable is the table that holds the cas_backends relation/edge.
EdgeAPITokens holds the string denoting the api_tokens edge name in mutations.
EdgeCasBackends holds the string denoting the cas_backends edge name in mutations.
EdgeIntegrations holds the string denoting the integrations edge name in mutations.
EdgeMemberships holds the string denoting the memberships edge name in mutations.
EdgeWorkflowContracts holds the string denoting the workflow_contracts edge name in mutations.
EdgeWorkflows holds the string denoting the workflows 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.
IntegrationsColumn is the table column denoting the integrations relation/edge.
IntegrationsInverseTable is the table name for the Integration entity.
IntegrationsTable is the table that holds the integrations relation/edge.
Label holds the string label denoting the organization type in the database.
MembershipsColumn is the table column denoting the memberships relation/edge.
MembershipsInverseTable is the table name for the Membership entity.
MembershipsTable is the table that holds the memberships relation/edge.
Table holds the table name of the organization in the database.
WorkflowContractsColumn is the table column denoting the workflow_contracts relation/edge.
WorkflowContractsInverseTable is the table name for the WorkflowContract entity.
WorkflowContractsTable is the table that holds the workflow_contracts relation/edge.
WorkflowsColumn is the table column denoting the workflows relation/edge.
WorkflowsInverseTable is the table name for the Workflow entity.
WorkflowsTable is the table that holds the workflows relation/edge.

# Variables

Columns holds all SQL columns for organization fields.
DefaultCreatedAt holds the default value on creation for the "created_at" field.
DefaultID holds the default value on creation for the "id" field.

# Type aliases

OrderOption defines the ordering options for the Organization queries.