workflowinstance

package
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the workflowinstance type in the database.
	Label = "workflow_instance"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldUpdatedByImpersonator holds the string denoting the updated_by_impersonator field in the database.
	FieldUpdatedByImpersonator = "updated_by_impersonator"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldWorkflowDefinitionID holds the string denoting the workflow_definition_id field in the database.
	FieldWorkflowDefinitionID = "workflow_definition_id"
	// FieldWorkflowProposalID holds the string denoting the workflow_proposal_id field in the database.
	FieldWorkflowProposalID = "workflow_proposal_id"
	// FieldState holds the string denoting the state field in the database.
	FieldState = "state"
	// FieldContext holds the string denoting the context field in the database.
	FieldContext = "context"
	// FieldLastEvaluatedAt holds the string denoting the last_evaluated_at field in the database.
	FieldLastEvaluatedAt = "last_evaluated_at"
	// FieldDefinitionSnapshot holds the string denoting the definition_snapshot field in the database.
	FieldDefinitionSnapshot = "definition_snapshot"
	// FieldCurrentActionIndex holds the string denoting the current_action_index field in the database.
	FieldCurrentActionIndex = "current_action_index"
	// FieldControlID holds the string denoting the control_id field in the database.
	FieldControlID = "control_id"
	// FieldInternalPolicyID holds the string denoting the internal_policy_id field in the database.
	FieldInternalPolicyID = "internal_policy_id"
	// FieldEvidenceID holds the string denoting the evidence_id field in the database.
	FieldEvidenceID = "evidence_id"
	// FieldSubcontrolID holds the string denoting the subcontrol_id field in the database.
	FieldSubcontrolID = "subcontrol_id"
	// FieldActionPlanID holds the string denoting the action_plan_id field in the database.
	FieldActionPlanID = "action_plan_id"
	// FieldProcedureID holds the string denoting the procedure_id field in the database.
	FieldProcedureID = "procedure_id"
	// FieldCampaignID holds the string denoting the campaign_id field in the database.
	FieldCampaignID = "campaign_id"
	// FieldCampaignTargetID holds the string denoting the campaign_target_id field in the database.
	FieldCampaignTargetID = "campaign_target_id"
	// FieldIdentityHolderID holds the string denoting the identity_holder_id field in the database.
	FieldIdentityHolderID = "identity_holder_id"
	// FieldPlatformID holds the string denoting the platform_id field in the database.
	FieldPlatformID = "platform_id"
	// FieldAssessmentID holds the string denoting the assessment_id field in the database.
	FieldAssessmentID = "assessment_id"
	// FieldAssessmentResponseID holds the string denoting the assessment_response_id field in the database.
	FieldAssessmentResponseID = "assessment_response_id"
	// FieldFindingID holds the string denoting the finding_id field in the database.
	FieldFindingID = "finding_id"
	// FieldIntegrationID holds the string denoting the integration_id field in the database.
	FieldIntegrationID = "integration_id"
	// FieldRemediationID holds the string denoting the remediation_id field in the database.
	FieldRemediationID = "remediation_id"
	// FieldRiskID holds the string denoting the risk_id field in the database.
	FieldRiskID = "risk_id"
	// FieldTaskID holds the string denoting the task_id field in the database.
	FieldTaskID = "task_id"
	// FieldVulnerabilityID holds the string denoting the vulnerability_id field in the database.
	FieldVulnerabilityID = "vulnerability_id"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeWorkflowDefinition holds the string denoting the workflow_definition edge name in mutations.
	EdgeWorkflowDefinition = "workflow_definition"
	// EdgeControl holds the string denoting the control edge name in mutations.
	EdgeControl = "control"
	// EdgeInternalPolicy holds the string denoting the internal_policy edge name in mutations.
	EdgeInternalPolicy = "internal_policy"
	// EdgeEvidence holds the string denoting the evidence edge name in mutations.
	EdgeEvidence = "evidence"
	// EdgeSubcontrol holds the string denoting the subcontrol edge name in mutations.
	EdgeSubcontrol = "subcontrol"
	// EdgeActionPlan holds the string denoting the action_plan edge name in mutations.
	EdgeActionPlan = "action_plan"
	// EdgeProcedure holds the string denoting the procedure edge name in mutations.
	EdgeProcedure = "procedure"
	// EdgeCampaign holds the string denoting the campaign edge name in mutations.
	EdgeCampaign = "campaign"
	// EdgeCampaignTarget holds the string denoting the campaign_target edge name in mutations.
	EdgeCampaignTarget = "campaign_target"
	// EdgeIdentityHolder holds the string denoting the identity_holder edge name in mutations.
	EdgeIdentityHolder = "identity_holder"
	// EdgePlatform holds the string denoting the platform edge name in mutations.
	EdgePlatform = "platform"
	// EdgeAssessment holds the string denoting the assessment edge name in mutations.
	EdgeAssessment = "assessment"
	// EdgeAssessmentResponse holds the string denoting the assessment_response edge name in mutations.
	EdgeAssessmentResponse = "assessment_response"
	// EdgeFinding holds the string denoting the finding edge name in mutations.
	EdgeFinding = "finding"
	// EdgeIntegration holds the string denoting the integration edge name in mutations.
	EdgeIntegration = "integration"
	// EdgeRemediation holds the string denoting the remediation edge name in mutations.
	EdgeRemediation = "remediation"
	// EdgeRisk holds the string denoting the risk edge name in mutations.
	EdgeRisk = "risk"
	// EdgeTask holds the string denoting the task edge name in mutations.
	EdgeTask = "task"
	// EdgeVulnerability holds the string denoting the vulnerability edge name in mutations.
	EdgeVulnerability = "vulnerability"
	// EdgeWorkflowProposal holds the string denoting the workflow_proposal edge name in mutations.
	EdgeWorkflowProposal = "workflow_proposal"
	// EdgeWorkflowAssignments holds the string denoting the workflow_assignments edge name in mutations.
	EdgeWorkflowAssignments = "workflow_assignments"
	// EdgeWorkflowEvents holds the string denoting the workflow_events edge name in mutations.
	EdgeWorkflowEvents = "workflow_events"
	// EdgeEmailTemplates holds the string denoting the email_templates edge name in mutations.
	EdgeEmailTemplates = "email_templates"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// Table holds the table name of the workflowinstance in the database.
	Table = "workflow_instances"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "workflow_instances"
	// OwnerInverseTable is the table name for the Organization entity.
	// It exists in this package in order to avoid circular dependency with the "organization" package.
	OwnerInverseTable = "organizations"
	// OwnerColumn is the table column denoting the owner relation/edge.
	OwnerColumn = "owner_id"
	// WorkflowDefinitionTable is the table that holds the workflow_definition relation/edge.
	WorkflowDefinitionTable = "workflow_instances"
	// WorkflowDefinitionInverseTable is the table name for the WorkflowDefinition entity.
	// It exists in this package in order to avoid circular dependency with the "workflowdefinition" package.
	WorkflowDefinitionInverseTable = "workflow_definitions"
	// WorkflowDefinitionColumn is the table column denoting the workflow_definition relation/edge.
	WorkflowDefinitionColumn = "workflow_definition_id"
	// ControlTable is the table that holds the control relation/edge.
	ControlTable = "workflow_instances"
	// ControlInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlInverseTable = "controls"
	// ControlColumn is the table column denoting the control relation/edge.
	ControlColumn = "control_id"
	// InternalPolicyTable is the table that holds the internal_policy relation/edge.
	InternalPolicyTable = "workflow_instances"
	// InternalPolicyInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPolicyInverseTable = "internal_policies"
	// InternalPolicyColumn is the table column denoting the internal_policy relation/edge.
	InternalPolicyColumn = "internal_policy_id"
	// EvidenceTable is the table that holds the evidence relation/edge.
	EvidenceTable = "workflow_instances"
	// EvidenceInverseTable is the table name for the Evidence entity.
	// It exists in this package in order to avoid circular dependency with the "evidence" package.
	EvidenceInverseTable = "evidences"
	// EvidenceColumn is the table column denoting the evidence relation/edge.
	EvidenceColumn = "evidence_id"
	// SubcontrolTable is the table that holds the subcontrol relation/edge.
	SubcontrolTable = "workflow_instances"
	// SubcontrolInverseTable is the table name for the Subcontrol entity.
	// It exists in this package in order to avoid circular dependency with the "subcontrol" package.
	SubcontrolInverseTable = "subcontrols"
	// SubcontrolColumn is the table column denoting the subcontrol relation/edge.
	SubcontrolColumn = "subcontrol_id"
	// ActionPlanTable is the table that holds the action_plan relation/edge.
	ActionPlanTable = "workflow_instances"
	// ActionPlanInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlanInverseTable = "action_plans"
	// ActionPlanColumn is the table column denoting the action_plan relation/edge.
	ActionPlanColumn = "action_plan_id"
	// ProcedureTable is the table that holds the procedure relation/edge.
	ProcedureTable = "workflow_instances"
	// ProcedureInverseTable is the table name for the Procedure entity.
	// It exists in this package in order to avoid circular dependency with the "procedure" package.
	ProcedureInverseTable = "procedures"
	// ProcedureColumn is the table column denoting the procedure relation/edge.
	ProcedureColumn = "procedure_id"
	// CampaignTable is the table that holds the campaign relation/edge.
	CampaignTable = "workflow_instances"
	// CampaignInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignInverseTable = "campaigns"
	// CampaignColumn is the table column denoting the campaign relation/edge.
	CampaignColumn = "campaign_id"
	// CampaignTargetTable is the table that holds the campaign_target relation/edge.
	CampaignTargetTable = "workflow_instances"
	// CampaignTargetInverseTable is the table name for the CampaignTarget entity.
	// It exists in this package in order to avoid circular dependency with the "campaigntarget" package.
	CampaignTargetInverseTable = "campaign_targets"
	// CampaignTargetColumn is the table column denoting the campaign_target relation/edge.
	CampaignTargetColumn = "campaign_target_id"
	// IdentityHolderTable is the table that holds the identity_holder relation/edge.
	IdentityHolderTable = "workflow_instances"
	// IdentityHolderInverseTable is the table name for the IdentityHolder entity.
	// It exists in this package in order to avoid circular dependency with the "identityholder" package.
	IdentityHolderInverseTable = "identity_holders"
	// IdentityHolderColumn is the table column denoting the identity_holder relation/edge.
	IdentityHolderColumn = "identity_holder_id"
	// PlatformTable is the table that holds the platform relation/edge.
	PlatformTable = "workflow_instances"
	// PlatformInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformInverseTable = "platforms"
	// PlatformColumn is the table column denoting the platform relation/edge.
	PlatformColumn = "platform_id"
	// AssessmentTable is the table that holds the assessment relation/edge.
	AssessmentTable = "workflow_instances"
	// AssessmentInverseTable is the table name for the Assessment entity.
	// It exists in this package in order to avoid circular dependency with the "assessment" package.
	AssessmentInverseTable = "assessments"
	// AssessmentColumn is the table column denoting the assessment relation/edge.
	AssessmentColumn = "assessment_id"
	// AssessmentResponseTable is the table that holds the assessment_response relation/edge.
	AssessmentResponseTable = "workflow_instances"
	// AssessmentResponseInverseTable is the table name for the AssessmentResponse entity.
	// It exists in this package in order to avoid circular dependency with the "assessmentresponse" package.
	AssessmentResponseInverseTable = "assessment_responses"
	// AssessmentResponseColumn is the table column denoting the assessment_response relation/edge.
	AssessmentResponseColumn = "assessment_response_id"
	// FindingTable is the table that holds the finding relation/edge.
	FindingTable = "workflow_instances"
	// FindingInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingInverseTable = "findings"
	// FindingColumn is the table column denoting the finding relation/edge.
	FindingColumn = "finding_id"
	// IntegrationTable is the table that holds the integration relation/edge.
	IntegrationTable = "workflow_instances"
	// IntegrationInverseTable is the table name for the Integration entity.
	// It exists in this package in order to avoid circular dependency with the "integration" package.
	IntegrationInverseTable = "integrations"
	// IntegrationColumn is the table column denoting the integration relation/edge.
	IntegrationColumn = "integration_id"
	// RemediationTable is the table that holds the remediation relation/edge.
	RemediationTable = "workflow_instances"
	// RemediationInverseTable is the table name for the Remediation entity.
	// It exists in this package in order to avoid circular dependency with the "remediation" package.
	RemediationInverseTable = "remediations"
	// RemediationColumn is the table column denoting the remediation relation/edge.
	RemediationColumn = "remediation_id"
	// RiskTable is the table that holds the risk relation/edge.
	RiskTable = "workflow_instances"
	// RiskInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RiskInverseTable = "risks"
	// RiskColumn is the table column denoting the risk relation/edge.
	RiskColumn = "risk_id"
	// TaskTable is the table that holds the task relation/edge.
	TaskTable = "workflow_instances"
	// TaskInverseTable is the table name for the Task entity.
	// It exists in this package in order to avoid circular dependency with the "task" package.
	TaskInverseTable = "tasks"
	// TaskColumn is the table column denoting the task relation/edge.
	TaskColumn = "task_id"
	// VulnerabilityTable is the table that holds the vulnerability relation/edge.
	VulnerabilityTable = "workflow_instances"
	// VulnerabilityInverseTable is the table name for the Vulnerability entity.
	// It exists in this package in order to avoid circular dependency with the "vulnerability" package.
	VulnerabilityInverseTable = "vulnerabilities"
	// VulnerabilityColumn is the table column denoting the vulnerability relation/edge.
	VulnerabilityColumn = "vulnerability_id"
	// WorkflowProposalTable is the table that holds the workflow_proposal relation/edge.
	WorkflowProposalTable = "workflow_instances"
	// WorkflowProposalInverseTable is the table name for the WorkflowProposal entity.
	// It exists in this package in order to avoid circular dependency with the "workflowproposal" package.
	WorkflowProposalInverseTable = "workflow_proposals"
	// WorkflowProposalColumn is the table column denoting the workflow_proposal relation/edge.
	WorkflowProposalColumn = "workflow_proposal_id"
	// WorkflowAssignmentsTable is the table that holds the workflow_assignments relation/edge.
	WorkflowAssignmentsTable = "workflow_assignments"
	// WorkflowAssignmentsInverseTable is the table name for the WorkflowAssignment entity.
	// It exists in this package in order to avoid circular dependency with the "workflowassignment" package.
	WorkflowAssignmentsInverseTable = "workflow_assignments"
	// WorkflowAssignmentsColumn is the table column denoting the workflow_assignments relation/edge.
	WorkflowAssignmentsColumn = "workflow_instance_workflow_assignments"
	// WorkflowEventsTable is the table that holds the workflow_events relation/edge.
	WorkflowEventsTable = "workflow_events"
	// WorkflowEventsInverseTable is the table name for the WorkflowEvent entity.
	// It exists in this package in order to avoid circular dependency with the "workflowevent" package.
	WorkflowEventsInverseTable = "workflow_events"
	// WorkflowEventsColumn is the table column denoting the workflow_events relation/edge.
	WorkflowEventsColumn = "workflow_instance_workflow_events"
	// EmailTemplatesTable is the table that holds the email_templates relation/edge.
	EmailTemplatesTable = "email_templates"
	// EmailTemplatesInverseTable is the table name for the EmailTemplate entity.
	// It exists in this package in order to avoid circular dependency with the "emailtemplate" package.
	EmailTemplatesInverseTable = "email_templates"
	// EmailTemplatesColumn is the table column denoting the email_templates relation/edge.
	EmailTemplatesColumn = "workflow_instance_id"
	// WorkflowObjectRefsTable is the table that holds the workflow_object_refs relation/edge.
	WorkflowObjectRefsTable = "workflow_object_refs"
	// WorkflowObjectRefsInverseTable is the table name for the WorkflowObjectRef entity.
	// It exists in this package in order to avoid circular dependency with the "workflowobjectref" package.
	WorkflowObjectRefsInverseTable = "workflow_object_refs"
	// WorkflowObjectRefsColumn is the table column denoting the workflow_object_refs relation/edge.
	WorkflowObjectRefsColumn = "workflow_instance_workflow_object_refs"
)
View Source
const DefaultState enums.WorkflowInstanceState = "RUNNING"

Variables

View Source
var (
	Hooks        [9]ent.Hook
	Interceptors [3]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DisplayIDValidator is a validator for the "display_id" field. It is called by the builders before save.
	DisplayIDValidator func(string) error
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// WorkflowDefinitionIDValidator is a validator for the "workflow_definition_id" field. It is called by the builders before save.
	WorkflowDefinitionIDValidator func(string) error
	// DefaultCurrentActionIndex holds the default value on creation for the "current_action_index" field.
	DefaultCurrentActionIndex int
	// CurrentActionIndexValidator is a validator for the "current_action_index" field. It is called by the builders before save.
	CurrentActionIndexValidator func(int) error
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

Note that the variables below are initialized by the runtime package on the initialization of the application. Therefore, it should be imported in the main as follows:

import _ "github.com/theopenlane/core/v2/internal/ent/generated/runtime"

Columns holds all SQL columns for workflowinstance fields.

Functions

func ActionPlanID

func ActionPlanID(v string) predicate.WorkflowInstance

ActionPlanID applies equality check predicate on the "action_plan_id" field. It's identical to ActionPlanIDEQ.

func ActionPlanIDContains

func ActionPlanIDContains(v string) predicate.WorkflowInstance

ActionPlanIDContains applies the Contains predicate on the "action_plan_id" field.

func ActionPlanIDContainsFold

func ActionPlanIDContainsFold(v string) predicate.WorkflowInstance

ActionPlanIDContainsFold applies the ContainsFold predicate on the "action_plan_id" field.

func ActionPlanIDEQ

func ActionPlanIDEQ(v string) predicate.WorkflowInstance

ActionPlanIDEQ applies the EQ predicate on the "action_plan_id" field.

func ActionPlanIDEqualFold

func ActionPlanIDEqualFold(v string) predicate.WorkflowInstance

ActionPlanIDEqualFold applies the EqualFold predicate on the "action_plan_id" field.

func ActionPlanIDGT

func ActionPlanIDGT(v string) predicate.WorkflowInstance

ActionPlanIDGT applies the GT predicate on the "action_plan_id" field.

func ActionPlanIDGTE

func ActionPlanIDGTE(v string) predicate.WorkflowInstance

ActionPlanIDGTE applies the GTE predicate on the "action_plan_id" field.

func ActionPlanIDHasPrefix

func ActionPlanIDHasPrefix(v string) predicate.WorkflowInstance

ActionPlanIDHasPrefix applies the HasPrefix predicate on the "action_plan_id" field.

func ActionPlanIDHasSuffix

func ActionPlanIDHasSuffix(v string) predicate.WorkflowInstance

ActionPlanIDHasSuffix applies the HasSuffix predicate on the "action_plan_id" field.

func ActionPlanIDIn

func ActionPlanIDIn(vs ...string) predicate.WorkflowInstance

ActionPlanIDIn applies the In predicate on the "action_plan_id" field.

func ActionPlanIDIsNil

func ActionPlanIDIsNil() predicate.WorkflowInstance

ActionPlanIDIsNil applies the IsNil predicate on the "action_plan_id" field.

func ActionPlanIDLT

func ActionPlanIDLT(v string) predicate.WorkflowInstance

ActionPlanIDLT applies the LT predicate on the "action_plan_id" field.

func ActionPlanIDLTE

func ActionPlanIDLTE(v string) predicate.WorkflowInstance

ActionPlanIDLTE applies the LTE predicate on the "action_plan_id" field.

func ActionPlanIDNEQ

func ActionPlanIDNEQ(v string) predicate.WorkflowInstance

ActionPlanIDNEQ applies the NEQ predicate on the "action_plan_id" field.

func ActionPlanIDNotIn

func ActionPlanIDNotIn(vs ...string) predicate.WorkflowInstance

ActionPlanIDNotIn applies the NotIn predicate on the "action_plan_id" field.

func ActionPlanIDNotNil

func ActionPlanIDNotNil() predicate.WorkflowInstance

ActionPlanIDNotNil applies the NotNil predicate on the "action_plan_id" field.

func And

And groups predicates with the AND operator between them.

func AssessmentID

func AssessmentID(v string) predicate.WorkflowInstance

AssessmentID applies equality check predicate on the "assessment_id" field. It's identical to AssessmentIDEQ.

func AssessmentIDContains

func AssessmentIDContains(v string) predicate.WorkflowInstance

AssessmentIDContains applies the Contains predicate on the "assessment_id" field.

func AssessmentIDContainsFold

func AssessmentIDContainsFold(v string) predicate.WorkflowInstance

AssessmentIDContainsFold applies the ContainsFold predicate on the "assessment_id" field.

func AssessmentIDEQ

func AssessmentIDEQ(v string) predicate.WorkflowInstance

AssessmentIDEQ applies the EQ predicate on the "assessment_id" field.

func AssessmentIDEqualFold

func AssessmentIDEqualFold(v string) predicate.WorkflowInstance

AssessmentIDEqualFold applies the EqualFold predicate on the "assessment_id" field.

func AssessmentIDGT

func AssessmentIDGT(v string) predicate.WorkflowInstance

AssessmentIDGT applies the GT predicate on the "assessment_id" field.

func AssessmentIDGTE

func AssessmentIDGTE(v string) predicate.WorkflowInstance

AssessmentIDGTE applies the GTE predicate on the "assessment_id" field.

func AssessmentIDHasPrefix

func AssessmentIDHasPrefix(v string) predicate.WorkflowInstance

AssessmentIDHasPrefix applies the HasPrefix predicate on the "assessment_id" field.

func AssessmentIDHasSuffix

func AssessmentIDHasSuffix(v string) predicate.WorkflowInstance

AssessmentIDHasSuffix applies the HasSuffix predicate on the "assessment_id" field.

func AssessmentIDIn

func AssessmentIDIn(vs ...string) predicate.WorkflowInstance

AssessmentIDIn applies the In predicate on the "assessment_id" field.

func AssessmentIDIsNil

func AssessmentIDIsNil() predicate.WorkflowInstance

AssessmentIDIsNil applies the IsNil predicate on the "assessment_id" field.

func AssessmentIDLT

func AssessmentIDLT(v string) predicate.WorkflowInstance

AssessmentIDLT applies the LT predicate on the "assessment_id" field.

func AssessmentIDLTE

func AssessmentIDLTE(v string) predicate.WorkflowInstance

AssessmentIDLTE applies the LTE predicate on the "assessment_id" field.

func AssessmentIDNEQ

func AssessmentIDNEQ(v string) predicate.WorkflowInstance

AssessmentIDNEQ applies the NEQ predicate on the "assessment_id" field.

func AssessmentIDNotIn

func AssessmentIDNotIn(vs ...string) predicate.WorkflowInstance

AssessmentIDNotIn applies the NotIn predicate on the "assessment_id" field.

func AssessmentIDNotNil

func AssessmentIDNotNil() predicate.WorkflowInstance

AssessmentIDNotNil applies the NotNil predicate on the "assessment_id" field.

func AssessmentResponseID

func AssessmentResponseID(v string) predicate.WorkflowInstance

AssessmentResponseID applies equality check predicate on the "assessment_response_id" field. It's identical to AssessmentResponseIDEQ.

func AssessmentResponseIDContains

func AssessmentResponseIDContains(v string) predicate.WorkflowInstance

AssessmentResponseIDContains applies the Contains predicate on the "assessment_response_id" field.

func AssessmentResponseIDContainsFold

func AssessmentResponseIDContainsFold(v string) predicate.WorkflowInstance

AssessmentResponseIDContainsFold applies the ContainsFold predicate on the "assessment_response_id" field.

func AssessmentResponseIDEQ

func AssessmentResponseIDEQ(v string) predicate.WorkflowInstance

AssessmentResponseIDEQ applies the EQ predicate on the "assessment_response_id" field.

func AssessmentResponseIDEqualFold

func AssessmentResponseIDEqualFold(v string) predicate.WorkflowInstance

AssessmentResponseIDEqualFold applies the EqualFold predicate on the "assessment_response_id" field.

func AssessmentResponseIDGT

func AssessmentResponseIDGT(v string) predicate.WorkflowInstance

AssessmentResponseIDGT applies the GT predicate on the "assessment_response_id" field.

func AssessmentResponseIDGTE

func AssessmentResponseIDGTE(v string) predicate.WorkflowInstance

AssessmentResponseIDGTE applies the GTE predicate on the "assessment_response_id" field.

func AssessmentResponseIDHasPrefix

func AssessmentResponseIDHasPrefix(v string) predicate.WorkflowInstance

AssessmentResponseIDHasPrefix applies the HasPrefix predicate on the "assessment_response_id" field.

func AssessmentResponseIDHasSuffix

func AssessmentResponseIDHasSuffix(v string) predicate.WorkflowInstance

AssessmentResponseIDHasSuffix applies the HasSuffix predicate on the "assessment_response_id" field.

func AssessmentResponseIDIn

func AssessmentResponseIDIn(vs ...string) predicate.WorkflowInstance

AssessmentResponseIDIn applies the In predicate on the "assessment_response_id" field.

func AssessmentResponseIDIsNil

func AssessmentResponseIDIsNil() predicate.WorkflowInstance

AssessmentResponseIDIsNil applies the IsNil predicate on the "assessment_response_id" field.

func AssessmentResponseIDLT

func AssessmentResponseIDLT(v string) predicate.WorkflowInstance

AssessmentResponseIDLT applies the LT predicate on the "assessment_response_id" field.

func AssessmentResponseIDLTE

func AssessmentResponseIDLTE(v string) predicate.WorkflowInstance

AssessmentResponseIDLTE applies the LTE predicate on the "assessment_response_id" field.

func AssessmentResponseIDNEQ

func AssessmentResponseIDNEQ(v string) predicate.WorkflowInstance

AssessmentResponseIDNEQ applies the NEQ predicate on the "assessment_response_id" field.

func AssessmentResponseIDNotIn

func AssessmentResponseIDNotIn(vs ...string) predicate.WorkflowInstance

AssessmentResponseIDNotIn applies the NotIn predicate on the "assessment_response_id" field.

func AssessmentResponseIDNotNil

func AssessmentResponseIDNotNil() predicate.WorkflowInstance

AssessmentResponseIDNotNil applies the NotNil predicate on the "assessment_response_id" field.

func CampaignID

func CampaignID(v string) predicate.WorkflowInstance

CampaignID applies equality check predicate on the "campaign_id" field. It's identical to CampaignIDEQ.

func CampaignIDContains

func CampaignIDContains(v string) predicate.WorkflowInstance

CampaignIDContains applies the Contains predicate on the "campaign_id" field.

func CampaignIDContainsFold

func CampaignIDContainsFold(v string) predicate.WorkflowInstance

CampaignIDContainsFold applies the ContainsFold predicate on the "campaign_id" field.

func CampaignIDEQ

func CampaignIDEQ(v string) predicate.WorkflowInstance

CampaignIDEQ applies the EQ predicate on the "campaign_id" field.

func CampaignIDEqualFold

func CampaignIDEqualFold(v string) predicate.WorkflowInstance

CampaignIDEqualFold applies the EqualFold predicate on the "campaign_id" field.

func CampaignIDGT

func CampaignIDGT(v string) predicate.WorkflowInstance

CampaignIDGT applies the GT predicate on the "campaign_id" field.

func CampaignIDGTE

func CampaignIDGTE(v string) predicate.WorkflowInstance

CampaignIDGTE applies the GTE predicate on the "campaign_id" field.

func CampaignIDHasPrefix

func CampaignIDHasPrefix(v string) predicate.WorkflowInstance

CampaignIDHasPrefix applies the HasPrefix predicate on the "campaign_id" field.

func CampaignIDHasSuffix

func CampaignIDHasSuffix(v string) predicate.WorkflowInstance

CampaignIDHasSuffix applies the HasSuffix predicate on the "campaign_id" field.

func CampaignIDIn

func CampaignIDIn(vs ...string) predicate.WorkflowInstance

CampaignIDIn applies the In predicate on the "campaign_id" field.

func CampaignIDIsNil

func CampaignIDIsNil() predicate.WorkflowInstance

CampaignIDIsNil applies the IsNil predicate on the "campaign_id" field.

func CampaignIDLT

func CampaignIDLT(v string) predicate.WorkflowInstance

CampaignIDLT applies the LT predicate on the "campaign_id" field.

func CampaignIDLTE

func CampaignIDLTE(v string) predicate.WorkflowInstance

CampaignIDLTE applies the LTE predicate on the "campaign_id" field.

func CampaignIDNEQ

func CampaignIDNEQ(v string) predicate.WorkflowInstance

CampaignIDNEQ applies the NEQ predicate on the "campaign_id" field.

func CampaignIDNotIn

func CampaignIDNotIn(vs ...string) predicate.WorkflowInstance

CampaignIDNotIn applies the NotIn predicate on the "campaign_id" field.

func CampaignIDNotNil

func CampaignIDNotNil() predicate.WorkflowInstance

CampaignIDNotNil applies the NotNil predicate on the "campaign_id" field.

func CampaignTargetID

func CampaignTargetID(v string) predicate.WorkflowInstance

CampaignTargetID applies equality check predicate on the "campaign_target_id" field. It's identical to CampaignTargetIDEQ.

func CampaignTargetIDContains

func CampaignTargetIDContains(v string) predicate.WorkflowInstance

CampaignTargetIDContains applies the Contains predicate on the "campaign_target_id" field.

func CampaignTargetIDContainsFold

func CampaignTargetIDContainsFold(v string) predicate.WorkflowInstance

CampaignTargetIDContainsFold applies the ContainsFold predicate on the "campaign_target_id" field.

func CampaignTargetIDEQ

func CampaignTargetIDEQ(v string) predicate.WorkflowInstance

CampaignTargetIDEQ applies the EQ predicate on the "campaign_target_id" field.

func CampaignTargetIDEqualFold

func CampaignTargetIDEqualFold(v string) predicate.WorkflowInstance

CampaignTargetIDEqualFold applies the EqualFold predicate on the "campaign_target_id" field.

func CampaignTargetIDGT

func CampaignTargetIDGT(v string) predicate.WorkflowInstance

CampaignTargetIDGT applies the GT predicate on the "campaign_target_id" field.

func CampaignTargetIDGTE

func CampaignTargetIDGTE(v string) predicate.WorkflowInstance

CampaignTargetIDGTE applies the GTE predicate on the "campaign_target_id" field.

func CampaignTargetIDHasPrefix

func CampaignTargetIDHasPrefix(v string) predicate.WorkflowInstance

CampaignTargetIDHasPrefix applies the HasPrefix predicate on the "campaign_target_id" field.

func CampaignTargetIDHasSuffix

func CampaignTargetIDHasSuffix(v string) predicate.WorkflowInstance

CampaignTargetIDHasSuffix applies the HasSuffix predicate on the "campaign_target_id" field.

func CampaignTargetIDIn

func CampaignTargetIDIn(vs ...string) predicate.WorkflowInstance

CampaignTargetIDIn applies the In predicate on the "campaign_target_id" field.

func CampaignTargetIDIsNil

func CampaignTargetIDIsNil() predicate.WorkflowInstance

CampaignTargetIDIsNil applies the IsNil predicate on the "campaign_target_id" field.

func CampaignTargetIDLT

func CampaignTargetIDLT(v string) predicate.WorkflowInstance

CampaignTargetIDLT applies the LT predicate on the "campaign_target_id" field.

func CampaignTargetIDLTE

func CampaignTargetIDLTE(v string) predicate.WorkflowInstance

CampaignTargetIDLTE applies the LTE predicate on the "campaign_target_id" field.

func CampaignTargetIDNEQ

func CampaignTargetIDNEQ(v string) predicate.WorkflowInstance

CampaignTargetIDNEQ applies the NEQ predicate on the "campaign_target_id" field.

func CampaignTargetIDNotIn

func CampaignTargetIDNotIn(vs ...string) predicate.WorkflowInstance

CampaignTargetIDNotIn applies the NotIn predicate on the "campaign_target_id" field.

func CampaignTargetIDNotNil

func CampaignTargetIDNotNil() predicate.WorkflowInstance

CampaignTargetIDNotNil applies the NotNil predicate on the "campaign_target_id" field.

func ContextIsNil

func ContextIsNil() predicate.WorkflowInstance

ContextIsNil applies the IsNil predicate on the "context" field.

func ContextNotNil

func ContextNotNil() predicate.WorkflowInstance

ContextNotNil applies the NotNil predicate on the "context" field.

func ControlID

func ControlID(v string) predicate.WorkflowInstance

ControlID applies equality check predicate on the "control_id" field. It's identical to ControlIDEQ.

func ControlIDContains

func ControlIDContains(v string) predicate.WorkflowInstance

ControlIDContains applies the Contains predicate on the "control_id" field.

func ControlIDContainsFold

func ControlIDContainsFold(v string) predicate.WorkflowInstance

ControlIDContainsFold applies the ContainsFold predicate on the "control_id" field.

func ControlIDEQ

func ControlIDEQ(v string) predicate.WorkflowInstance

ControlIDEQ applies the EQ predicate on the "control_id" field.

func ControlIDEqualFold

func ControlIDEqualFold(v string) predicate.WorkflowInstance

ControlIDEqualFold applies the EqualFold predicate on the "control_id" field.

func ControlIDGT

func ControlIDGT(v string) predicate.WorkflowInstance

ControlIDGT applies the GT predicate on the "control_id" field.

func ControlIDGTE

func ControlIDGTE(v string) predicate.WorkflowInstance

ControlIDGTE applies the GTE predicate on the "control_id" field.

func ControlIDHasPrefix

func ControlIDHasPrefix(v string) predicate.WorkflowInstance

ControlIDHasPrefix applies the HasPrefix predicate on the "control_id" field.

func ControlIDHasSuffix

func ControlIDHasSuffix(v string) predicate.WorkflowInstance

ControlIDHasSuffix applies the HasSuffix predicate on the "control_id" field.

func ControlIDIn

func ControlIDIn(vs ...string) predicate.WorkflowInstance

ControlIDIn applies the In predicate on the "control_id" field.

func ControlIDIsNil

func ControlIDIsNil() predicate.WorkflowInstance

ControlIDIsNil applies the IsNil predicate on the "control_id" field.

func ControlIDLT

func ControlIDLT(v string) predicate.WorkflowInstance

ControlIDLT applies the LT predicate on the "control_id" field.

func ControlIDLTE

func ControlIDLTE(v string) predicate.WorkflowInstance

ControlIDLTE applies the LTE predicate on the "control_id" field.

func ControlIDNEQ

func ControlIDNEQ(v string) predicate.WorkflowInstance

ControlIDNEQ applies the NEQ predicate on the "control_id" field.

func ControlIDNotIn

func ControlIDNotIn(vs ...string) predicate.WorkflowInstance

ControlIDNotIn applies the NotIn predicate on the "control_id" field.

func ControlIDNotNil

func ControlIDNotNil() predicate.WorkflowInstance

ControlIDNotNil applies the NotNil predicate on the "control_id" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.WorkflowInstance

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.WorkflowInstance

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.WorkflowInstance

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.WorkflowInstance

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.WorkflowInstance

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtIsNil

func CreatedAtIsNil() predicate.WorkflowInstance

CreatedAtIsNil applies the IsNil predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.WorkflowInstance

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.WorkflowInstance

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.WorkflowInstance

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.WorkflowInstance

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func CreatedAtNotNil

func CreatedAtNotNil() predicate.WorkflowInstance

CreatedAtNotNil applies the NotNil predicate on the "created_at" field.

func CreatedBy

func CreatedBy(v string) predicate.WorkflowInstance

CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.

func CreatedByContains

func CreatedByContains(v string) predicate.WorkflowInstance

CreatedByContains applies the Contains predicate on the "created_by" field.

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.WorkflowInstance

CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.

func CreatedByEQ

func CreatedByEQ(v string) predicate.WorkflowInstance

CreatedByEQ applies the EQ predicate on the "created_by" field.

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.WorkflowInstance

CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.

func CreatedByGT

func CreatedByGT(v string) predicate.WorkflowInstance

CreatedByGT applies the GT predicate on the "created_by" field.

func CreatedByGTE

func CreatedByGTE(v string) predicate.WorkflowInstance

CreatedByGTE applies the GTE predicate on the "created_by" field.

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.WorkflowInstance

CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.WorkflowInstance

CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.

func CreatedByIn

func CreatedByIn(vs ...string) predicate.WorkflowInstance

CreatedByIn applies the In predicate on the "created_by" field.

func CreatedByIsNil

func CreatedByIsNil() predicate.WorkflowInstance

CreatedByIsNil applies the IsNil predicate on the "created_by" field.

func CreatedByLT

func CreatedByLT(v string) predicate.WorkflowInstance

CreatedByLT applies the LT predicate on the "created_by" field.

func CreatedByLTE

func CreatedByLTE(v string) predicate.WorkflowInstance

CreatedByLTE applies the LTE predicate on the "created_by" field.

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.WorkflowInstance

CreatedByNEQ applies the NEQ predicate on the "created_by" field.

func CreatedByNotIn

func CreatedByNotIn(vs ...string) predicate.WorkflowInstance

CreatedByNotIn applies the NotIn predicate on the "created_by" field.

func CreatedByNotNil

func CreatedByNotNil() predicate.WorkflowInstance

CreatedByNotNil applies the NotNil predicate on the "created_by" field.

func CurrentActionIndex

func CurrentActionIndex(v int) predicate.WorkflowInstance

CurrentActionIndex applies equality check predicate on the "current_action_index" field. It's identical to CurrentActionIndexEQ.

func CurrentActionIndexEQ

func CurrentActionIndexEQ(v int) predicate.WorkflowInstance

CurrentActionIndexEQ applies the EQ predicate on the "current_action_index" field.

func CurrentActionIndexGT

func CurrentActionIndexGT(v int) predicate.WorkflowInstance

CurrentActionIndexGT applies the GT predicate on the "current_action_index" field.

func CurrentActionIndexGTE

func CurrentActionIndexGTE(v int) predicate.WorkflowInstance

CurrentActionIndexGTE applies the GTE predicate on the "current_action_index" field.

func CurrentActionIndexIn

func CurrentActionIndexIn(vs ...int) predicate.WorkflowInstance

CurrentActionIndexIn applies the In predicate on the "current_action_index" field.

func CurrentActionIndexLT

func CurrentActionIndexLT(v int) predicate.WorkflowInstance

CurrentActionIndexLT applies the LT predicate on the "current_action_index" field.

func CurrentActionIndexLTE

func CurrentActionIndexLTE(v int) predicate.WorkflowInstance

CurrentActionIndexLTE applies the LTE predicate on the "current_action_index" field.

func CurrentActionIndexNEQ

func CurrentActionIndexNEQ(v int) predicate.WorkflowInstance

CurrentActionIndexNEQ applies the NEQ predicate on the "current_action_index" field.

func CurrentActionIndexNotIn

func CurrentActionIndexNotIn(vs ...int) predicate.WorkflowInstance

CurrentActionIndexNotIn applies the NotIn predicate on the "current_action_index" field.

func DefinitionSnapshotIsNil

func DefinitionSnapshotIsNil() predicate.WorkflowInstance

DefinitionSnapshotIsNil applies the IsNil predicate on the "definition_snapshot" field.

func DefinitionSnapshotNotNil

func DefinitionSnapshotNotNil() predicate.WorkflowInstance

DefinitionSnapshotNotNil applies the NotNil predicate on the "definition_snapshot" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.WorkflowInstance

DeletedAt applies equality check predicate on the "deleted_at" field. It's identical to DeletedAtEQ.

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.WorkflowInstance

DeletedAtEQ applies the EQ predicate on the "deleted_at" field.

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.WorkflowInstance

DeletedAtGT applies the GT predicate on the "deleted_at" field.

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.WorkflowInstance

DeletedAtGTE applies the GTE predicate on the "deleted_at" field.

func DeletedAtIn

func DeletedAtIn(vs ...time.Time) predicate.WorkflowInstance

DeletedAtIn applies the In predicate on the "deleted_at" field.

func DeletedAtIsNil

func DeletedAtIsNil() predicate.WorkflowInstance

DeletedAtIsNil applies the IsNil predicate on the "deleted_at" field.

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.WorkflowInstance

DeletedAtLT applies the LT predicate on the "deleted_at" field.

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.WorkflowInstance

DeletedAtLTE applies the LTE predicate on the "deleted_at" field.

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.WorkflowInstance

DeletedAtNEQ applies the NEQ predicate on the "deleted_at" field.

func DeletedAtNotIn

func DeletedAtNotIn(vs ...time.Time) predicate.WorkflowInstance

DeletedAtNotIn applies the NotIn predicate on the "deleted_at" field.

func DeletedAtNotNil

func DeletedAtNotNil() predicate.WorkflowInstance

DeletedAtNotNil applies the NotNil predicate on the "deleted_at" field.

func DeletedBy

func DeletedBy(v string) predicate.WorkflowInstance

DeletedBy applies equality check predicate on the "deleted_by" field. It's identical to DeletedByEQ.

func DeletedByContains

func DeletedByContains(v string) predicate.WorkflowInstance

DeletedByContains applies the Contains predicate on the "deleted_by" field.

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.WorkflowInstance

DeletedByContainsFold applies the ContainsFold predicate on the "deleted_by" field.

func DeletedByEQ

func DeletedByEQ(v string) predicate.WorkflowInstance

DeletedByEQ applies the EQ predicate on the "deleted_by" field.

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.WorkflowInstance

DeletedByEqualFold applies the EqualFold predicate on the "deleted_by" field.

func DeletedByGT

func DeletedByGT(v string) predicate.WorkflowInstance

DeletedByGT applies the GT predicate on the "deleted_by" field.

func DeletedByGTE

func DeletedByGTE(v string) predicate.WorkflowInstance

DeletedByGTE applies the GTE predicate on the "deleted_by" field.

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.WorkflowInstance

DeletedByHasPrefix applies the HasPrefix predicate on the "deleted_by" field.

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.WorkflowInstance

DeletedByHasSuffix applies the HasSuffix predicate on the "deleted_by" field.

func DeletedByIn

func DeletedByIn(vs ...string) predicate.WorkflowInstance

DeletedByIn applies the In predicate on the "deleted_by" field.

func DeletedByIsNil

func DeletedByIsNil() predicate.WorkflowInstance

DeletedByIsNil applies the IsNil predicate on the "deleted_by" field.

func DeletedByLT

func DeletedByLT(v string) predicate.WorkflowInstance

DeletedByLT applies the LT predicate on the "deleted_by" field.

func DeletedByLTE

func DeletedByLTE(v string) predicate.WorkflowInstance

DeletedByLTE applies the LTE predicate on the "deleted_by" field.

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.WorkflowInstance

DeletedByNEQ applies the NEQ predicate on the "deleted_by" field.

func DeletedByNotIn

func DeletedByNotIn(vs ...string) predicate.WorkflowInstance

DeletedByNotIn applies the NotIn predicate on the "deleted_by" field.

func DeletedByNotNil

func DeletedByNotNil() predicate.WorkflowInstance

DeletedByNotNil applies the NotNil predicate on the "deleted_by" field.

func DisplayID

func DisplayID(v string) predicate.WorkflowInstance

DisplayID applies equality check predicate on the "display_id" field. It's identical to DisplayIDEQ.

func DisplayIDContains

func DisplayIDContains(v string) predicate.WorkflowInstance

DisplayIDContains applies the Contains predicate on the "display_id" field.

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.WorkflowInstance

DisplayIDContainsFold applies the ContainsFold predicate on the "display_id" field.

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.WorkflowInstance

DisplayIDEQ applies the EQ predicate on the "display_id" field.

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.WorkflowInstance

DisplayIDEqualFold applies the EqualFold predicate on the "display_id" field.

func DisplayIDGT

func DisplayIDGT(v string) predicate.WorkflowInstance

DisplayIDGT applies the GT predicate on the "display_id" field.

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.WorkflowInstance

DisplayIDGTE applies the GTE predicate on the "display_id" field.

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.WorkflowInstance

DisplayIDHasPrefix applies the HasPrefix predicate on the "display_id" field.

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.WorkflowInstance

DisplayIDHasSuffix applies the HasSuffix predicate on the "display_id" field.

func DisplayIDIn

func DisplayIDIn(vs ...string) predicate.WorkflowInstance

DisplayIDIn applies the In predicate on the "display_id" field.

func DisplayIDLT

func DisplayIDLT(v string) predicate.WorkflowInstance

DisplayIDLT applies the LT predicate on the "display_id" field.

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.WorkflowInstance

DisplayIDLTE applies the LTE predicate on the "display_id" field.

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.WorkflowInstance

DisplayIDNEQ applies the NEQ predicate on the "display_id" field.

func DisplayIDNotIn

func DisplayIDNotIn(vs ...string) predicate.WorkflowInstance

DisplayIDNotIn applies the NotIn predicate on the "display_id" field.

func EvidenceID

func EvidenceID(v string) predicate.WorkflowInstance

EvidenceID applies equality check predicate on the "evidence_id" field. It's identical to EvidenceIDEQ.

func EvidenceIDContains

func EvidenceIDContains(v string) predicate.WorkflowInstance

EvidenceIDContains applies the Contains predicate on the "evidence_id" field.

func EvidenceIDContainsFold

func EvidenceIDContainsFold(v string) predicate.WorkflowInstance

EvidenceIDContainsFold applies the ContainsFold predicate on the "evidence_id" field.

func EvidenceIDEQ

func EvidenceIDEQ(v string) predicate.WorkflowInstance

EvidenceIDEQ applies the EQ predicate on the "evidence_id" field.

func EvidenceIDEqualFold

func EvidenceIDEqualFold(v string) predicate.WorkflowInstance

EvidenceIDEqualFold applies the EqualFold predicate on the "evidence_id" field.

func EvidenceIDGT

func EvidenceIDGT(v string) predicate.WorkflowInstance

EvidenceIDGT applies the GT predicate on the "evidence_id" field.

func EvidenceIDGTE

func EvidenceIDGTE(v string) predicate.WorkflowInstance

EvidenceIDGTE applies the GTE predicate on the "evidence_id" field.

func EvidenceIDHasPrefix

func EvidenceIDHasPrefix(v string) predicate.WorkflowInstance

EvidenceIDHasPrefix applies the HasPrefix predicate on the "evidence_id" field.

func EvidenceIDHasSuffix

func EvidenceIDHasSuffix(v string) predicate.WorkflowInstance

EvidenceIDHasSuffix applies the HasSuffix predicate on the "evidence_id" field.

func EvidenceIDIn

func EvidenceIDIn(vs ...string) predicate.WorkflowInstance

EvidenceIDIn applies the In predicate on the "evidence_id" field.

func EvidenceIDIsNil

func EvidenceIDIsNil() predicate.WorkflowInstance

EvidenceIDIsNil applies the IsNil predicate on the "evidence_id" field.

func EvidenceIDLT

func EvidenceIDLT(v string) predicate.WorkflowInstance

EvidenceIDLT applies the LT predicate on the "evidence_id" field.

func EvidenceIDLTE

func EvidenceIDLTE(v string) predicate.WorkflowInstance

EvidenceIDLTE applies the LTE predicate on the "evidence_id" field.

func EvidenceIDNEQ

func EvidenceIDNEQ(v string) predicate.WorkflowInstance

EvidenceIDNEQ applies the NEQ predicate on the "evidence_id" field.

func EvidenceIDNotIn

func EvidenceIDNotIn(vs ...string) predicate.WorkflowInstance

EvidenceIDNotIn applies the NotIn predicate on the "evidence_id" field.

func EvidenceIDNotNil

func EvidenceIDNotNil() predicate.WorkflowInstance

EvidenceIDNotNil applies the NotNil predicate on the "evidence_id" field.

func FindingID

func FindingID(v string) predicate.WorkflowInstance

FindingID applies equality check predicate on the "finding_id" field. It's identical to FindingIDEQ.

func FindingIDContains

func FindingIDContains(v string) predicate.WorkflowInstance

FindingIDContains applies the Contains predicate on the "finding_id" field.

func FindingIDContainsFold

func FindingIDContainsFold(v string) predicate.WorkflowInstance

FindingIDContainsFold applies the ContainsFold predicate on the "finding_id" field.

func FindingIDEQ

func FindingIDEQ(v string) predicate.WorkflowInstance

FindingIDEQ applies the EQ predicate on the "finding_id" field.

func FindingIDEqualFold

func FindingIDEqualFold(v string) predicate.WorkflowInstance

FindingIDEqualFold applies the EqualFold predicate on the "finding_id" field.

func FindingIDGT

func FindingIDGT(v string) predicate.WorkflowInstance

FindingIDGT applies the GT predicate on the "finding_id" field.

func FindingIDGTE

func FindingIDGTE(v string) predicate.WorkflowInstance

FindingIDGTE applies the GTE predicate on the "finding_id" field.

func FindingIDHasPrefix

func FindingIDHasPrefix(v string) predicate.WorkflowInstance

FindingIDHasPrefix applies the HasPrefix predicate on the "finding_id" field.

func FindingIDHasSuffix

func FindingIDHasSuffix(v string) predicate.WorkflowInstance

FindingIDHasSuffix applies the HasSuffix predicate on the "finding_id" field.

func FindingIDIn

func FindingIDIn(vs ...string) predicate.WorkflowInstance

FindingIDIn applies the In predicate on the "finding_id" field.

func FindingIDIsNil

func FindingIDIsNil() predicate.WorkflowInstance

FindingIDIsNil applies the IsNil predicate on the "finding_id" field.

func FindingIDLT

func FindingIDLT(v string) predicate.WorkflowInstance

FindingIDLT applies the LT predicate on the "finding_id" field.

func FindingIDLTE

func FindingIDLTE(v string) predicate.WorkflowInstance

FindingIDLTE applies the LTE predicate on the "finding_id" field.

func FindingIDNEQ

func FindingIDNEQ(v string) predicate.WorkflowInstance

FindingIDNEQ applies the NEQ predicate on the "finding_id" field.

func FindingIDNotIn

func FindingIDNotIn(vs ...string) predicate.WorkflowInstance

FindingIDNotIn applies the NotIn predicate on the "finding_id" field.

func FindingIDNotNil

func FindingIDNotNil() predicate.WorkflowInstance

FindingIDNotNil applies the NotNil predicate on the "finding_id" field.

func HasActionPlan

func HasActionPlan() predicate.WorkflowInstance

HasActionPlan applies the HasEdge predicate on the "action_plan" edge.

func HasActionPlanWith

func HasActionPlanWith(preds ...predicate.ActionPlan) predicate.WorkflowInstance

HasActionPlanWith applies the HasEdge predicate on the "action_plan" edge with a given conditions (other predicates).

func HasAssessment

func HasAssessment() predicate.WorkflowInstance

HasAssessment applies the HasEdge predicate on the "assessment" edge.

func HasAssessmentResponse

func HasAssessmentResponse() predicate.WorkflowInstance

HasAssessmentResponse applies the HasEdge predicate on the "assessment_response" edge.

func HasAssessmentResponseWith

func HasAssessmentResponseWith(preds ...predicate.AssessmentResponse) predicate.WorkflowInstance

HasAssessmentResponseWith applies the HasEdge predicate on the "assessment_response" edge with a given conditions (other predicates).

func HasAssessmentWith

func HasAssessmentWith(preds ...predicate.Assessment) predicate.WorkflowInstance

HasAssessmentWith applies the HasEdge predicate on the "assessment" edge with a given conditions (other predicates).

func HasCampaign

func HasCampaign() predicate.WorkflowInstance

HasCampaign applies the HasEdge predicate on the "campaign" edge.

func HasCampaignTarget

func HasCampaignTarget() predicate.WorkflowInstance

HasCampaignTarget applies the HasEdge predicate on the "campaign_target" edge.

func HasCampaignTargetWith

func HasCampaignTargetWith(preds ...predicate.CampaignTarget) predicate.WorkflowInstance

HasCampaignTargetWith applies the HasEdge predicate on the "campaign_target" edge with a given conditions (other predicates).

func HasCampaignWith

func HasCampaignWith(preds ...predicate.Campaign) predicate.WorkflowInstance

HasCampaignWith applies the HasEdge predicate on the "campaign" edge with a given conditions (other predicates).

func HasControl

func HasControl() predicate.WorkflowInstance

HasControl applies the HasEdge predicate on the "control" edge.

func HasControlWith

func HasControlWith(preds ...predicate.Control) predicate.WorkflowInstance

HasControlWith applies the HasEdge predicate on the "control" edge with a given conditions (other predicates).

func HasEmailTemplates

func HasEmailTemplates() predicate.WorkflowInstance

HasEmailTemplates applies the HasEdge predicate on the "email_templates" edge.

func HasEmailTemplatesWith

func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.WorkflowInstance

HasEmailTemplatesWith applies the HasEdge predicate on the "email_templates" edge with a given conditions (other predicates).

func HasEvidence

func HasEvidence() predicate.WorkflowInstance

HasEvidence applies the HasEdge predicate on the "evidence" edge.

func HasEvidenceWith

func HasEvidenceWith(preds ...predicate.Evidence) predicate.WorkflowInstance

HasEvidenceWith applies the HasEdge predicate on the "evidence" edge with a given conditions (other predicates).

func HasFinding

func HasFinding() predicate.WorkflowInstance

HasFinding applies the HasEdge predicate on the "finding" edge.

func HasFindingWith

func HasFindingWith(preds ...predicate.Finding) predicate.WorkflowInstance

HasFindingWith applies the HasEdge predicate on the "finding" edge with a given conditions (other predicates).

func HasIdentityHolder

func HasIdentityHolder() predicate.WorkflowInstance

HasIdentityHolder applies the HasEdge predicate on the "identity_holder" edge.

func HasIdentityHolderWith

func HasIdentityHolderWith(preds ...predicate.IdentityHolder) predicate.WorkflowInstance

HasIdentityHolderWith applies the HasEdge predicate on the "identity_holder" edge with a given conditions (other predicates).

func HasIntegration

func HasIntegration() predicate.WorkflowInstance

HasIntegration applies the HasEdge predicate on the "integration" edge.

func HasIntegrationWith

func HasIntegrationWith(preds ...predicate.Integration) predicate.WorkflowInstance

HasIntegrationWith applies the HasEdge predicate on the "integration" edge with a given conditions (other predicates).

func HasInternalPolicy

func HasInternalPolicy() predicate.WorkflowInstance

HasInternalPolicy applies the HasEdge predicate on the "internal_policy" edge.

func HasInternalPolicyWith

func HasInternalPolicyWith(preds ...predicate.InternalPolicy) predicate.WorkflowInstance

HasInternalPolicyWith applies the HasEdge predicate on the "internal_policy" edge with a given conditions (other predicates).

func HasOwner

func HasOwner() predicate.WorkflowInstance

HasOwner applies the HasEdge predicate on the "owner" edge.

func HasOwnerWith

func HasOwnerWith(preds ...predicate.Organization) predicate.WorkflowInstance

HasOwnerWith applies the HasEdge predicate on the "owner" edge with a given conditions (other predicates).

func HasPlatform

func HasPlatform() predicate.WorkflowInstance

HasPlatform applies the HasEdge predicate on the "platform" edge.

func HasPlatformWith

func HasPlatformWith(preds ...predicate.Platform) predicate.WorkflowInstance

HasPlatformWith applies the HasEdge predicate on the "platform" edge with a given conditions (other predicates).

func HasProcedure

func HasProcedure() predicate.WorkflowInstance

HasProcedure applies the HasEdge predicate on the "procedure" edge.

func HasProcedureWith

func HasProcedureWith(preds ...predicate.Procedure) predicate.WorkflowInstance

HasProcedureWith applies the HasEdge predicate on the "procedure" edge with a given conditions (other predicates).

func HasRemediation

func HasRemediation() predicate.WorkflowInstance

HasRemediation applies the HasEdge predicate on the "remediation" edge.

func HasRemediationWith

func HasRemediationWith(preds ...predicate.Remediation) predicate.WorkflowInstance

HasRemediationWith applies the HasEdge predicate on the "remediation" edge with a given conditions (other predicates).

func HasRisk

func HasRisk() predicate.WorkflowInstance

HasRisk applies the HasEdge predicate on the "risk" edge.

func HasRiskWith

func HasRiskWith(preds ...predicate.Risk) predicate.WorkflowInstance

HasRiskWith applies the HasEdge predicate on the "risk" edge with a given conditions (other predicates).

func HasSubcontrol

func HasSubcontrol() predicate.WorkflowInstance

HasSubcontrol applies the HasEdge predicate on the "subcontrol" edge.

func HasSubcontrolWith

func HasSubcontrolWith(preds ...predicate.Subcontrol) predicate.WorkflowInstance

HasSubcontrolWith applies the HasEdge predicate on the "subcontrol" edge with a given conditions (other predicates).

func HasTask

func HasTask() predicate.WorkflowInstance

HasTask applies the HasEdge predicate on the "task" edge.

func HasTaskWith

func HasTaskWith(preds ...predicate.Task) predicate.WorkflowInstance

HasTaskWith applies the HasEdge predicate on the "task" edge with a given conditions (other predicates).

func HasVulnerability

func HasVulnerability() predicate.WorkflowInstance

HasVulnerability applies the HasEdge predicate on the "vulnerability" edge.

func HasVulnerabilityWith

func HasVulnerabilityWith(preds ...predicate.Vulnerability) predicate.WorkflowInstance

HasVulnerabilityWith applies the HasEdge predicate on the "vulnerability" edge with a given conditions (other predicates).

func HasWorkflowAssignments

func HasWorkflowAssignments() predicate.WorkflowInstance

HasWorkflowAssignments applies the HasEdge predicate on the "workflow_assignments" edge.

func HasWorkflowAssignmentsWith

func HasWorkflowAssignmentsWith(preds ...predicate.WorkflowAssignment) predicate.WorkflowInstance

HasWorkflowAssignmentsWith applies the HasEdge predicate on the "workflow_assignments" edge with a given conditions (other predicates).

func HasWorkflowDefinition

func HasWorkflowDefinition() predicate.WorkflowInstance

HasWorkflowDefinition applies the HasEdge predicate on the "workflow_definition" edge.

func HasWorkflowDefinitionWith

func HasWorkflowDefinitionWith(preds ...predicate.WorkflowDefinition) predicate.WorkflowInstance

HasWorkflowDefinitionWith applies the HasEdge predicate on the "workflow_definition" edge with a given conditions (other predicates).

func HasWorkflowEvents

func HasWorkflowEvents() predicate.WorkflowInstance

HasWorkflowEvents applies the HasEdge predicate on the "workflow_events" edge.

func HasWorkflowEventsWith

func HasWorkflowEventsWith(preds ...predicate.WorkflowEvent) predicate.WorkflowInstance

HasWorkflowEventsWith applies the HasEdge predicate on the "workflow_events" edge with a given conditions (other predicates).

func HasWorkflowObjectRefs

func HasWorkflowObjectRefs() predicate.WorkflowInstance

HasWorkflowObjectRefs applies the HasEdge predicate on the "workflow_object_refs" edge.

func HasWorkflowObjectRefsWith

func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.WorkflowInstance

HasWorkflowObjectRefsWith applies the HasEdge predicate on the "workflow_object_refs" edge with a given conditions (other predicates).

func HasWorkflowProposal

func HasWorkflowProposal() predicate.WorkflowInstance

HasWorkflowProposal applies the HasEdge predicate on the "workflow_proposal" edge.

func HasWorkflowProposalWith

func HasWorkflowProposalWith(preds ...predicate.WorkflowProposal) predicate.WorkflowInstance

HasWorkflowProposalWith applies the HasEdge predicate on the "workflow_proposal" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.WorkflowInstance

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.WorkflowInstance

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...string) predicate.WorkflowInstance

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...string) predicate.WorkflowInstance

IDNotIn applies the NotIn predicate on the ID field.

func IdentityHolderID

func IdentityHolderID(v string) predicate.WorkflowInstance

IdentityHolderID applies equality check predicate on the "identity_holder_id" field. It's identical to IdentityHolderIDEQ.

func IdentityHolderIDContains

func IdentityHolderIDContains(v string) predicate.WorkflowInstance

IdentityHolderIDContains applies the Contains predicate on the "identity_holder_id" field.

func IdentityHolderIDContainsFold

func IdentityHolderIDContainsFold(v string) predicate.WorkflowInstance

IdentityHolderIDContainsFold applies the ContainsFold predicate on the "identity_holder_id" field.

func IdentityHolderIDEQ

func IdentityHolderIDEQ(v string) predicate.WorkflowInstance

IdentityHolderIDEQ applies the EQ predicate on the "identity_holder_id" field.

func IdentityHolderIDEqualFold

func IdentityHolderIDEqualFold(v string) predicate.WorkflowInstance

IdentityHolderIDEqualFold applies the EqualFold predicate on the "identity_holder_id" field.

func IdentityHolderIDGT

func IdentityHolderIDGT(v string) predicate.WorkflowInstance

IdentityHolderIDGT applies the GT predicate on the "identity_holder_id" field.

func IdentityHolderIDGTE

func IdentityHolderIDGTE(v string) predicate.WorkflowInstance

IdentityHolderIDGTE applies the GTE predicate on the "identity_holder_id" field.

func IdentityHolderIDHasPrefix

func IdentityHolderIDHasPrefix(v string) predicate.WorkflowInstance

IdentityHolderIDHasPrefix applies the HasPrefix predicate on the "identity_holder_id" field.

func IdentityHolderIDHasSuffix

func IdentityHolderIDHasSuffix(v string) predicate.WorkflowInstance

IdentityHolderIDHasSuffix applies the HasSuffix predicate on the "identity_holder_id" field.

func IdentityHolderIDIn

func IdentityHolderIDIn(vs ...string) predicate.WorkflowInstance

IdentityHolderIDIn applies the In predicate on the "identity_holder_id" field.

func IdentityHolderIDIsNil

func IdentityHolderIDIsNil() predicate.WorkflowInstance

IdentityHolderIDIsNil applies the IsNil predicate on the "identity_holder_id" field.

func IdentityHolderIDLT

func IdentityHolderIDLT(v string) predicate.WorkflowInstance

IdentityHolderIDLT applies the LT predicate on the "identity_holder_id" field.

func IdentityHolderIDLTE

func IdentityHolderIDLTE(v string) predicate.WorkflowInstance

IdentityHolderIDLTE applies the LTE predicate on the "identity_holder_id" field.

func IdentityHolderIDNEQ

func IdentityHolderIDNEQ(v string) predicate.WorkflowInstance

IdentityHolderIDNEQ applies the NEQ predicate on the "identity_holder_id" field.

func IdentityHolderIDNotIn

func IdentityHolderIDNotIn(vs ...string) predicate.WorkflowInstance

IdentityHolderIDNotIn applies the NotIn predicate on the "identity_holder_id" field.

func IdentityHolderIDNotNil

func IdentityHolderIDNotNil() predicate.WorkflowInstance

IdentityHolderIDNotNil applies the NotNil predicate on the "identity_holder_id" field.

func IntegrationID

func IntegrationID(v string) predicate.WorkflowInstance

IntegrationID applies equality check predicate on the "integration_id" field. It's identical to IntegrationIDEQ.

func IntegrationIDContains

func IntegrationIDContains(v string) predicate.WorkflowInstance

IntegrationIDContains applies the Contains predicate on the "integration_id" field.

func IntegrationIDContainsFold

func IntegrationIDContainsFold(v string) predicate.WorkflowInstance

IntegrationIDContainsFold applies the ContainsFold predicate on the "integration_id" field.

func IntegrationIDEQ

func IntegrationIDEQ(v string) predicate.WorkflowInstance

IntegrationIDEQ applies the EQ predicate on the "integration_id" field.

func IntegrationIDEqualFold

func IntegrationIDEqualFold(v string) predicate.WorkflowInstance

IntegrationIDEqualFold applies the EqualFold predicate on the "integration_id" field.

func IntegrationIDGT

func IntegrationIDGT(v string) predicate.WorkflowInstance

IntegrationIDGT applies the GT predicate on the "integration_id" field.

func IntegrationIDGTE

func IntegrationIDGTE(v string) predicate.WorkflowInstance

IntegrationIDGTE applies the GTE predicate on the "integration_id" field.

func IntegrationIDHasPrefix

func IntegrationIDHasPrefix(v string) predicate.WorkflowInstance

IntegrationIDHasPrefix applies the HasPrefix predicate on the "integration_id" field.

func IntegrationIDHasSuffix

func IntegrationIDHasSuffix(v string) predicate.WorkflowInstance

IntegrationIDHasSuffix applies the HasSuffix predicate on the "integration_id" field.

func IntegrationIDIn

func IntegrationIDIn(vs ...string) predicate.WorkflowInstance

IntegrationIDIn applies the In predicate on the "integration_id" field.

func IntegrationIDIsNil

func IntegrationIDIsNil() predicate.WorkflowInstance

IntegrationIDIsNil applies the IsNil predicate on the "integration_id" field.

func IntegrationIDLT

func IntegrationIDLT(v string) predicate.WorkflowInstance

IntegrationIDLT applies the LT predicate on the "integration_id" field.

func IntegrationIDLTE

func IntegrationIDLTE(v string) predicate.WorkflowInstance

IntegrationIDLTE applies the LTE predicate on the "integration_id" field.

func IntegrationIDNEQ

func IntegrationIDNEQ(v string) predicate.WorkflowInstance

IntegrationIDNEQ applies the NEQ predicate on the "integration_id" field.

func IntegrationIDNotIn

func IntegrationIDNotIn(vs ...string) predicate.WorkflowInstance

IntegrationIDNotIn applies the NotIn predicate on the "integration_id" field.

func IntegrationIDNotNil

func IntegrationIDNotNil() predicate.WorkflowInstance

IntegrationIDNotNil applies the NotNil predicate on the "integration_id" field.

func InternalPolicyID

func InternalPolicyID(v string) predicate.WorkflowInstance

InternalPolicyID applies equality check predicate on the "internal_policy_id" field. It's identical to InternalPolicyIDEQ.

func InternalPolicyIDContains

func InternalPolicyIDContains(v string) predicate.WorkflowInstance

InternalPolicyIDContains applies the Contains predicate on the "internal_policy_id" field.

func InternalPolicyIDContainsFold

func InternalPolicyIDContainsFold(v string) predicate.WorkflowInstance

InternalPolicyIDContainsFold applies the ContainsFold predicate on the "internal_policy_id" field.

func InternalPolicyIDEQ

func InternalPolicyIDEQ(v string) predicate.WorkflowInstance

InternalPolicyIDEQ applies the EQ predicate on the "internal_policy_id" field.

func InternalPolicyIDEqualFold

func InternalPolicyIDEqualFold(v string) predicate.WorkflowInstance

InternalPolicyIDEqualFold applies the EqualFold predicate on the "internal_policy_id" field.

func InternalPolicyIDGT

func InternalPolicyIDGT(v string) predicate.WorkflowInstance

InternalPolicyIDGT applies the GT predicate on the "internal_policy_id" field.

func InternalPolicyIDGTE

func InternalPolicyIDGTE(v string) predicate.WorkflowInstance

InternalPolicyIDGTE applies the GTE predicate on the "internal_policy_id" field.

func InternalPolicyIDHasPrefix

func InternalPolicyIDHasPrefix(v string) predicate.WorkflowInstance

InternalPolicyIDHasPrefix applies the HasPrefix predicate on the "internal_policy_id" field.

func InternalPolicyIDHasSuffix

func InternalPolicyIDHasSuffix(v string) predicate.WorkflowInstance

InternalPolicyIDHasSuffix applies the HasSuffix predicate on the "internal_policy_id" field.

func InternalPolicyIDIn

func InternalPolicyIDIn(vs ...string) predicate.WorkflowInstance

InternalPolicyIDIn applies the In predicate on the "internal_policy_id" field.

func InternalPolicyIDIsNil

func InternalPolicyIDIsNil() predicate.WorkflowInstance

InternalPolicyIDIsNil applies the IsNil predicate on the "internal_policy_id" field.

func InternalPolicyIDLT

func InternalPolicyIDLT(v string) predicate.WorkflowInstance

InternalPolicyIDLT applies the LT predicate on the "internal_policy_id" field.

func InternalPolicyIDLTE

func InternalPolicyIDLTE(v string) predicate.WorkflowInstance

InternalPolicyIDLTE applies the LTE predicate on the "internal_policy_id" field.

func InternalPolicyIDNEQ

func InternalPolicyIDNEQ(v string) predicate.WorkflowInstance

InternalPolicyIDNEQ applies the NEQ predicate on the "internal_policy_id" field.

func InternalPolicyIDNotIn

func InternalPolicyIDNotIn(vs ...string) predicate.WorkflowInstance

InternalPolicyIDNotIn applies the NotIn predicate on the "internal_policy_id" field.

func InternalPolicyIDNotNil

func InternalPolicyIDNotNil() predicate.WorkflowInstance

InternalPolicyIDNotNil applies the NotNil predicate on the "internal_policy_id" field.

func LastEvaluatedAt

func LastEvaluatedAt(v time.Time) predicate.WorkflowInstance

LastEvaluatedAt applies equality check predicate on the "last_evaluated_at" field. It's identical to LastEvaluatedAtEQ.

func LastEvaluatedAtEQ

func LastEvaluatedAtEQ(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtEQ applies the EQ predicate on the "last_evaluated_at" field.

func LastEvaluatedAtGT

func LastEvaluatedAtGT(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtGT applies the GT predicate on the "last_evaluated_at" field.

func LastEvaluatedAtGTE

func LastEvaluatedAtGTE(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtGTE applies the GTE predicate on the "last_evaluated_at" field.

func LastEvaluatedAtIn

func LastEvaluatedAtIn(vs ...time.Time) predicate.WorkflowInstance

LastEvaluatedAtIn applies the In predicate on the "last_evaluated_at" field.

func LastEvaluatedAtIsNil

func LastEvaluatedAtIsNil() predicate.WorkflowInstance

LastEvaluatedAtIsNil applies the IsNil predicate on the "last_evaluated_at" field.

func LastEvaluatedAtLT

func LastEvaluatedAtLT(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtLT applies the LT predicate on the "last_evaluated_at" field.

func LastEvaluatedAtLTE

func LastEvaluatedAtLTE(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtLTE applies the LTE predicate on the "last_evaluated_at" field.

func LastEvaluatedAtNEQ

func LastEvaluatedAtNEQ(v time.Time) predicate.WorkflowInstance

LastEvaluatedAtNEQ applies the NEQ predicate on the "last_evaluated_at" field.

func LastEvaluatedAtNotIn

func LastEvaluatedAtNotIn(vs ...time.Time) predicate.WorkflowInstance

LastEvaluatedAtNotIn applies the NotIn predicate on the "last_evaluated_at" field.

func LastEvaluatedAtNotNil

func LastEvaluatedAtNotNil() predicate.WorkflowInstance

LastEvaluatedAtNotNil applies the NotNil predicate on the "last_evaluated_at" field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func OwnerID

OwnerID applies equality check predicate on the "owner_id" field. It's identical to OwnerIDEQ.

func OwnerIDContains

func OwnerIDContains(v string) predicate.WorkflowInstance

OwnerIDContains applies the Contains predicate on the "owner_id" field.

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.WorkflowInstance

OwnerIDContainsFold applies the ContainsFold predicate on the "owner_id" field.

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.WorkflowInstance

OwnerIDEQ applies the EQ predicate on the "owner_id" field.

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.WorkflowInstance

OwnerIDEqualFold applies the EqualFold predicate on the "owner_id" field.

func OwnerIDGT

func OwnerIDGT(v string) predicate.WorkflowInstance

OwnerIDGT applies the GT predicate on the "owner_id" field.

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.WorkflowInstance

OwnerIDGTE applies the GTE predicate on the "owner_id" field.

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.WorkflowInstance

OwnerIDHasPrefix applies the HasPrefix predicate on the "owner_id" field.

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.WorkflowInstance

OwnerIDHasSuffix applies the HasSuffix predicate on the "owner_id" field.

func OwnerIDIn

func OwnerIDIn(vs ...string) predicate.WorkflowInstance

OwnerIDIn applies the In predicate on the "owner_id" field.

func OwnerIDIsNil

func OwnerIDIsNil() predicate.WorkflowInstance

OwnerIDIsNil applies the IsNil predicate on the "owner_id" field.

func OwnerIDLT

func OwnerIDLT(v string) predicate.WorkflowInstance

OwnerIDLT applies the LT predicate on the "owner_id" field.

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.WorkflowInstance

OwnerIDLTE applies the LTE predicate on the "owner_id" field.

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.WorkflowInstance

OwnerIDNEQ applies the NEQ predicate on the "owner_id" field.

func OwnerIDNotIn

func OwnerIDNotIn(vs ...string) predicate.WorkflowInstance

OwnerIDNotIn applies the NotIn predicate on the "owner_id" field.

func OwnerIDNotNil

func OwnerIDNotNil() predicate.WorkflowInstance

OwnerIDNotNil applies the NotNil predicate on the "owner_id" field.

func PlatformID

func PlatformID(v string) predicate.WorkflowInstance

PlatformID applies equality check predicate on the "platform_id" field. It's identical to PlatformIDEQ.

func PlatformIDContains

func PlatformIDContains(v string) predicate.WorkflowInstance

PlatformIDContains applies the Contains predicate on the "platform_id" field.

func PlatformIDContainsFold

func PlatformIDContainsFold(v string) predicate.WorkflowInstance

PlatformIDContainsFold applies the ContainsFold predicate on the "platform_id" field.

func PlatformIDEQ

func PlatformIDEQ(v string) predicate.WorkflowInstance

PlatformIDEQ applies the EQ predicate on the "platform_id" field.

func PlatformIDEqualFold

func PlatformIDEqualFold(v string) predicate.WorkflowInstance

PlatformIDEqualFold applies the EqualFold predicate on the "platform_id" field.

func PlatformIDGT

func PlatformIDGT(v string) predicate.WorkflowInstance

PlatformIDGT applies the GT predicate on the "platform_id" field.

func PlatformIDGTE

func PlatformIDGTE(v string) predicate.WorkflowInstance

PlatformIDGTE applies the GTE predicate on the "platform_id" field.

func PlatformIDHasPrefix

func PlatformIDHasPrefix(v string) predicate.WorkflowInstance

PlatformIDHasPrefix applies the HasPrefix predicate on the "platform_id" field.

func PlatformIDHasSuffix

func PlatformIDHasSuffix(v string) predicate.WorkflowInstance

PlatformIDHasSuffix applies the HasSuffix predicate on the "platform_id" field.

func PlatformIDIn

func PlatformIDIn(vs ...string) predicate.WorkflowInstance

PlatformIDIn applies the In predicate on the "platform_id" field.

func PlatformIDIsNil

func PlatformIDIsNil() predicate.WorkflowInstance

PlatformIDIsNil applies the IsNil predicate on the "platform_id" field.

func PlatformIDLT

func PlatformIDLT(v string) predicate.WorkflowInstance

PlatformIDLT applies the LT predicate on the "platform_id" field.

func PlatformIDLTE

func PlatformIDLTE(v string) predicate.WorkflowInstance

PlatformIDLTE applies the LTE predicate on the "platform_id" field.

func PlatformIDNEQ

func PlatformIDNEQ(v string) predicate.WorkflowInstance

PlatformIDNEQ applies the NEQ predicate on the "platform_id" field.

func PlatformIDNotIn

func PlatformIDNotIn(vs ...string) predicate.WorkflowInstance

PlatformIDNotIn applies the NotIn predicate on the "platform_id" field.

func PlatformIDNotNil

func PlatformIDNotNil() predicate.WorkflowInstance

PlatformIDNotNil applies the NotNil predicate on the "platform_id" field.

func ProcedureID

func ProcedureID(v string) predicate.WorkflowInstance

ProcedureID applies equality check predicate on the "procedure_id" field. It's identical to ProcedureIDEQ.

func ProcedureIDContains

func ProcedureIDContains(v string) predicate.WorkflowInstance

ProcedureIDContains applies the Contains predicate on the "procedure_id" field.

func ProcedureIDContainsFold

func ProcedureIDContainsFold(v string) predicate.WorkflowInstance

ProcedureIDContainsFold applies the ContainsFold predicate on the "procedure_id" field.

func ProcedureIDEQ

func ProcedureIDEQ(v string) predicate.WorkflowInstance

ProcedureIDEQ applies the EQ predicate on the "procedure_id" field.

func ProcedureIDEqualFold

func ProcedureIDEqualFold(v string) predicate.WorkflowInstance

ProcedureIDEqualFold applies the EqualFold predicate on the "procedure_id" field.

func ProcedureIDGT

func ProcedureIDGT(v string) predicate.WorkflowInstance

ProcedureIDGT applies the GT predicate on the "procedure_id" field.

func ProcedureIDGTE

func ProcedureIDGTE(v string) predicate.WorkflowInstance

ProcedureIDGTE applies the GTE predicate on the "procedure_id" field.

func ProcedureIDHasPrefix

func ProcedureIDHasPrefix(v string) predicate.WorkflowInstance

ProcedureIDHasPrefix applies the HasPrefix predicate on the "procedure_id" field.

func ProcedureIDHasSuffix

func ProcedureIDHasSuffix(v string) predicate.WorkflowInstance

ProcedureIDHasSuffix applies the HasSuffix predicate on the "procedure_id" field.

func ProcedureIDIn

func ProcedureIDIn(vs ...string) predicate.WorkflowInstance

ProcedureIDIn applies the In predicate on the "procedure_id" field.

func ProcedureIDIsNil

func ProcedureIDIsNil() predicate.WorkflowInstance

ProcedureIDIsNil applies the IsNil predicate on the "procedure_id" field.

func ProcedureIDLT

func ProcedureIDLT(v string) predicate.WorkflowInstance

ProcedureIDLT applies the LT predicate on the "procedure_id" field.

func ProcedureIDLTE

func ProcedureIDLTE(v string) predicate.WorkflowInstance

ProcedureIDLTE applies the LTE predicate on the "procedure_id" field.

func ProcedureIDNEQ

func ProcedureIDNEQ(v string) predicate.WorkflowInstance

ProcedureIDNEQ applies the NEQ predicate on the "procedure_id" field.

func ProcedureIDNotIn

func ProcedureIDNotIn(vs ...string) predicate.WorkflowInstance

ProcedureIDNotIn applies the NotIn predicate on the "procedure_id" field.

func ProcedureIDNotNil

func ProcedureIDNotNil() predicate.WorkflowInstance

ProcedureIDNotNil applies the NotNil predicate on the "procedure_id" field.

func RemediationID

func RemediationID(v string) predicate.WorkflowInstance

RemediationID applies equality check predicate on the "remediation_id" field. It's identical to RemediationIDEQ.

func RemediationIDContains

func RemediationIDContains(v string) predicate.WorkflowInstance

RemediationIDContains applies the Contains predicate on the "remediation_id" field.

func RemediationIDContainsFold

func RemediationIDContainsFold(v string) predicate.WorkflowInstance

RemediationIDContainsFold applies the ContainsFold predicate on the "remediation_id" field.

func RemediationIDEQ

func RemediationIDEQ(v string) predicate.WorkflowInstance

RemediationIDEQ applies the EQ predicate on the "remediation_id" field.

func RemediationIDEqualFold

func RemediationIDEqualFold(v string) predicate.WorkflowInstance

RemediationIDEqualFold applies the EqualFold predicate on the "remediation_id" field.

func RemediationIDGT

func RemediationIDGT(v string) predicate.WorkflowInstance

RemediationIDGT applies the GT predicate on the "remediation_id" field.

func RemediationIDGTE

func RemediationIDGTE(v string) predicate.WorkflowInstance

RemediationIDGTE applies the GTE predicate on the "remediation_id" field.

func RemediationIDHasPrefix

func RemediationIDHasPrefix(v string) predicate.WorkflowInstance

RemediationIDHasPrefix applies the HasPrefix predicate on the "remediation_id" field.

func RemediationIDHasSuffix

func RemediationIDHasSuffix(v string) predicate.WorkflowInstance

RemediationIDHasSuffix applies the HasSuffix predicate on the "remediation_id" field.

func RemediationIDIn

func RemediationIDIn(vs ...string) predicate.WorkflowInstance

RemediationIDIn applies the In predicate on the "remediation_id" field.

func RemediationIDIsNil

func RemediationIDIsNil() predicate.WorkflowInstance

RemediationIDIsNil applies the IsNil predicate on the "remediation_id" field.

func RemediationIDLT

func RemediationIDLT(v string) predicate.WorkflowInstance

RemediationIDLT applies the LT predicate on the "remediation_id" field.

func RemediationIDLTE

func RemediationIDLTE(v string) predicate.WorkflowInstance

RemediationIDLTE applies the LTE predicate on the "remediation_id" field.

func RemediationIDNEQ

func RemediationIDNEQ(v string) predicate.WorkflowInstance

RemediationIDNEQ applies the NEQ predicate on the "remediation_id" field.

func RemediationIDNotIn

func RemediationIDNotIn(vs ...string) predicate.WorkflowInstance

RemediationIDNotIn applies the NotIn predicate on the "remediation_id" field.

func RemediationIDNotNil

func RemediationIDNotNil() predicate.WorkflowInstance

RemediationIDNotNil applies the NotNil predicate on the "remediation_id" field.

func RiskID

RiskID applies equality check predicate on the "risk_id" field. It's identical to RiskIDEQ.

func RiskIDContains

func RiskIDContains(v string) predicate.WorkflowInstance

RiskIDContains applies the Contains predicate on the "risk_id" field.

func RiskIDContainsFold

func RiskIDContainsFold(v string) predicate.WorkflowInstance

RiskIDContainsFold applies the ContainsFold predicate on the "risk_id" field.

func RiskIDEQ

func RiskIDEQ(v string) predicate.WorkflowInstance

RiskIDEQ applies the EQ predicate on the "risk_id" field.

func RiskIDEqualFold

func RiskIDEqualFold(v string) predicate.WorkflowInstance

RiskIDEqualFold applies the EqualFold predicate on the "risk_id" field.

func RiskIDGT

func RiskIDGT(v string) predicate.WorkflowInstance

RiskIDGT applies the GT predicate on the "risk_id" field.

func RiskIDGTE

func RiskIDGTE(v string) predicate.WorkflowInstance

RiskIDGTE applies the GTE predicate on the "risk_id" field.

func RiskIDHasPrefix

func RiskIDHasPrefix(v string) predicate.WorkflowInstance

RiskIDHasPrefix applies the HasPrefix predicate on the "risk_id" field.

func RiskIDHasSuffix

func RiskIDHasSuffix(v string) predicate.WorkflowInstance

RiskIDHasSuffix applies the HasSuffix predicate on the "risk_id" field.

func RiskIDIn

func RiskIDIn(vs ...string) predicate.WorkflowInstance

RiskIDIn applies the In predicate on the "risk_id" field.

func RiskIDIsNil

func RiskIDIsNil() predicate.WorkflowInstance

RiskIDIsNil applies the IsNil predicate on the "risk_id" field.

func RiskIDLT

func RiskIDLT(v string) predicate.WorkflowInstance

RiskIDLT applies the LT predicate on the "risk_id" field.

func RiskIDLTE

func RiskIDLTE(v string) predicate.WorkflowInstance

RiskIDLTE applies the LTE predicate on the "risk_id" field.

func RiskIDNEQ

func RiskIDNEQ(v string) predicate.WorkflowInstance

RiskIDNEQ applies the NEQ predicate on the "risk_id" field.

func RiskIDNotIn

func RiskIDNotIn(vs ...string) predicate.WorkflowInstance

RiskIDNotIn applies the NotIn predicate on the "risk_id" field.

func RiskIDNotNil

func RiskIDNotNil() predicate.WorkflowInstance

RiskIDNotNil applies the NotNil predicate on the "risk_id" field.

func StateEQ

StateEQ applies the EQ predicate on the "state" field.

func StateIn

StateIn applies the In predicate on the "state" field.

func StateNEQ

StateNEQ applies the NEQ predicate on the "state" field.

func StateNotIn

StateNotIn applies the NotIn predicate on the "state" field.

func StateValidator

func StateValidator(s enums.WorkflowInstanceState) error

StateValidator is a validator for the "state" field enum values. It is called by the builders before save.

func SubcontrolID

func SubcontrolID(v string) predicate.WorkflowInstance

SubcontrolID applies equality check predicate on the "subcontrol_id" field. It's identical to SubcontrolIDEQ.

func SubcontrolIDContains

func SubcontrolIDContains(v string) predicate.WorkflowInstance

SubcontrolIDContains applies the Contains predicate on the "subcontrol_id" field.

func SubcontrolIDContainsFold

func SubcontrolIDContainsFold(v string) predicate.WorkflowInstance

SubcontrolIDContainsFold applies the ContainsFold predicate on the "subcontrol_id" field.

func SubcontrolIDEQ

func SubcontrolIDEQ(v string) predicate.WorkflowInstance

SubcontrolIDEQ applies the EQ predicate on the "subcontrol_id" field.

func SubcontrolIDEqualFold

func SubcontrolIDEqualFold(v string) predicate.WorkflowInstance

SubcontrolIDEqualFold applies the EqualFold predicate on the "subcontrol_id" field.

func SubcontrolIDGT

func SubcontrolIDGT(v string) predicate.WorkflowInstance

SubcontrolIDGT applies the GT predicate on the "subcontrol_id" field.

func SubcontrolIDGTE

func SubcontrolIDGTE(v string) predicate.WorkflowInstance

SubcontrolIDGTE applies the GTE predicate on the "subcontrol_id" field.

func SubcontrolIDHasPrefix

func SubcontrolIDHasPrefix(v string) predicate.WorkflowInstance

SubcontrolIDHasPrefix applies the HasPrefix predicate on the "subcontrol_id" field.

func SubcontrolIDHasSuffix

func SubcontrolIDHasSuffix(v string) predicate.WorkflowInstance

SubcontrolIDHasSuffix applies the HasSuffix predicate on the "subcontrol_id" field.

func SubcontrolIDIn

func SubcontrolIDIn(vs ...string) predicate.WorkflowInstance

SubcontrolIDIn applies the In predicate on the "subcontrol_id" field.

func SubcontrolIDIsNil

func SubcontrolIDIsNil() predicate.WorkflowInstance

SubcontrolIDIsNil applies the IsNil predicate on the "subcontrol_id" field.

func SubcontrolIDLT

func SubcontrolIDLT(v string) predicate.WorkflowInstance

SubcontrolIDLT applies the LT predicate on the "subcontrol_id" field.

func SubcontrolIDLTE

func SubcontrolIDLTE(v string) predicate.WorkflowInstance

SubcontrolIDLTE applies the LTE predicate on the "subcontrol_id" field.

func SubcontrolIDNEQ

func SubcontrolIDNEQ(v string) predicate.WorkflowInstance

SubcontrolIDNEQ applies the NEQ predicate on the "subcontrol_id" field.

func SubcontrolIDNotIn

func SubcontrolIDNotIn(vs ...string) predicate.WorkflowInstance

SubcontrolIDNotIn applies the NotIn predicate on the "subcontrol_id" field.

func SubcontrolIDNotNil

func SubcontrolIDNotNil() predicate.WorkflowInstance

SubcontrolIDNotNil applies the NotNil predicate on the "subcontrol_id" field.

func TagsIsNil

func TagsIsNil() predicate.WorkflowInstance

TagsIsNil applies the IsNil predicate on the "tags" field.

func TagsNotNil

func TagsNotNil() predicate.WorkflowInstance

TagsNotNil applies the NotNil predicate on the "tags" field.

func TaskID

TaskID applies equality check predicate on the "task_id" field. It's identical to TaskIDEQ.

func TaskIDContains

func TaskIDContains(v string) predicate.WorkflowInstance

TaskIDContains applies the Contains predicate on the "task_id" field.

func TaskIDContainsFold

func TaskIDContainsFold(v string) predicate.WorkflowInstance

TaskIDContainsFold applies the ContainsFold predicate on the "task_id" field.

func TaskIDEQ

func TaskIDEQ(v string) predicate.WorkflowInstance

TaskIDEQ applies the EQ predicate on the "task_id" field.

func TaskIDEqualFold

func TaskIDEqualFold(v string) predicate.WorkflowInstance

TaskIDEqualFold applies the EqualFold predicate on the "task_id" field.

func TaskIDGT

func TaskIDGT(v string) predicate.WorkflowInstance

TaskIDGT applies the GT predicate on the "task_id" field.

func TaskIDGTE

func TaskIDGTE(v string) predicate.WorkflowInstance

TaskIDGTE applies the GTE predicate on the "task_id" field.

func TaskIDHasPrefix

func TaskIDHasPrefix(v string) predicate.WorkflowInstance

TaskIDHasPrefix applies the HasPrefix predicate on the "task_id" field.

func TaskIDHasSuffix

func TaskIDHasSuffix(v string) predicate.WorkflowInstance

TaskIDHasSuffix applies the HasSuffix predicate on the "task_id" field.

func TaskIDIn

func TaskIDIn(vs ...string) predicate.WorkflowInstance

TaskIDIn applies the In predicate on the "task_id" field.

func TaskIDIsNil

func TaskIDIsNil() predicate.WorkflowInstance

TaskIDIsNil applies the IsNil predicate on the "task_id" field.

func TaskIDLT

func TaskIDLT(v string) predicate.WorkflowInstance

TaskIDLT applies the LT predicate on the "task_id" field.

func TaskIDLTE

func TaskIDLTE(v string) predicate.WorkflowInstance

TaskIDLTE applies the LTE predicate on the "task_id" field.

func TaskIDNEQ

func TaskIDNEQ(v string) predicate.WorkflowInstance

TaskIDNEQ applies the NEQ predicate on the "task_id" field.

func TaskIDNotIn

func TaskIDNotIn(vs ...string) predicate.WorkflowInstance

TaskIDNotIn applies the NotIn predicate on the "task_id" field.

func TaskIDNotNil

func TaskIDNotNil() predicate.WorkflowInstance

TaskIDNotNil applies the NotNil predicate on the "task_id" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.WorkflowInstance

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.WorkflowInstance

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.WorkflowInstance

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.WorkflowInstance

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.WorkflowInstance

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.WorkflowInstance

UpdatedAtIsNil applies the IsNil predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.WorkflowInstance

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.WorkflowInstance

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.WorkflowInstance

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.WorkflowInstance

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.WorkflowInstance

UpdatedAtNotNil applies the NotNil predicate on the "updated_at" field.

func UpdatedBy

func UpdatedBy(v string) predicate.WorkflowInstance

UpdatedBy applies equality check predicate on the "updated_by" field. It's identical to UpdatedByEQ.

func UpdatedByContains

func UpdatedByContains(v string) predicate.WorkflowInstance

UpdatedByContains applies the Contains predicate on the "updated_by" field.

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.WorkflowInstance

UpdatedByContainsFold applies the ContainsFold predicate on the "updated_by" field.

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.WorkflowInstance

UpdatedByEQ applies the EQ predicate on the "updated_by" field.

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.WorkflowInstance

UpdatedByEqualFold applies the EqualFold predicate on the "updated_by" field.

func UpdatedByGT

func UpdatedByGT(v string) predicate.WorkflowInstance

UpdatedByGT applies the GT predicate on the "updated_by" field.

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.WorkflowInstance

UpdatedByGTE applies the GTE predicate on the "updated_by" field.

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.WorkflowInstance

UpdatedByHasPrefix applies the HasPrefix predicate on the "updated_by" field.

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.WorkflowInstance

UpdatedByHasSuffix applies the HasSuffix predicate on the "updated_by" field.

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.WorkflowInstance

UpdatedByImpersonator applies equality check predicate on the "updated_by_impersonator" field. It's identical to UpdatedByImpersonatorEQ.

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.WorkflowInstance

UpdatedByImpersonatorContains applies the Contains predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.WorkflowInstance

UpdatedByImpersonatorContainsFold applies the ContainsFold predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.WorkflowInstance

UpdatedByImpersonatorEQ applies the EQ predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.WorkflowInstance

UpdatedByImpersonatorEqualFold applies the EqualFold predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.WorkflowInstance

UpdatedByImpersonatorGT applies the GT predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.WorkflowInstance

UpdatedByImpersonatorGTE applies the GTE predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.WorkflowInstance

UpdatedByImpersonatorHasPrefix applies the HasPrefix predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.WorkflowInstance

UpdatedByImpersonatorHasSuffix applies the HasSuffix predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorIn

func UpdatedByImpersonatorIn(vs ...string) predicate.WorkflowInstance

UpdatedByImpersonatorIn applies the In predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.WorkflowInstance

UpdatedByImpersonatorIsNil applies the IsNil predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.WorkflowInstance

UpdatedByImpersonatorLT applies the LT predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.WorkflowInstance

UpdatedByImpersonatorLTE applies the LTE predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.WorkflowInstance

UpdatedByImpersonatorNEQ applies the NEQ predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorNotIn

func UpdatedByImpersonatorNotIn(vs ...string) predicate.WorkflowInstance

UpdatedByImpersonatorNotIn applies the NotIn predicate on the "updated_by_impersonator" field.

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.WorkflowInstance

UpdatedByImpersonatorNotNil applies the NotNil predicate on the "updated_by_impersonator" field.

func UpdatedByIn

func UpdatedByIn(vs ...string) predicate.WorkflowInstance

UpdatedByIn applies the In predicate on the "updated_by" field.

func UpdatedByIsNil

func UpdatedByIsNil() predicate.WorkflowInstance

UpdatedByIsNil applies the IsNil predicate on the "updated_by" field.

func UpdatedByLT

func UpdatedByLT(v string) predicate.WorkflowInstance

UpdatedByLT applies the LT predicate on the "updated_by" field.

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.WorkflowInstance

UpdatedByLTE applies the LTE predicate on the "updated_by" field.

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.WorkflowInstance

UpdatedByNEQ applies the NEQ predicate on the "updated_by" field.

func UpdatedByNotIn

func UpdatedByNotIn(vs ...string) predicate.WorkflowInstance

UpdatedByNotIn applies the NotIn predicate on the "updated_by" field.

func UpdatedByNotNil

func UpdatedByNotNil() predicate.WorkflowInstance

UpdatedByNotNil applies the NotNil predicate on the "updated_by" field.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

func VulnerabilityID

func VulnerabilityID(v string) predicate.WorkflowInstance

VulnerabilityID applies equality check predicate on the "vulnerability_id" field. It's identical to VulnerabilityIDEQ.

func VulnerabilityIDContains

func VulnerabilityIDContains(v string) predicate.WorkflowInstance

VulnerabilityIDContains applies the Contains predicate on the "vulnerability_id" field.

func VulnerabilityIDContainsFold

func VulnerabilityIDContainsFold(v string) predicate.WorkflowInstance

VulnerabilityIDContainsFold applies the ContainsFold predicate on the "vulnerability_id" field.

func VulnerabilityIDEQ

func VulnerabilityIDEQ(v string) predicate.WorkflowInstance

VulnerabilityIDEQ applies the EQ predicate on the "vulnerability_id" field.

func VulnerabilityIDEqualFold

func VulnerabilityIDEqualFold(v string) predicate.WorkflowInstance

VulnerabilityIDEqualFold applies the EqualFold predicate on the "vulnerability_id" field.

func VulnerabilityIDGT

func VulnerabilityIDGT(v string) predicate.WorkflowInstance

VulnerabilityIDGT applies the GT predicate on the "vulnerability_id" field.

func VulnerabilityIDGTE

func VulnerabilityIDGTE(v string) predicate.WorkflowInstance

VulnerabilityIDGTE applies the GTE predicate on the "vulnerability_id" field.

func VulnerabilityIDHasPrefix

func VulnerabilityIDHasPrefix(v string) predicate.WorkflowInstance

VulnerabilityIDHasPrefix applies the HasPrefix predicate on the "vulnerability_id" field.

func VulnerabilityIDHasSuffix

func VulnerabilityIDHasSuffix(v string) predicate.WorkflowInstance

VulnerabilityIDHasSuffix applies the HasSuffix predicate on the "vulnerability_id" field.

func VulnerabilityIDIn

func VulnerabilityIDIn(vs ...string) predicate.WorkflowInstance

VulnerabilityIDIn applies the In predicate on the "vulnerability_id" field.

func VulnerabilityIDIsNil

func VulnerabilityIDIsNil() predicate.WorkflowInstance

VulnerabilityIDIsNil applies the IsNil predicate on the "vulnerability_id" field.

func VulnerabilityIDLT

func VulnerabilityIDLT(v string) predicate.WorkflowInstance

VulnerabilityIDLT applies the LT predicate on the "vulnerability_id" field.

func VulnerabilityIDLTE

func VulnerabilityIDLTE(v string) predicate.WorkflowInstance

VulnerabilityIDLTE applies the LTE predicate on the "vulnerability_id" field.

func VulnerabilityIDNEQ

func VulnerabilityIDNEQ(v string) predicate.WorkflowInstance

VulnerabilityIDNEQ applies the NEQ predicate on the "vulnerability_id" field.

func VulnerabilityIDNotIn

func VulnerabilityIDNotIn(vs ...string) predicate.WorkflowInstance

VulnerabilityIDNotIn applies the NotIn predicate on the "vulnerability_id" field.

func VulnerabilityIDNotNil

func VulnerabilityIDNotNil() predicate.WorkflowInstance

VulnerabilityIDNotNil applies the NotNil predicate on the "vulnerability_id" field.

func WorkflowDefinitionID

func WorkflowDefinitionID(v string) predicate.WorkflowInstance

WorkflowDefinitionID applies equality check predicate on the "workflow_definition_id" field. It's identical to WorkflowDefinitionIDEQ.

func WorkflowDefinitionIDContains

func WorkflowDefinitionIDContains(v string) predicate.WorkflowInstance

WorkflowDefinitionIDContains applies the Contains predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDContainsFold

func WorkflowDefinitionIDContainsFold(v string) predicate.WorkflowInstance

WorkflowDefinitionIDContainsFold applies the ContainsFold predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDEQ

func WorkflowDefinitionIDEQ(v string) predicate.WorkflowInstance

WorkflowDefinitionIDEQ applies the EQ predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDEqualFold

func WorkflowDefinitionIDEqualFold(v string) predicate.WorkflowInstance

WorkflowDefinitionIDEqualFold applies the EqualFold predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDGT

func WorkflowDefinitionIDGT(v string) predicate.WorkflowInstance

WorkflowDefinitionIDGT applies the GT predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDGTE

func WorkflowDefinitionIDGTE(v string) predicate.WorkflowInstance

WorkflowDefinitionIDGTE applies the GTE predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDHasPrefix

func WorkflowDefinitionIDHasPrefix(v string) predicate.WorkflowInstance

WorkflowDefinitionIDHasPrefix applies the HasPrefix predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDHasSuffix

func WorkflowDefinitionIDHasSuffix(v string) predicate.WorkflowInstance

WorkflowDefinitionIDHasSuffix applies the HasSuffix predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDIn

func WorkflowDefinitionIDIn(vs ...string) predicate.WorkflowInstance

WorkflowDefinitionIDIn applies the In predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDLT

func WorkflowDefinitionIDLT(v string) predicate.WorkflowInstance

WorkflowDefinitionIDLT applies the LT predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDLTE

func WorkflowDefinitionIDLTE(v string) predicate.WorkflowInstance

WorkflowDefinitionIDLTE applies the LTE predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDNEQ

func WorkflowDefinitionIDNEQ(v string) predicate.WorkflowInstance

WorkflowDefinitionIDNEQ applies the NEQ predicate on the "workflow_definition_id" field.

func WorkflowDefinitionIDNotIn

func WorkflowDefinitionIDNotIn(vs ...string) predicate.WorkflowInstance

WorkflowDefinitionIDNotIn applies the NotIn predicate on the "workflow_definition_id" field.

func WorkflowProposalID

func WorkflowProposalID(v string) predicate.WorkflowInstance

WorkflowProposalID applies equality check predicate on the "workflow_proposal_id" field. It's identical to WorkflowProposalIDEQ.

func WorkflowProposalIDContains

func WorkflowProposalIDContains(v string) predicate.WorkflowInstance

WorkflowProposalIDContains applies the Contains predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDContainsFold

func WorkflowProposalIDContainsFold(v string) predicate.WorkflowInstance

WorkflowProposalIDContainsFold applies the ContainsFold predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDEQ

func WorkflowProposalIDEQ(v string) predicate.WorkflowInstance

WorkflowProposalIDEQ applies the EQ predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDEqualFold

func WorkflowProposalIDEqualFold(v string) predicate.WorkflowInstance

WorkflowProposalIDEqualFold applies the EqualFold predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDGT

func WorkflowProposalIDGT(v string) predicate.WorkflowInstance

WorkflowProposalIDGT applies the GT predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDGTE

func WorkflowProposalIDGTE(v string) predicate.WorkflowInstance

WorkflowProposalIDGTE applies the GTE predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDHasPrefix

func WorkflowProposalIDHasPrefix(v string) predicate.WorkflowInstance

WorkflowProposalIDHasPrefix applies the HasPrefix predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDHasSuffix

func WorkflowProposalIDHasSuffix(v string) predicate.WorkflowInstance

WorkflowProposalIDHasSuffix applies the HasSuffix predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDIn

func WorkflowProposalIDIn(vs ...string) predicate.WorkflowInstance

WorkflowProposalIDIn applies the In predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDIsNil

func WorkflowProposalIDIsNil() predicate.WorkflowInstance

WorkflowProposalIDIsNil applies the IsNil predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDLT

func WorkflowProposalIDLT(v string) predicate.WorkflowInstance

WorkflowProposalIDLT applies the LT predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDLTE

func WorkflowProposalIDLTE(v string) predicate.WorkflowInstance

WorkflowProposalIDLTE applies the LTE predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDNEQ

func WorkflowProposalIDNEQ(v string) predicate.WorkflowInstance

WorkflowProposalIDNEQ applies the NEQ predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDNotIn

func WorkflowProposalIDNotIn(vs ...string) predicate.WorkflowInstance

WorkflowProposalIDNotIn applies the NotIn predicate on the "workflow_proposal_id" field.

func WorkflowProposalIDNotNil

func WorkflowProposalIDNotNil() predicate.WorkflowInstance

WorkflowProposalIDNotNil applies the NotNil predicate on the "workflow_proposal_id" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the WorkflowInstance queries.

func ByActionPlanField

func ByActionPlanField(field string, opts ...sql.OrderTermOption) OrderOption

ByActionPlanField orders the results by action_plan field.

func ByActionPlanID

func ByActionPlanID(opts ...sql.OrderTermOption) OrderOption

ByActionPlanID orders the results by the action_plan_id field.

func ByAssessmentField

func ByAssessmentField(field string, opts ...sql.OrderTermOption) OrderOption

ByAssessmentField orders the results by assessment field.

func ByAssessmentID

func ByAssessmentID(opts ...sql.OrderTermOption) OrderOption

ByAssessmentID orders the results by the assessment_id field.

func ByAssessmentResponseField

func ByAssessmentResponseField(field string, opts ...sql.OrderTermOption) OrderOption

ByAssessmentResponseField orders the results by assessment_response field.

func ByAssessmentResponseID

func ByAssessmentResponseID(opts ...sql.OrderTermOption) OrderOption

ByAssessmentResponseID orders the results by the assessment_response_id field.

func ByCampaignField

func ByCampaignField(field string, opts ...sql.OrderTermOption) OrderOption

ByCampaignField orders the results by campaign field.

func ByCampaignID

func ByCampaignID(opts ...sql.OrderTermOption) OrderOption

ByCampaignID orders the results by the campaign_id field.

func ByCampaignTargetField

func ByCampaignTargetField(field string, opts ...sql.OrderTermOption) OrderOption

ByCampaignTargetField orders the results by campaign_target field.

func ByCampaignTargetID

func ByCampaignTargetID(opts ...sql.OrderTermOption) OrderOption

ByCampaignTargetID orders the results by the campaign_target_id field.

func ByControlField

func ByControlField(field string, opts ...sql.OrderTermOption) OrderOption

ByControlField orders the results by control field.

func ByControlID

func ByControlID(opts ...sql.OrderTermOption) OrderOption

ByControlID orders the results by the control_id field.

func ByCreatedAt

func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption

ByCreatedBy orders the results by the created_by field.

func ByCurrentActionIndex

func ByCurrentActionIndex(opts ...sql.OrderTermOption) OrderOption

ByCurrentActionIndex orders the results by the current_action_index field.

func ByDeletedAt

func ByDeletedAt(opts ...sql.OrderTermOption) OrderOption

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

func ByDeletedBy(opts ...sql.OrderTermOption) OrderOption

ByDeletedBy orders the results by the deleted_by field.

func ByDisplayID

func ByDisplayID(opts ...sql.OrderTermOption) OrderOption

ByDisplayID orders the results by the display_id field.

func ByEmailTemplates

func ByEmailTemplates(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByEmailTemplates orders the results by email_templates terms.

func ByEmailTemplatesCount

func ByEmailTemplatesCount(opts ...sql.OrderTermOption) OrderOption

ByEmailTemplatesCount orders the results by email_templates count.

func ByEvidenceField

func ByEvidenceField(field string, opts ...sql.OrderTermOption) OrderOption

ByEvidenceField orders the results by evidence field.

func ByEvidenceID

func ByEvidenceID(opts ...sql.OrderTermOption) OrderOption

ByEvidenceID orders the results by the evidence_id field.

func ByFindingField

func ByFindingField(field string, opts ...sql.OrderTermOption) OrderOption

ByFindingField orders the results by finding field.

func ByFindingID

func ByFindingID(opts ...sql.OrderTermOption) OrderOption

ByFindingID orders the results by the finding_id field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByIdentityHolderField

func ByIdentityHolderField(field string, opts ...sql.OrderTermOption) OrderOption

ByIdentityHolderField orders the results by identity_holder field.

func ByIdentityHolderID

func ByIdentityHolderID(opts ...sql.OrderTermOption) OrderOption

ByIdentityHolderID orders the results by the identity_holder_id field.

func ByIntegrationField

func ByIntegrationField(field string, opts ...sql.OrderTermOption) OrderOption

ByIntegrationField orders the results by integration field.

func ByIntegrationID

func ByIntegrationID(opts ...sql.OrderTermOption) OrderOption

ByIntegrationID orders the results by the integration_id field.

func ByInternalPolicyField

func ByInternalPolicyField(field string, opts ...sql.OrderTermOption) OrderOption

ByInternalPolicyField orders the results by internal_policy field.

func ByInternalPolicyID

func ByInternalPolicyID(opts ...sql.OrderTermOption) OrderOption

ByInternalPolicyID orders the results by the internal_policy_id field.

func ByLastEvaluatedAt

func ByLastEvaluatedAt(opts ...sql.OrderTermOption) OrderOption

ByLastEvaluatedAt orders the results by the last_evaluated_at field.

func ByOwnerField

func ByOwnerField(field string, opts ...sql.OrderTermOption) OrderOption

ByOwnerField orders the results by owner field.

func ByOwnerID

func ByOwnerID(opts ...sql.OrderTermOption) OrderOption

ByOwnerID orders the results by the owner_id field.

func ByPlatformField

func ByPlatformField(field string, opts ...sql.OrderTermOption) OrderOption

ByPlatformField orders the results by platform field.

func ByPlatformID

func ByPlatformID(opts ...sql.OrderTermOption) OrderOption

ByPlatformID orders the results by the platform_id field.

func ByProcedureField

func ByProcedureField(field string, opts ...sql.OrderTermOption) OrderOption

ByProcedureField orders the results by procedure field.

func ByProcedureID

func ByProcedureID(opts ...sql.OrderTermOption) OrderOption

ByProcedureID orders the results by the procedure_id field.

func ByRemediationField

func ByRemediationField(field string, opts ...sql.OrderTermOption) OrderOption

ByRemediationField orders the results by remediation field.

func ByRemediationID

func ByRemediationID(opts ...sql.OrderTermOption) OrderOption

ByRemediationID orders the results by the remediation_id field.

func ByRiskField

func ByRiskField(field string, opts ...sql.OrderTermOption) OrderOption

ByRiskField orders the results by risk field.

func ByRiskID

func ByRiskID(opts ...sql.OrderTermOption) OrderOption

ByRiskID orders the results by the risk_id field.

func ByState

func ByState(opts ...sql.OrderTermOption) OrderOption

ByState orders the results by the state field.

func BySubcontrolField

func BySubcontrolField(field string, opts ...sql.OrderTermOption) OrderOption

BySubcontrolField orders the results by subcontrol field.

func BySubcontrolID

func BySubcontrolID(opts ...sql.OrderTermOption) OrderOption

BySubcontrolID orders the results by the subcontrol_id field.

func ByTaskField

func ByTaskField(field string, opts ...sql.OrderTermOption) OrderOption

ByTaskField orders the results by task field.

func ByTaskID

func ByTaskID(opts ...sql.OrderTermOption) OrderOption

ByTaskID orders the results by the task_id field.

func ByUpdatedAt

func ByUpdatedAt(opts ...sql.OrderTermOption) OrderOption

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

func ByUpdatedBy(opts ...sql.OrderTermOption) OrderOption

ByUpdatedBy orders the results by the updated_by field.

func ByUpdatedByImpersonator

func ByUpdatedByImpersonator(opts ...sql.OrderTermOption) OrderOption

ByUpdatedByImpersonator orders the results by the updated_by_impersonator field.

func ByVulnerabilityField

func ByVulnerabilityField(field string, opts ...sql.OrderTermOption) OrderOption

ByVulnerabilityField orders the results by vulnerability field.

func ByVulnerabilityID

func ByVulnerabilityID(opts ...sql.OrderTermOption) OrderOption

ByVulnerabilityID orders the results by the vulnerability_id field.

func ByWorkflowAssignments

func ByWorkflowAssignments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowAssignments orders the results by workflow_assignments terms.

func ByWorkflowAssignmentsCount

func ByWorkflowAssignmentsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowAssignmentsCount orders the results by workflow_assignments count.

func ByWorkflowDefinitionField

func ByWorkflowDefinitionField(field string, opts ...sql.OrderTermOption) OrderOption

ByWorkflowDefinitionField orders the results by workflow_definition field.

func ByWorkflowDefinitionID

func ByWorkflowDefinitionID(opts ...sql.OrderTermOption) OrderOption

ByWorkflowDefinitionID orders the results by the workflow_definition_id field.

func ByWorkflowEvents

func ByWorkflowEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowEvents orders the results by workflow_events terms.

func ByWorkflowEventsCount

func ByWorkflowEventsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowEventsCount orders the results by workflow_events count.

func ByWorkflowObjectRefs

func ByWorkflowObjectRefs(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByWorkflowObjectRefs orders the results by workflow_object_refs terms.

func ByWorkflowObjectRefsCount

func ByWorkflowObjectRefsCount(opts ...sql.OrderTermOption) OrderOption

ByWorkflowObjectRefsCount orders the results by workflow_object_refs count.

func ByWorkflowProposalField

func ByWorkflowProposalField(field string, opts ...sql.OrderTermOption) OrderOption

ByWorkflowProposalField orders the results by workflow_proposal field.

func ByWorkflowProposalID

func ByWorkflowProposalID(opts ...sql.OrderTermOption) OrderOption

ByWorkflowProposalID orders the results by the workflow_proposal_id field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL