task

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: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the task type in the database.
	Label = "task"
	// 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"
	// FieldTaskKindName holds the string denoting the task_kind_name field in the database.
	FieldTaskKindName = "task_kind_name"
	// FieldTaskKindID holds the string denoting the task_kind_id field in the database.
	FieldTaskKindID = "task_kind_id"
	// FieldEnvironmentName holds the string denoting the environment_name field in the database.
	FieldEnvironmentName = "environment_name"
	// FieldEnvironmentID holds the string denoting the environment_id field in the database.
	FieldEnvironmentID = "environment_id"
	// FieldScopeName holds the string denoting the scope_name field in the database.
	FieldScopeName = "scope_name"
	// FieldScopeID holds the string denoting the scope_id field in the database.
	FieldScopeID = "scope_id"
	// FieldWorkflowEligibleMarker holds the string denoting the workflow_eligible_marker field in the database.
	FieldWorkflowEligibleMarker = "workflow_eligible_marker"
	// FieldExternalUUID holds the string denoting the external_uuid field in the database.
	FieldExternalUUID = "external_uuid"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// FieldDetails holds the string denoting the details field in the database.
	FieldDetails = "details"
	// FieldDetailsJSON holds the string denoting the details_json field in the database.
	FieldDetailsJSON = "details_json"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldDue holds the string denoting the due field in the database.
	FieldDue = "due"
	// FieldCompleted holds the string denoting the completed field in the database.
	FieldCompleted = "completed"
	// FieldAssigneeID holds the string denoting the assignee_id field in the database.
	FieldAssigneeID = "assignee_id"
	// FieldAssignerID holds the string denoting the assigner_id field in the database.
	FieldAssignerID = "assigner_id"
	// FieldSystemGenerated holds the string denoting the system_generated field in the database.
	FieldSystemGenerated = "system_generated"
	// FieldIsTemplate holds the string denoting the is_template field in the database.
	FieldIsTemplate = "is_template"
	// FieldIsSuggested holds the string denoting the is_suggested field in the database.
	FieldIsSuggested = "is_suggested"
	// FieldPriority holds the string denoting the priority field in the database.
	FieldPriority = "priority"
	// FieldSource holds the string denoting the source field in the database.
	FieldSource = "source"
	// FieldSourceKey holds the string denoting the source_key field in the database.
	FieldSourceKey = "source_key"
	// FieldIdempotencyKey holds the string denoting the idempotency_key field in the database.
	FieldIdempotencyKey = "idempotency_key"
	// FieldExternalReferenceURL holds the string denoting the external_reference_url field in the database.
	FieldExternalReferenceURL = "external_reference_url"
	// FieldParentTaskID holds the string denoting the parent_task_id field in the database.
	FieldParentTaskID = "parent_task_id"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeTaskKind holds the string denoting the task_kind edge name in mutations.
	EdgeTaskKind = "task_kind"
	// EdgeEnvironment holds the string denoting the environment edge name in mutations.
	EdgeEnvironment = "environment"
	// EdgeScope holds the string denoting the scope edge name in mutations.
	EdgeScope = "scope"
	// EdgeAssigner holds the string denoting the assigner edge name in mutations.
	EdgeAssigner = "assigner"
	// EdgeAssignee holds the string denoting the assignee edge name in mutations.
	EdgeAssignee = "assignee"
	// EdgeComments holds the string denoting the comments edge name in mutations.
	EdgeComments = "comments"
	// EdgeGroups holds the string denoting the groups edge name in mutations.
	EdgeGroups = "groups"
	// EdgeInternalPolicies holds the string denoting the internal_policies edge name in mutations.
	EdgeInternalPolicies = "internal_policies"
	// EdgeProcedures holds the string denoting the procedures edge name in mutations.
	EdgeProcedures = "procedures"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgeSubcontrols holds the string denoting the subcontrols edge name in mutations.
	EdgeSubcontrols = "subcontrols"
	// EdgeControlObjectives holds the string denoting the control_objectives edge name in mutations.
	EdgeControlObjectives = "control_objectives"
	// EdgePrograms holds the string denoting the programs edge name in mutations.
	EdgePrograms = "programs"
	// EdgeRisks holds the string denoting the risks edge name in mutations.
	EdgeRisks = "risks"
	// EdgePlatforms holds the string denoting the platforms edge name in mutations.
	EdgePlatforms = "platforms"
	// EdgeScans holds the string denoting the scans edge name in mutations.
	EdgeScans = "scans"
	// EdgeIdentityHolders holds the string denoting the identity_holders edge name in mutations.
	EdgeIdentityHolders = "identity_holders"
	// EdgeControlImplementations holds the string denoting the control_implementations edge name in mutations.
	EdgeControlImplementations = "control_implementations"
	// EdgeActionPlans holds the string denoting the action_plans edge name in mutations.
	EdgeActionPlans = "action_plans"
	// EdgeEvidence holds the string denoting the evidence edge name in mutations.
	EdgeEvidence = "evidence"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// EdgeVulnerabilities holds the string denoting the vulnerabilities edge name in mutations.
	EdgeVulnerabilities = "vulnerabilities"
	// EdgeFindings holds the string denoting the findings edge name in mutations.
	EdgeFindings = "findings"
	// EdgeParent holds the string denoting the parent edge name in mutations.
	EdgeParent = "parent"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// Table holds the table name of the task in the database.
	Table = "tasks"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "tasks"
	// 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"
	// TaskKindTable is the table that holds the task_kind relation/edge.
	TaskKindTable = "tasks"
	// TaskKindInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	TaskKindInverseTable = "custom_type_enums"
	// TaskKindColumn is the table column denoting the task_kind relation/edge.
	TaskKindColumn = "task_kind_id"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "tasks"
	// EnvironmentInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	EnvironmentInverseTable = "custom_type_enums"
	// EnvironmentColumn is the table column denoting the environment relation/edge.
	EnvironmentColumn = "environment_id"
	// ScopeTable is the table that holds the scope relation/edge.
	ScopeTable = "tasks"
	// ScopeInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	ScopeInverseTable = "custom_type_enums"
	// ScopeColumn is the table column denoting the scope relation/edge.
	ScopeColumn = "scope_id"
	// AssignerTable is the table that holds the assigner relation/edge.
	AssignerTable = "tasks"
	// AssignerInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	AssignerInverseTable = "users"
	// AssignerColumn is the table column denoting the assigner relation/edge.
	AssignerColumn = "assigner_id"
	// AssigneeTable is the table that holds the assignee relation/edge.
	AssigneeTable = "tasks"
	// AssigneeInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	AssigneeInverseTable = "users"
	// AssigneeColumn is the table column denoting the assignee relation/edge.
	AssigneeColumn = "assignee_id"
	// CommentsTable is the table that holds the comments relation/edge.
	CommentsTable = "notes"
	// CommentsInverseTable is the table name for the Note entity.
	// It exists in this package in order to avoid circular dependency with the "note" package.
	CommentsInverseTable = "notes"
	// CommentsColumn is the table column denoting the comments relation/edge.
	CommentsColumn = "task_comments"
	// GroupsTable is the table that holds the groups relation/edge. The primary key declared below.
	GroupsTable = "group_tasks"
	// GroupsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	GroupsInverseTable = "groups"
	// InternalPoliciesTable is the table that holds the internal_policies relation/edge. The primary key declared below.
	InternalPoliciesTable = "internal_policy_tasks"
	// InternalPoliciesInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPoliciesInverseTable = "internal_policies"
	// ProceduresTable is the table that holds the procedures relation/edge. The primary key declared below.
	ProceduresTable = "procedure_tasks"
	// ProceduresInverseTable is the table name for the Procedure entity.
	// It exists in this package in order to avoid circular dependency with the "procedure" package.
	ProceduresInverseTable = "procedures"
	// ControlsTable is the table that holds the controls relation/edge. The primary key declared below.
	ControlsTable = "control_tasks"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// SubcontrolsTable is the table that holds the subcontrols relation/edge. The primary key declared below.
	SubcontrolsTable = "subcontrol_tasks"
	// SubcontrolsInverseTable is the table name for the Subcontrol entity.
	// It exists in this package in order to avoid circular dependency with the "subcontrol" package.
	SubcontrolsInverseTable = "subcontrols"
	// ControlObjectivesTable is the table that holds the control_objectives relation/edge. The primary key declared below.
	ControlObjectivesTable = "control_objective_tasks"
	// ControlObjectivesInverseTable is the table name for the ControlObjective entity.
	// It exists in this package in order to avoid circular dependency with the "controlobjective" package.
	ControlObjectivesInverseTable = "control_objectives"
	// ProgramsTable is the table that holds the programs relation/edge. The primary key declared below.
	ProgramsTable = "program_tasks"
	// ProgramsInverseTable is the table name for the Program entity.
	// It exists in this package in order to avoid circular dependency with the "program" package.
	ProgramsInverseTable = "programs"
	// RisksTable is the table that holds the risks relation/edge. The primary key declared below.
	RisksTable = "risk_tasks"
	// RisksInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RisksInverseTable = "risks"
	// PlatformsTable is the table that holds the platforms relation/edge. The primary key declared below.
	PlatformsTable = "platform_tasks"
	// PlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformsInverseTable = "platforms"
	// ScansTable is the table that holds the scans relation/edge. The primary key declared below.
	ScansTable = "scan_tasks"
	// ScansInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScansInverseTable = "scans"
	// IdentityHoldersTable is the table that holds the identity_holders relation/edge. The primary key declared below.
	IdentityHoldersTable = "identity_holder_tasks"
	// IdentityHoldersInverseTable is the table name for the IdentityHolder entity.
	// It exists in this package in order to avoid circular dependency with the "identityholder" package.
	IdentityHoldersInverseTable = "identity_holders"
	// ControlImplementationsTable is the table that holds the control_implementations relation/edge. The primary key declared below.
	ControlImplementationsTable = "control_implementation_tasks"
	// ControlImplementationsInverseTable is the table name for the ControlImplementation entity.
	// It exists in this package in order to avoid circular dependency with the "controlimplementation" package.
	ControlImplementationsInverseTable = "control_implementations"
	// ActionPlansTable is the table that holds the action_plans relation/edge. The primary key declared below.
	ActionPlansTable = "action_plan_tasks"
	// ActionPlansInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlansInverseTable = "action_plans"
	// EvidenceTable is the table that holds the evidence relation/edge. The primary key declared below.
	EvidenceTable = "task_evidence"
	// 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"
	// 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 = "task_id"
	// VulnerabilitiesTable is the table that holds the vulnerabilities relation/edge. The primary key declared below.
	VulnerabilitiesTable = "vulnerability_tasks"
	// VulnerabilitiesInverseTable is the table name for the Vulnerability entity.
	// It exists in this package in order to avoid circular dependency with the "vulnerability" package.
	VulnerabilitiesInverseTable = "vulnerabilities"
	// FindingsTable is the table that holds the findings relation/edge. The primary key declared below.
	FindingsTable = "finding_tasks"
	// FindingsInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingsInverseTable = "findings"
	// ParentTable is the table that holds the parent relation/edge.
	ParentTable = "tasks"
	// ParentColumn is the table column denoting the parent relation/edge.
	ParentColumn = "parent_task_id"
	// TasksTable is the table that holds the tasks relation/edge.
	TasksTable = "tasks"
	// TasksColumn is the table column denoting the tasks relation/edge.
	TasksColumn = "parent_task_id"
)
View Source
const DefaultStatus enums.TaskStatus = "OPEN"

Variables

View Source
var (
	// GroupsPrimaryKey and GroupsColumn2 are the table columns denoting the
	// primary key for the groups relation (M2M).
	GroupsPrimaryKey = []string{"group_id", "task_id"}
	// InternalPoliciesPrimaryKey and InternalPoliciesColumn2 are the table columns denoting the
	// primary key for the internal_policies relation (M2M).
	InternalPoliciesPrimaryKey = []string{"internal_policy_id", "task_id"}
	// ProceduresPrimaryKey and ProceduresColumn2 are the table columns denoting the
	// primary key for the procedures relation (M2M).
	ProceduresPrimaryKey = []string{"procedure_id", "task_id"}
	// ControlsPrimaryKey and ControlsColumn2 are the table columns denoting the
	// primary key for the controls relation (M2M).
	ControlsPrimaryKey = []string{"control_id", "task_id"}
	// SubcontrolsPrimaryKey and SubcontrolsColumn2 are the table columns denoting the
	// primary key for the subcontrols relation (M2M).
	SubcontrolsPrimaryKey = []string{"subcontrol_id", "task_id"}
	// ControlObjectivesPrimaryKey and ControlObjectivesColumn2 are the table columns denoting the
	// primary key for the control_objectives relation (M2M).
	ControlObjectivesPrimaryKey = []string{"control_objective_id", "task_id"}
	// ProgramsPrimaryKey and ProgramsColumn2 are the table columns denoting the
	// primary key for the programs relation (M2M).
	ProgramsPrimaryKey = []string{"program_id", "task_id"}
	// RisksPrimaryKey and RisksColumn2 are the table columns denoting the
	// primary key for the risks relation (M2M).
	RisksPrimaryKey = []string{"risk_id", "task_id"}
	// PlatformsPrimaryKey and PlatformsColumn2 are the table columns denoting the
	// primary key for the platforms relation (M2M).
	PlatformsPrimaryKey = []string{"platform_id", "task_id"}
	// ScansPrimaryKey and ScansColumn2 are the table columns denoting the
	// primary key for the scans relation (M2M).
	ScansPrimaryKey = []string{"scan_id", "task_id"}
	// IdentityHoldersPrimaryKey and IdentityHoldersColumn2 are the table columns denoting the
	// primary key for the identity_holders relation (M2M).
	IdentityHoldersPrimaryKey = []string{"identity_holder_id", "task_id"}
	// ControlImplementationsPrimaryKey and ControlImplementationsColumn2 are the table columns denoting the
	// primary key for the control_implementations relation (M2M).
	ControlImplementationsPrimaryKey = []string{"control_implementation_id", "task_id"}
	// ActionPlansPrimaryKey and ActionPlansColumn2 are the table columns denoting the
	// primary key for the action_plans relation (M2M).
	ActionPlansPrimaryKey = []string{"action_plan_id", "task_id"}
	// EvidencePrimaryKey and EvidenceColumn2 are the table columns denoting the
	// primary key for the evidence relation (M2M).
	EvidencePrimaryKey = []string{"task_id", "evidence_id"}
	// VulnerabilitiesPrimaryKey and VulnerabilitiesColumn2 are the table columns denoting the
	// primary key for the vulnerabilities relation (M2M).
	VulnerabilitiesPrimaryKey = []string{"vulnerability_id", "task_id"}
	// FindingsPrimaryKey and FindingsColumn2 are the table columns denoting the
	// primary key for the findings relation (M2M).
	FindingsPrimaryKey = []string{"finding_id", "task_id"}
)
View Source
var (
	Hooks        [15]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
	// DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field.
	DefaultWorkflowEligibleMarker bool
	// TitleValidator is a validator for the "title" field. It is called by the builders before save.
	TitleValidator func(string) error
	// DefaultSystemGenerated holds the default value on creation for the "system_generated" field.
	DefaultSystemGenerated bool
	// DefaultIsTemplate holds the default value on creation for the "is_template" field.
	DefaultIsTemplate bool
	// DefaultIsSuggested holds the default value on creation for the "is_suggested" field.
	DefaultIsSuggested bool
	// DefaultPriority holds the default value on creation for the "priority" field.
	DefaultPriority int
	// ExternalReferenceURLValidator is a validator for the "external_reference_url" field. It is called by the builders before save.
	ExternalReferenceURLValidator func([]string) 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 task fields.

View Source
var ForeignKeys = []string{
	"custom_type_enum_tasks",
	"integration_tasks",
	"remediation_tasks",
	"review_tasks",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "tasks" table and are not defined as standalone fields in the schema.

Functions

func And

func And(predicates ...predicate.Task) predicate.Task

And groups predicates with the AND operator between them.

func AssigneeID

func AssigneeID(v string) predicate.Task

AssigneeID applies equality check predicate on the "assignee_id" field. It's identical to AssigneeIDEQ.

func AssigneeIDContains

func AssigneeIDContains(v string) predicate.Task

AssigneeIDContains applies the Contains predicate on the "assignee_id" field.

func AssigneeIDContainsFold

func AssigneeIDContainsFold(v string) predicate.Task

AssigneeIDContainsFold applies the ContainsFold predicate on the "assignee_id" field.

func AssigneeIDEQ

func AssigneeIDEQ(v string) predicate.Task

AssigneeIDEQ applies the EQ predicate on the "assignee_id" field.

func AssigneeIDEqualFold

func AssigneeIDEqualFold(v string) predicate.Task

AssigneeIDEqualFold applies the EqualFold predicate on the "assignee_id" field.

func AssigneeIDGT

func AssigneeIDGT(v string) predicate.Task

AssigneeIDGT applies the GT predicate on the "assignee_id" field.

func AssigneeIDGTE

func AssigneeIDGTE(v string) predicate.Task

AssigneeIDGTE applies the GTE predicate on the "assignee_id" field.

func AssigneeIDHasPrefix

func AssigneeIDHasPrefix(v string) predicate.Task

AssigneeIDHasPrefix applies the HasPrefix predicate on the "assignee_id" field.

func AssigneeIDHasSuffix

func AssigneeIDHasSuffix(v string) predicate.Task

AssigneeIDHasSuffix applies the HasSuffix predicate on the "assignee_id" field.

func AssigneeIDIn

func AssigneeIDIn(vs ...string) predicate.Task

AssigneeIDIn applies the In predicate on the "assignee_id" field.

func AssigneeIDIsNil

func AssigneeIDIsNil() predicate.Task

AssigneeIDIsNil applies the IsNil predicate on the "assignee_id" field.

func AssigneeIDLT

func AssigneeIDLT(v string) predicate.Task

AssigneeIDLT applies the LT predicate on the "assignee_id" field.

func AssigneeIDLTE

func AssigneeIDLTE(v string) predicate.Task

AssigneeIDLTE applies the LTE predicate on the "assignee_id" field.

func AssigneeIDNEQ

func AssigneeIDNEQ(v string) predicate.Task

AssigneeIDNEQ applies the NEQ predicate on the "assignee_id" field.

func AssigneeIDNotIn

func AssigneeIDNotIn(vs ...string) predicate.Task

AssigneeIDNotIn applies the NotIn predicate on the "assignee_id" field.

func AssigneeIDNotNil

func AssigneeIDNotNil() predicate.Task

AssigneeIDNotNil applies the NotNil predicate on the "assignee_id" field.

func AssignerID

func AssignerID(v string) predicate.Task

AssignerID applies equality check predicate on the "assigner_id" field. It's identical to AssignerIDEQ.

func AssignerIDContains

func AssignerIDContains(v string) predicate.Task

AssignerIDContains applies the Contains predicate on the "assigner_id" field.

func AssignerIDContainsFold

func AssignerIDContainsFold(v string) predicate.Task

AssignerIDContainsFold applies the ContainsFold predicate on the "assigner_id" field.

func AssignerIDEQ

func AssignerIDEQ(v string) predicate.Task

AssignerIDEQ applies the EQ predicate on the "assigner_id" field.

func AssignerIDEqualFold

func AssignerIDEqualFold(v string) predicate.Task

AssignerIDEqualFold applies the EqualFold predicate on the "assigner_id" field.

func AssignerIDGT

func AssignerIDGT(v string) predicate.Task

AssignerIDGT applies the GT predicate on the "assigner_id" field.

func AssignerIDGTE

func AssignerIDGTE(v string) predicate.Task

AssignerIDGTE applies the GTE predicate on the "assigner_id" field.

func AssignerIDHasPrefix

func AssignerIDHasPrefix(v string) predicate.Task

AssignerIDHasPrefix applies the HasPrefix predicate on the "assigner_id" field.

func AssignerIDHasSuffix

func AssignerIDHasSuffix(v string) predicate.Task

AssignerIDHasSuffix applies the HasSuffix predicate on the "assigner_id" field.

func AssignerIDIn

func AssignerIDIn(vs ...string) predicate.Task

AssignerIDIn applies the In predicate on the "assigner_id" field.

func AssignerIDIsNil

func AssignerIDIsNil() predicate.Task

AssignerIDIsNil applies the IsNil predicate on the "assigner_id" field.

func AssignerIDLT

func AssignerIDLT(v string) predicate.Task

AssignerIDLT applies the LT predicate on the "assigner_id" field.

func AssignerIDLTE

func AssignerIDLTE(v string) predicate.Task

AssignerIDLTE applies the LTE predicate on the "assigner_id" field.

func AssignerIDNEQ

func AssignerIDNEQ(v string) predicate.Task

AssignerIDNEQ applies the NEQ predicate on the "assigner_id" field.

func AssignerIDNotIn

func AssignerIDNotIn(vs ...string) predicate.Task

AssignerIDNotIn applies the NotIn predicate on the "assigner_id" field.

func AssignerIDNotNil

func AssignerIDNotNil() predicate.Task

AssignerIDNotNil applies the NotNil predicate on the "assigner_id" field.

func Completed

func Completed(v models.DateTime) predicate.Task

Completed applies equality check predicate on the "completed" field. It's identical to CompletedEQ.

func CompletedEQ

func CompletedEQ(v models.DateTime) predicate.Task

CompletedEQ applies the EQ predicate on the "completed" field.

func CompletedGT

func CompletedGT(v models.DateTime) predicate.Task

CompletedGT applies the GT predicate on the "completed" field.

func CompletedGTE

func CompletedGTE(v models.DateTime) predicate.Task

CompletedGTE applies the GTE predicate on the "completed" field.

func CompletedIn

func CompletedIn(vs ...models.DateTime) predicate.Task

CompletedIn applies the In predicate on the "completed" field.

func CompletedIsNil

func CompletedIsNil() predicate.Task

CompletedIsNil applies the IsNil predicate on the "completed" field.

func CompletedLT

func CompletedLT(v models.DateTime) predicate.Task

CompletedLT applies the LT predicate on the "completed" field.

func CompletedLTE

func CompletedLTE(v models.DateTime) predicate.Task

CompletedLTE applies the LTE predicate on the "completed" field.

func CompletedNEQ

func CompletedNEQ(v models.DateTime) predicate.Task

CompletedNEQ applies the NEQ predicate on the "completed" field.

func CompletedNotIn

func CompletedNotIn(vs ...models.DateTime) predicate.Task

CompletedNotIn applies the NotIn predicate on the "completed" field.

func CompletedNotNil

func CompletedNotNil() predicate.Task

CompletedNotNil applies the NotNil predicate on the "completed" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Task

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Task

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Task

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Task

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Task

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Task

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Task

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Task

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Task

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

func CreatedBy

func CreatedBy(v string) predicate.Task

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

func CreatedByContains

func CreatedByContains(v string) predicate.Task

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Task

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Task

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Task

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

func CreatedByGT

func CreatedByGT(v string) predicate.Task

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Task

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Task

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Task

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Task

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

func CreatedByLT

func CreatedByLT(v string) predicate.Task

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Task

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Task

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Task

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

func DeletedAt

func DeletedAt(v time.Time) predicate.Task

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Task

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Task

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Task

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Task

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Task

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Task

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Task

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Task

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

func DeletedBy

func DeletedBy(v string) predicate.Task

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

func DeletedByContains

func DeletedByContains(v string) predicate.Task

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Task

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Task

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Task

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

func DeletedByGT

func DeletedByGT(v string) predicate.Task

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Task

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Task

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Task

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Task

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

func DeletedByLT

func DeletedByLT(v string) predicate.Task

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Task

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Task

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Task

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

func Details

func Details(v string) predicate.Task

Details applies equality check predicate on the "details" field. It's identical to DetailsEQ.

func DetailsContains

func DetailsContains(v string) predicate.Task

DetailsContains applies the Contains predicate on the "details" field.

func DetailsContainsFold

func DetailsContainsFold(v string) predicate.Task

DetailsContainsFold applies the ContainsFold predicate on the "details" field.

func DetailsEQ

func DetailsEQ(v string) predicate.Task

DetailsEQ applies the EQ predicate on the "details" field.

func DetailsEqualFold

func DetailsEqualFold(v string) predicate.Task

DetailsEqualFold applies the EqualFold predicate on the "details" field.

func DetailsGT

func DetailsGT(v string) predicate.Task

DetailsGT applies the GT predicate on the "details" field.

func DetailsGTE

func DetailsGTE(v string) predicate.Task

DetailsGTE applies the GTE predicate on the "details" field.

func DetailsHasPrefix

func DetailsHasPrefix(v string) predicate.Task

DetailsHasPrefix applies the HasPrefix predicate on the "details" field.

func DetailsHasSuffix

func DetailsHasSuffix(v string) predicate.Task

DetailsHasSuffix applies the HasSuffix predicate on the "details" field.

func DetailsIn

func DetailsIn(vs ...string) predicate.Task

DetailsIn applies the In predicate on the "details" field.

func DetailsIsNil

func DetailsIsNil() predicate.Task

DetailsIsNil applies the IsNil predicate on the "details" field.

func DetailsJSONIsNil

func DetailsJSONIsNil() predicate.Task

DetailsJSONIsNil applies the IsNil predicate on the "details_json" field.

func DetailsJSONNotNil

func DetailsJSONNotNil() predicate.Task

DetailsJSONNotNil applies the NotNil predicate on the "details_json" field.

func DetailsLT

func DetailsLT(v string) predicate.Task

DetailsLT applies the LT predicate on the "details" field.

func DetailsLTE

func DetailsLTE(v string) predicate.Task

DetailsLTE applies the LTE predicate on the "details" field.

func DetailsNEQ

func DetailsNEQ(v string) predicate.Task

DetailsNEQ applies the NEQ predicate on the "details" field.

func DetailsNotIn

func DetailsNotIn(vs ...string) predicate.Task

DetailsNotIn applies the NotIn predicate on the "details" field.

func DetailsNotNil

func DetailsNotNil() predicate.Task

DetailsNotNil applies the NotNil predicate on the "details" field.

func DisplayID

func DisplayID(v string) predicate.Task

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.Task

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.Task

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

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.Task

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.Task

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

func DisplayIDGT

func DisplayIDGT(v string) predicate.Task

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

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.Task

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.Task

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.Task

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

func DisplayIDIn

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

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

func DisplayIDLT

func DisplayIDLT(v string) predicate.Task

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

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.Task

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

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.Task

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

func DisplayIDNotIn

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

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

func Due

Due applies equality check predicate on the "due" field. It's identical to DueEQ.

func DueEQ

func DueEQ(v models.DateTime) predicate.Task

DueEQ applies the EQ predicate on the "due" field.

func DueGT

func DueGT(v models.DateTime) predicate.Task

DueGT applies the GT predicate on the "due" field.

func DueGTE

func DueGTE(v models.DateTime) predicate.Task

DueGTE applies the GTE predicate on the "due" field.

func DueIn

func DueIn(vs ...models.DateTime) predicate.Task

DueIn applies the In predicate on the "due" field.

func DueIsNil

func DueIsNil() predicate.Task

DueIsNil applies the IsNil predicate on the "due" field.

func DueLT

func DueLT(v models.DateTime) predicate.Task

DueLT applies the LT predicate on the "due" field.

func DueLTE

func DueLTE(v models.DateTime) predicate.Task

DueLTE applies the LTE predicate on the "due" field.

func DueNEQ

func DueNEQ(v models.DateTime) predicate.Task

DueNEQ applies the NEQ predicate on the "due" field.

func DueNotIn

func DueNotIn(vs ...models.DateTime) predicate.Task

DueNotIn applies the NotIn predicate on the "due" field.

func DueNotNil

func DueNotNil() predicate.Task

DueNotNil applies the NotNil predicate on the "due" field.

func EnvironmentID

func EnvironmentID(v string) predicate.Task

EnvironmentID applies equality check predicate on the "environment_id" field. It's identical to EnvironmentIDEQ.

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.Task

EnvironmentIDContains applies the Contains predicate on the "environment_id" field.

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.Task

EnvironmentIDContainsFold applies the ContainsFold predicate on the "environment_id" field.

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.Task

EnvironmentIDEQ applies the EQ predicate on the "environment_id" field.

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.Task

EnvironmentIDEqualFold applies the EqualFold predicate on the "environment_id" field.

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.Task

EnvironmentIDGT applies the GT predicate on the "environment_id" field.

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.Task

EnvironmentIDGTE applies the GTE predicate on the "environment_id" field.

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.Task

EnvironmentIDHasPrefix applies the HasPrefix predicate on the "environment_id" field.

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.Task

EnvironmentIDHasSuffix applies the HasSuffix predicate on the "environment_id" field.

func EnvironmentIDIn

func EnvironmentIDIn(vs ...string) predicate.Task

EnvironmentIDIn applies the In predicate on the "environment_id" field.

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.Task

EnvironmentIDIsNil applies the IsNil predicate on the "environment_id" field.

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.Task

EnvironmentIDLT applies the LT predicate on the "environment_id" field.

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.Task

EnvironmentIDLTE applies the LTE predicate on the "environment_id" field.

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.Task

EnvironmentIDNEQ applies the NEQ predicate on the "environment_id" field.

func EnvironmentIDNotIn

func EnvironmentIDNotIn(vs ...string) predicate.Task

EnvironmentIDNotIn applies the NotIn predicate on the "environment_id" field.

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.Task

EnvironmentIDNotNil applies the NotNil predicate on the "environment_id" field.

func EnvironmentName

func EnvironmentName(v string) predicate.Task

EnvironmentName applies equality check predicate on the "environment_name" field. It's identical to EnvironmentNameEQ.

func EnvironmentNameContains

func EnvironmentNameContains(v string) predicate.Task

EnvironmentNameContains applies the Contains predicate on the "environment_name" field.

func EnvironmentNameContainsFold

func EnvironmentNameContainsFold(v string) predicate.Task

EnvironmentNameContainsFold applies the ContainsFold predicate on the "environment_name" field.

func EnvironmentNameEQ

func EnvironmentNameEQ(v string) predicate.Task

EnvironmentNameEQ applies the EQ predicate on the "environment_name" field.

func EnvironmentNameEqualFold

func EnvironmentNameEqualFold(v string) predicate.Task

EnvironmentNameEqualFold applies the EqualFold predicate on the "environment_name" field.

func EnvironmentNameGT

func EnvironmentNameGT(v string) predicate.Task

EnvironmentNameGT applies the GT predicate on the "environment_name" field.

func EnvironmentNameGTE

func EnvironmentNameGTE(v string) predicate.Task

EnvironmentNameGTE applies the GTE predicate on the "environment_name" field.

func EnvironmentNameHasPrefix

func EnvironmentNameHasPrefix(v string) predicate.Task

EnvironmentNameHasPrefix applies the HasPrefix predicate on the "environment_name" field.

func EnvironmentNameHasSuffix

func EnvironmentNameHasSuffix(v string) predicate.Task

EnvironmentNameHasSuffix applies the HasSuffix predicate on the "environment_name" field.

func EnvironmentNameIn

func EnvironmentNameIn(vs ...string) predicate.Task

EnvironmentNameIn applies the In predicate on the "environment_name" field.

func EnvironmentNameIsNil

func EnvironmentNameIsNil() predicate.Task

EnvironmentNameIsNil applies the IsNil predicate on the "environment_name" field.

func EnvironmentNameLT

func EnvironmentNameLT(v string) predicate.Task

EnvironmentNameLT applies the LT predicate on the "environment_name" field.

func EnvironmentNameLTE

func EnvironmentNameLTE(v string) predicate.Task

EnvironmentNameLTE applies the LTE predicate on the "environment_name" field.

func EnvironmentNameNEQ

func EnvironmentNameNEQ(v string) predicate.Task

EnvironmentNameNEQ applies the NEQ predicate on the "environment_name" field.

func EnvironmentNameNotIn

func EnvironmentNameNotIn(vs ...string) predicate.Task

EnvironmentNameNotIn applies the NotIn predicate on the "environment_name" field.

func EnvironmentNameNotNil

func EnvironmentNameNotNil() predicate.Task

EnvironmentNameNotNil applies the NotNil predicate on the "environment_name" field.

func ExternalReferenceURLIsNil

func ExternalReferenceURLIsNil() predicate.Task

ExternalReferenceURLIsNil applies the IsNil predicate on the "external_reference_url" field.

func ExternalReferenceURLNotNil

func ExternalReferenceURLNotNil() predicate.Task

ExternalReferenceURLNotNil applies the NotNil predicate on the "external_reference_url" field.

func ExternalUUID

func ExternalUUID(v string) predicate.Task

ExternalUUID applies equality check predicate on the "external_uuid" field. It's identical to ExternalUUIDEQ.

func ExternalUUIDContains

func ExternalUUIDContains(v string) predicate.Task

ExternalUUIDContains applies the Contains predicate on the "external_uuid" field.

func ExternalUUIDContainsFold

func ExternalUUIDContainsFold(v string) predicate.Task

ExternalUUIDContainsFold applies the ContainsFold predicate on the "external_uuid" field.

func ExternalUUIDEQ

func ExternalUUIDEQ(v string) predicate.Task

ExternalUUIDEQ applies the EQ predicate on the "external_uuid" field.

func ExternalUUIDEqualFold

func ExternalUUIDEqualFold(v string) predicate.Task

ExternalUUIDEqualFold applies the EqualFold predicate on the "external_uuid" field.

func ExternalUUIDGT

func ExternalUUIDGT(v string) predicate.Task

ExternalUUIDGT applies the GT predicate on the "external_uuid" field.

func ExternalUUIDGTE

func ExternalUUIDGTE(v string) predicate.Task

ExternalUUIDGTE applies the GTE predicate on the "external_uuid" field.

func ExternalUUIDHasPrefix

func ExternalUUIDHasPrefix(v string) predicate.Task

ExternalUUIDHasPrefix applies the HasPrefix predicate on the "external_uuid" field.

func ExternalUUIDHasSuffix

func ExternalUUIDHasSuffix(v string) predicate.Task

ExternalUUIDHasSuffix applies the HasSuffix predicate on the "external_uuid" field.

func ExternalUUIDIn

func ExternalUUIDIn(vs ...string) predicate.Task

ExternalUUIDIn applies the In predicate on the "external_uuid" field.

func ExternalUUIDIsNil

func ExternalUUIDIsNil() predicate.Task

ExternalUUIDIsNil applies the IsNil predicate on the "external_uuid" field.

func ExternalUUIDLT

func ExternalUUIDLT(v string) predicate.Task

ExternalUUIDLT applies the LT predicate on the "external_uuid" field.

func ExternalUUIDLTE

func ExternalUUIDLTE(v string) predicate.Task

ExternalUUIDLTE applies the LTE predicate on the "external_uuid" field.

func ExternalUUIDNEQ

func ExternalUUIDNEQ(v string) predicate.Task

ExternalUUIDNEQ applies the NEQ predicate on the "external_uuid" field.

func ExternalUUIDNotIn

func ExternalUUIDNotIn(vs ...string) predicate.Task

ExternalUUIDNotIn applies the NotIn predicate on the "external_uuid" field.

func ExternalUUIDNotNil

func ExternalUUIDNotNil() predicate.Task

ExternalUUIDNotNil applies the NotNil predicate on the "external_uuid" field.

func HasActionPlans

func HasActionPlans() predicate.Task

HasActionPlans applies the HasEdge predicate on the "action_plans" edge.

func HasActionPlansWith

func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Task

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

func HasAssignee

func HasAssignee() predicate.Task

HasAssignee applies the HasEdge predicate on the "assignee" edge.

func HasAssigneeWith

func HasAssigneeWith(preds ...predicate.User) predicate.Task

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

func HasAssigner

func HasAssigner() predicate.Task

HasAssigner applies the HasEdge predicate on the "assigner" edge.

func HasAssignerWith

func HasAssignerWith(preds ...predicate.User) predicate.Task

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

func HasComments

func HasComments() predicate.Task

HasComments applies the HasEdge predicate on the "comments" edge.

func HasCommentsWith

func HasCommentsWith(preds ...predicate.Note) predicate.Task

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

func HasControlImplementations

func HasControlImplementations() predicate.Task

HasControlImplementations applies the HasEdge predicate on the "control_implementations" edge.

func HasControlImplementationsWith

func HasControlImplementationsWith(preds ...predicate.ControlImplementation) predicate.Task

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

func HasControlObjectives

func HasControlObjectives() predicate.Task

HasControlObjectives applies the HasEdge predicate on the "control_objectives" edge.

func HasControlObjectivesWith

func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Task

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

func HasControls

func HasControls() predicate.Task

HasControls applies the HasEdge predicate on the "controls" edge.

func HasControlsWith

func HasControlsWith(preds ...predicate.Control) predicate.Task

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

func HasEnvironment

func HasEnvironment() predicate.Task

HasEnvironment applies the HasEdge predicate on the "environment" edge.

func HasEnvironmentWith

func HasEnvironmentWith(preds ...predicate.CustomTypeEnum) predicate.Task

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

func HasEvidence

func HasEvidence() predicate.Task

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

func HasEvidenceWith

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

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

func HasFindings

func HasFindings() predicate.Task

HasFindings applies the HasEdge predicate on the "findings" edge.

func HasFindingsWith

func HasFindingsWith(preds ...predicate.Finding) predicate.Task

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

func HasGroups

func HasGroups() predicate.Task

HasGroups applies the HasEdge predicate on the "groups" edge.

func HasGroupsWith

func HasGroupsWith(preds ...predicate.Group) predicate.Task

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

func HasIdentityHolders

func HasIdentityHolders() predicate.Task

HasIdentityHolders applies the HasEdge predicate on the "identity_holders" edge.

func HasIdentityHoldersWith

func HasIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Task

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

func HasInternalPolicies

func HasInternalPolicies() predicate.Task

HasInternalPolicies applies the HasEdge predicate on the "internal_policies" edge.

func HasInternalPoliciesWith

func HasInternalPoliciesWith(preds ...predicate.InternalPolicy) predicate.Task

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

func HasOwner

func HasOwner() predicate.Task

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

func HasOwnerWith

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

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

func HasParent

func HasParent() predicate.Task

HasParent applies the HasEdge predicate on the "parent" edge.

func HasParentWith

func HasParentWith(preds ...predicate.Task) predicate.Task

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

func HasPlatforms

func HasPlatforms() predicate.Task

HasPlatforms applies the HasEdge predicate on the "platforms" edge.

func HasPlatformsWith

func HasPlatformsWith(preds ...predicate.Platform) predicate.Task

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

func HasProcedures

func HasProcedures() predicate.Task

HasProcedures applies the HasEdge predicate on the "procedures" edge.

func HasProceduresWith

func HasProceduresWith(preds ...predicate.Procedure) predicate.Task

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

func HasPrograms

func HasPrograms() predicate.Task

HasPrograms applies the HasEdge predicate on the "programs" edge.

func HasProgramsWith

func HasProgramsWith(preds ...predicate.Program) predicate.Task

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

func HasRisks

func HasRisks() predicate.Task

HasRisks applies the HasEdge predicate on the "risks" edge.

func HasRisksWith

func HasRisksWith(preds ...predicate.Risk) predicate.Task

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

func HasScans

func HasScans() predicate.Task

HasScans applies the HasEdge predicate on the "scans" edge.

func HasScansWith

func HasScansWith(preds ...predicate.Scan) predicate.Task

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

func HasScope

func HasScope() predicate.Task

HasScope applies the HasEdge predicate on the "scope" edge.

func HasScopeWith

func HasScopeWith(preds ...predicate.CustomTypeEnum) predicate.Task

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

func HasSubcontrols

func HasSubcontrols() predicate.Task

HasSubcontrols applies the HasEdge predicate on the "subcontrols" edge.

func HasSubcontrolsWith

func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Task

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

func HasTaskKind

func HasTaskKind() predicate.Task

HasTaskKind applies the HasEdge predicate on the "task_kind" edge.

func HasTaskKindWith

func HasTaskKindWith(preds ...predicate.CustomTypeEnum) predicate.Task

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

func HasTasks

func HasTasks() predicate.Task

HasTasks applies the HasEdge predicate on the "tasks" edge.

func HasTasksWith

func HasTasksWith(preds ...predicate.Task) predicate.Task

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

func HasVulnerabilities

func HasVulnerabilities() predicate.Task

HasVulnerabilities applies the HasEdge predicate on the "vulnerabilities" edge.

func HasVulnerabilitiesWith

func HasVulnerabilitiesWith(preds ...predicate.Vulnerability) predicate.Task

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

func HasWorkflowObjectRefs

func HasWorkflowObjectRefs() predicate.Task

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

func HasWorkflowObjectRefsWith

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

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

func ID

func ID(id string) predicate.Task

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Task

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Task

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Task

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Task

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Task

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Task

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Task

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Task

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func IdempotencyKey

func IdempotencyKey(v string) predicate.Task

IdempotencyKey applies equality check predicate on the "idempotency_key" field. It's identical to IdempotencyKeyEQ.

func IdempotencyKeyContains

func IdempotencyKeyContains(v string) predicate.Task

IdempotencyKeyContains applies the Contains predicate on the "idempotency_key" field.

func IdempotencyKeyContainsFold

func IdempotencyKeyContainsFold(v string) predicate.Task

IdempotencyKeyContainsFold applies the ContainsFold predicate on the "idempotency_key" field.

func IdempotencyKeyEQ

func IdempotencyKeyEQ(v string) predicate.Task

IdempotencyKeyEQ applies the EQ predicate on the "idempotency_key" field.

func IdempotencyKeyEqualFold

func IdempotencyKeyEqualFold(v string) predicate.Task

IdempotencyKeyEqualFold applies the EqualFold predicate on the "idempotency_key" field.

func IdempotencyKeyGT

func IdempotencyKeyGT(v string) predicate.Task

IdempotencyKeyGT applies the GT predicate on the "idempotency_key" field.

func IdempotencyKeyGTE

func IdempotencyKeyGTE(v string) predicate.Task

IdempotencyKeyGTE applies the GTE predicate on the "idempotency_key" field.

func IdempotencyKeyHasPrefix

func IdempotencyKeyHasPrefix(v string) predicate.Task

IdempotencyKeyHasPrefix applies the HasPrefix predicate on the "idempotency_key" field.

func IdempotencyKeyHasSuffix

func IdempotencyKeyHasSuffix(v string) predicate.Task

IdempotencyKeyHasSuffix applies the HasSuffix predicate on the "idempotency_key" field.

func IdempotencyKeyIn

func IdempotencyKeyIn(vs ...string) predicate.Task

IdempotencyKeyIn applies the In predicate on the "idempotency_key" field.

func IdempotencyKeyIsNil

func IdempotencyKeyIsNil() predicate.Task

IdempotencyKeyIsNil applies the IsNil predicate on the "idempotency_key" field.

func IdempotencyKeyLT

func IdempotencyKeyLT(v string) predicate.Task

IdempotencyKeyLT applies the LT predicate on the "idempotency_key" field.

func IdempotencyKeyLTE

func IdempotencyKeyLTE(v string) predicate.Task

IdempotencyKeyLTE applies the LTE predicate on the "idempotency_key" field.

func IdempotencyKeyNEQ

func IdempotencyKeyNEQ(v string) predicate.Task

IdempotencyKeyNEQ applies the NEQ predicate on the "idempotency_key" field.

func IdempotencyKeyNotIn

func IdempotencyKeyNotIn(vs ...string) predicate.Task

IdempotencyKeyNotIn applies the NotIn predicate on the "idempotency_key" field.

func IdempotencyKeyNotNil

func IdempotencyKeyNotNil() predicate.Task

IdempotencyKeyNotNil applies the NotNil predicate on the "idempotency_key" field.

func IsSuggested

func IsSuggested(v bool) predicate.Task

IsSuggested applies equality check predicate on the "is_suggested" field. It's identical to IsSuggestedEQ.

func IsSuggestedEQ

func IsSuggestedEQ(v bool) predicate.Task

IsSuggestedEQ applies the EQ predicate on the "is_suggested" field.

func IsSuggestedNEQ

func IsSuggestedNEQ(v bool) predicate.Task

IsSuggestedNEQ applies the NEQ predicate on the "is_suggested" field.

func IsTemplate

func IsTemplate(v bool) predicate.Task

IsTemplate applies equality check predicate on the "is_template" field. It's identical to IsTemplateEQ.

func IsTemplateEQ

func IsTemplateEQ(v bool) predicate.Task

IsTemplateEQ applies the EQ predicate on the "is_template" field.

func IsTemplateNEQ

func IsTemplateNEQ(v bool) predicate.Task

IsTemplateNEQ applies the NEQ predicate on the "is_template" field.

func MetadataIsNil

func MetadataIsNil() predicate.Task

MetadataIsNil applies the IsNil predicate on the "metadata" field.

func MetadataNotNil

func MetadataNotNil() predicate.Task

MetadataNotNil applies the NotNil predicate on the "metadata" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Task) predicate.Task

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.Task

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Task

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Task

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Task

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Task

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Task

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Task

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Task

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Task

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Task

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Task

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Task

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Task

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Task

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

func ParentTaskID

func ParentTaskID(v string) predicate.Task

ParentTaskID applies equality check predicate on the "parent_task_id" field. It's identical to ParentTaskIDEQ.

func ParentTaskIDContains

func ParentTaskIDContains(v string) predicate.Task

ParentTaskIDContains applies the Contains predicate on the "parent_task_id" field.

func ParentTaskIDContainsFold

func ParentTaskIDContainsFold(v string) predicate.Task

ParentTaskIDContainsFold applies the ContainsFold predicate on the "parent_task_id" field.

func ParentTaskIDEQ

func ParentTaskIDEQ(v string) predicate.Task

ParentTaskIDEQ applies the EQ predicate on the "parent_task_id" field.

func ParentTaskIDEqualFold

func ParentTaskIDEqualFold(v string) predicate.Task

ParentTaskIDEqualFold applies the EqualFold predicate on the "parent_task_id" field.

func ParentTaskIDGT

func ParentTaskIDGT(v string) predicate.Task

ParentTaskIDGT applies the GT predicate on the "parent_task_id" field.

func ParentTaskIDGTE

func ParentTaskIDGTE(v string) predicate.Task

ParentTaskIDGTE applies the GTE predicate on the "parent_task_id" field.

func ParentTaskIDHasPrefix

func ParentTaskIDHasPrefix(v string) predicate.Task

ParentTaskIDHasPrefix applies the HasPrefix predicate on the "parent_task_id" field.

func ParentTaskIDHasSuffix

func ParentTaskIDHasSuffix(v string) predicate.Task

ParentTaskIDHasSuffix applies the HasSuffix predicate on the "parent_task_id" field.

func ParentTaskIDIn

func ParentTaskIDIn(vs ...string) predicate.Task

ParentTaskIDIn applies the In predicate on the "parent_task_id" field.

func ParentTaskIDIsNil

func ParentTaskIDIsNil() predicate.Task

ParentTaskIDIsNil applies the IsNil predicate on the "parent_task_id" field.

func ParentTaskIDLT

func ParentTaskIDLT(v string) predicate.Task

ParentTaskIDLT applies the LT predicate on the "parent_task_id" field.

func ParentTaskIDLTE

func ParentTaskIDLTE(v string) predicate.Task

ParentTaskIDLTE applies the LTE predicate on the "parent_task_id" field.

func ParentTaskIDNEQ

func ParentTaskIDNEQ(v string) predicate.Task

ParentTaskIDNEQ applies the NEQ predicate on the "parent_task_id" field.

func ParentTaskIDNotIn

func ParentTaskIDNotIn(vs ...string) predicate.Task

ParentTaskIDNotIn applies the NotIn predicate on the "parent_task_id" field.

func ParentTaskIDNotNil

func ParentTaskIDNotNil() predicate.Task

ParentTaskIDNotNil applies the NotNil predicate on the "parent_task_id" field.

func Priority

func Priority(v int) predicate.Task

Priority applies equality check predicate on the "priority" field. It's identical to PriorityEQ.

func PriorityEQ

func PriorityEQ(v int) predicate.Task

PriorityEQ applies the EQ predicate on the "priority" field.

func PriorityGT

func PriorityGT(v int) predicate.Task

PriorityGT applies the GT predicate on the "priority" field.

func PriorityGTE

func PriorityGTE(v int) predicate.Task

PriorityGTE applies the GTE predicate on the "priority" field.

func PriorityIn

func PriorityIn(vs ...int) predicate.Task

PriorityIn applies the In predicate on the "priority" field.

func PriorityLT

func PriorityLT(v int) predicate.Task

PriorityLT applies the LT predicate on the "priority" field.

func PriorityLTE

func PriorityLTE(v int) predicate.Task

PriorityLTE applies the LTE predicate on the "priority" field.

func PriorityNEQ

func PriorityNEQ(v int) predicate.Task

PriorityNEQ applies the NEQ predicate on the "priority" field.

func PriorityNotIn

func PriorityNotIn(vs ...int) predicate.Task

PriorityNotIn applies the NotIn predicate on the "priority" field.

func ScopeID

func ScopeID(v string) predicate.Task

ScopeID applies equality check predicate on the "scope_id" field. It's identical to ScopeIDEQ.

func ScopeIDContains

func ScopeIDContains(v string) predicate.Task

ScopeIDContains applies the Contains predicate on the "scope_id" field.

func ScopeIDContainsFold

func ScopeIDContainsFold(v string) predicate.Task

ScopeIDContainsFold applies the ContainsFold predicate on the "scope_id" field.

func ScopeIDEQ

func ScopeIDEQ(v string) predicate.Task

ScopeIDEQ applies the EQ predicate on the "scope_id" field.

func ScopeIDEqualFold

func ScopeIDEqualFold(v string) predicate.Task

ScopeIDEqualFold applies the EqualFold predicate on the "scope_id" field.

func ScopeIDGT

func ScopeIDGT(v string) predicate.Task

ScopeIDGT applies the GT predicate on the "scope_id" field.

func ScopeIDGTE

func ScopeIDGTE(v string) predicate.Task

ScopeIDGTE applies the GTE predicate on the "scope_id" field.

func ScopeIDHasPrefix

func ScopeIDHasPrefix(v string) predicate.Task

ScopeIDHasPrefix applies the HasPrefix predicate on the "scope_id" field.

func ScopeIDHasSuffix

func ScopeIDHasSuffix(v string) predicate.Task

ScopeIDHasSuffix applies the HasSuffix predicate on the "scope_id" field.

func ScopeIDIn

func ScopeIDIn(vs ...string) predicate.Task

ScopeIDIn applies the In predicate on the "scope_id" field.

func ScopeIDIsNil

func ScopeIDIsNil() predicate.Task

ScopeIDIsNil applies the IsNil predicate on the "scope_id" field.

func ScopeIDLT

func ScopeIDLT(v string) predicate.Task

ScopeIDLT applies the LT predicate on the "scope_id" field.

func ScopeIDLTE

func ScopeIDLTE(v string) predicate.Task

ScopeIDLTE applies the LTE predicate on the "scope_id" field.

func ScopeIDNEQ

func ScopeIDNEQ(v string) predicate.Task

ScopeIDNEQ applies the NEQ predicate on the "scope_id" field.

func ScopeIDNotIn

func ScopeIDNotIn(vs ...string) predicate.Task

ScopeIDNotIn applies the NotIn predicate on the "scope_id" field.

func ScopeIDNotNil

func ScopeIDNotNil() predicate.Task

ScopeIDNotNil applies the NotNil predicate on the "scope_id" field.

func ScopeName

func ScopeName(v string) predicate.Task

ScopeName applies equality check predicate on the "scope_name" field. It's identical to ScopeNameEQ.

func ScopeNameContains

func ScopeNameContains(v string) predicate.Task

ScopeNameContains applies the Contains predicate on the "scope_name" field.

func ScopeNameContainsFold

func ScopeNameContainsFold(v string) predicate.Task

ScopeNameContainsFold applies the ContainsFold predicate on the "scope_name" field.

func ScopeNameEQ

func ScopeNameEQ(v string) predicate.Task

ScopeNameEQ applies the EQ predicate on the "scope_name" field.

func ScopeNameEqualFold

func ScopeNameEqualFold(v string) predicate.Task

ScopeNameEqualFold applies the EqualFold predicate on the "scope_name" field.

func ScopeNameGT

func ScopeNameGT(v string) predicate.Task

ScopeNameGT applies the GT predicate on the "scope_name" field.

func ScopeNameGTE

func ScopeNameGTE(v string) predicate.Task

ScopeNameGTE applies the GTE predicate on the "scope_name" field.

func ScopeNameHasPrefix

func ScopeNameHasPrefix(v string) predicate.Task

ScopeNameHasPrefix applies the HasPrefix predicate on the "scope_name" field.

func ScopeNameHasSuffix

func ScopeNameHasSuffix(v string) predicate.Task

ScopeNameHasSuffix applies the HasSuffix predicate on the "scope_name" field.

func ScopeNameIn

func ScopeNameIn(vs ...string) predicate.Task

ScopeNameIn applies the In predicate on the "scope_name" field.

func ScopeNameIsNil

func ScopeNameIsNil() predicate.Task

ScopeNameIsNil applies the IsNil predicate on the "scope_name" field.

func ScopeNameLT

func ScopeNameLT(v string) predicate.Task

ScopeNameLT applies the LT predicate on the "scope_name" field.

func ScopeNameLTE

func ScopeNameLTE(v string) predicate.Task

ScopeNameLTE applies the LTE predicate on the "scope_name" field.

func ScopeNameNEQ

func ScopeNameNEQ(v string) predicate.Task

ScopeNameNEQ applies the NEQ predicate on the "scope_name" field.

func ScopeNameNotIn

func ScopeNameNotIn(vs ...string) predicate.Task

ScopeNameNotIn applies the NotIn predicate on the "scope_name" field.

func ScopeNameNotNil

func ScopeNameNotNil() predicate.Task

ScopeNameNotNil applies the NotNil predicate on the "scope_name" field.

func Source

func Source(v string) predicate.Task

Source applies equality check predicate on the "source" field. It's identical to SourceEQ.

func SourceContains

func SourceContains(v string) predicate.Task

SourceContains applies the Contains predicate on the "source" field.

func SourceContainsFold

func SourceContainsFold(v string) predicate.Task

SourceContainsFold applies the ContainsFold predicate on the "source" field.

func SourceEQ

func SourceEQ(v string) predicate.Task

SourceEQ applies the EQ predicate on the "source" field.

func SourceEqualFold

func SourceEqualFold(v string) predicate.Task

SourceEqualFold applies the EqualFold predicate on the "source" field.

func SourceGT

func SourceGT(v string) predicate.Task

SourceGT applies the GT predicate on the "source" field.

func SourceGTE

func SourceGTE(v string) predicate.Task

SourceGTE applies the GTE predicate on the "source" field.

func SourceHasPrefix

func SourceHasPrefix(v string) predicate.Task

SourceHasPrefix applies the HasPrefix predicate on the "source" field.

func SourceHasSuffix

func SourceHasSuffix(v string) predicate.Task

SourceHasSuffix applies the HasSuffix predicate on the "source" field.

func SourceIn

func SourceIn(vs ...string) predicate.Task

SourceIn applies the In predicate on the "source" field.

func SourceIsNil

func SourceIsNil() predicate.Task

SourceIsNil applies the IsNil predicate on the "source" field.

func SourceKey

func SourceKey(v string) predicate.Task

SourceKey applies equality check predicate on the "source_key" field. It's identical to SourceKeyEQ.

func SourceKeyContains

func SourceKeyContains(v string) predicate.Task

SourceKeyContains applies the Contains predicate on the "source_key" field.

func SourceKeyContainsFold

func SourceKeyContainsFold(v string) predicate.Task

SourceKeyContainsFold applies the ContainsFold predicate on the "source_key" field.

func SourceKeyEQ

func SourceKeyEQ(v string) predicate.Task

SourceKeyEQ applies the EQ predicate on the "source_key" field.

func SourceKeyEqualFold

func SourceKeyEqualFold(v string) predicate.Task

SourceKeyEqualFold applies the EqualFold predicate on the "source_key" field.

func SourceKeyGT

func SourceKeyGT(v string) predicate.Task

SourceKeyGT applies the GT predicate on the "source_key" field.

func SourceKeyGTE

func SourceKeyGTE(v string) predicate.Task

SourceKeyGTE applies the GTE predicate on the "source_key" field.

func SourceKeyHasPrefix

func SourceKeyHasPrefix(v string) predicate.Task

SourceKeyHasPrefix applies the HasPrefix predicate on the "source_key" field.

func SourceKeyHasSuffix

func SourceKeyHasSuffix(v string) predicate.Task

SourceKeyHasSuffix applies the HasSuffix predicate on the "source_key" field.

func SourceKeyIn

func SourceKeyIn(vs ...string) predicate.Task

SourceKeyIn applies the In predicate on the "source_key" field.

func SourceKeyIsNil

func SourceKeyIsNil() predicate.Task

SourceKeyIsNil applies the IsNil predicate on the "source_key" field.

func SourceKeyLT

func SourceKeyLT(v string) predicate.Task

SourceKeyLT applies the LT predicate on the "source_key" field.

func SourceKeyLTE

func SourceKeyLTE(v string) predicate.Task

SourceKeyLTE applies the LTE predicate on the "source_key" field.

func SourceKeyNEQ

func SourceKeyNEQ(v string) predicate.Task

SourceKeyNEQ applies the NEQ predicate on the "source_key" field.

func SourceKeyNotIn

func SourceKeyNotIn(vs ...string) predicate.Task

SourceKeyNotIn applies the NotIn predicate on the "source_key" field.

func SourceKeyNotNil

func SourceKeyNotNil() predicate.Task

SourceKeyNotNil applies the NotNil predicate on the "source_key" field.

func SourceLT

func SourceLT(v string) predicate.Task

SourceLT applies the LT predicate on the "source" field.

func SourceLTE

func SourceLTE(v string) predicate.Task

SourceLTE applies the LTE predicate on the "source" field.

func SourceNEQ

func SourceNEQ(v string) predicate.Task

SourceNEQ applies the NEQ predicate on the "source" field.

func SourceNotIn

func SourceNotIn(vs ...string) predicate.Task

SourceNotIn applies the NotIn predicate on the "source" field.

func SourceNotNil

func SourceNotNil() predicate.Task

SourceNotNil applies the NotNil predicate on the "source" field.

func StatusEQ

func StatusEQ(v enums.TaskStatus) predicate.Task

StatusEQ applies the EQ predicate on the "status" field.

func StatusIn

func StatusIn(vs ...enums.TaskStatus) predicate.Task

StatusIn applies the In predicate on the "status" field.

func StatusNEQ

func StatusNEQ(v enums.TaskStatus) predicate.Task

StatusNEQ applies the NEQ predicate on the "status" field.

func StatusNotIn

func StatusNotIn(vs ...enums.TaskStatus) predicate.Task

StatusNotIn applies the NotIn predicate on the "status" field.

func StatusValidator

func StatusValidator(s enums.TaskStatus) error

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

func SystemGenerated

func SystemGenerated(v bool) predicate.Task

SystemGenerated applies equality check predicate on the "system_generated" field. It's identical to SystemGeneratedEQ.

func SystemGeneratedEQ

func SystemGeneratedEQ(v bool) predicate.Task

SystemGeneratedEQ applies the EQ predicate on the "system_generated" field.

func SystemGeneratedNEQ

func SystemGeneratedNEQ(v bool) predicate.Task

SystemGeneratedNEQ applies the NEQ predicate on the "system_generated" field.

func TagsIsNil

func TagsIsNil() predicate.Task

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

func TagsNotNil

func TagsNotNil() predicate.Task

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

func TaskKindID

func TaskKindID(v string) predicate.Task

TaskKindID applies equality check predicate on the "task_kind_id" field. It's identical to TaskKindIDEQ.

func TaskKindIDContains

func TaskKindIDContains(v string) predicate.Task

TaskKindIDContains applies the Contains predicate on the "task_kind_id" field.

func TaskKindIDContainsFold

func TaskKindIDContainsFold(v string) predicate.Task

TaskKindIDContainsFold applies the ContainsFold predicate on the "task_kind_id" field.

func TaskKindIDEQ

func TaskKindIDEQ(v string) predicate.Task

TaskKindIDEQ applies the EQ predicate on the "task_kind_id" field.

func TaskKindIDEqualFold

func TaskKindIDEqualFold(v string) predicate.Task

TaskKindIDEqualFold applies the EqualFold predicate on the "task_kind_id" field.

func TaskKindIDGT

func TaskKindIDGT(v string) predicate.Task

TaskKindIDGT applies the GT predicate on the "task_kind_id" field.

func TaskKindIDGTE

func TaskKindIDGTE(v string) predicate.Task

TaskKindIDGTE applies the GTE predicate on the "task_kind_id" field.

func TaskKindIDHasPrefix

func TaskKindIDHasPrefix(v string) predicate.Task

TaskKindIDHasPrefix applies the HasPrefix predicate on the "task_kind_id" field.

func TaskKindIDHasSuffix

func TaskKindIDHasSuffix(v string) predicate.Task

TaskKindIDHasSuffix applies the HasSuffix predicate on the "task_kind_id" field.

func TaskKindIDIn

func TaskKindIDIn(vs ...string) predicate.Task

TaskKindIDIn applies the In predicate on the "task_kind_id" field.

func TaskKindIDIsNil

func TaskKindIDIsNil() predicate.Task

TaskKindIDIsNil applies the IsNil predicate on the "task_kind_id" field.

func TaskKindIDLT

func TaskKindIDLT(v string) predicate.Task

TaskKindIDLT applies the LT predicate on the "task_kind_id" field.

func TaskKindIDLTE

func TaskKindIDLTE(v string) predicate.Task

TaskKindIDLTE applies the LTE predicate on the "task_kind_id" field.

func TaskKindIDNEQ

func TaskKindIDNEQ(v string) predicate.Task

TaskKindIDNEQ applies the NEQ predicate on the "task_kind_id" field.

func TaskKindIDNotIn

func TaskKindIDNotIn(vs ...string) predicate.Task

TaskKindIDNotIn applies the NotIn predicate on the "task_kind_id" field.

func TaskKindIDNotNil

func TaskKindIDNotNil() predicate.Task

TaskKindIDNotNil applies the NotNil predicate on the "task_kind_id" field.

func TaskKindName

func TaskKindName(v string) predicate.Task

TaskKindName applies equality check predicate on the "task_kind_name" field. It's identical to TaskKindNameEQ.

func TaskKindNameContains

func TaskKindNameContains(v string) predicate.Task

TaskKindNameContains applies the Contains predicate on the "task_kind_name" field.

func TaskKindNameContainsFold

func TaskKindNameContainsFold(v string) predicate.Task

TaskKindNameContainsFold applies the ContainsFold predicate on the "task_kind_name" field.

func TaskKindNameEQ

func TaskKindNameEQ(v string) predicate.Task

TaskKindNameEQ applies the EQ predicate on the "task_kind_name" field.

func TaskKindNameEqualFold

func TaskKindNameEqualFold(v string) predicate.Task

TaskKindNameEqualFold applies the EqualFold predicate on the "task_kind_name" field.

func TaskKindNameGT

func TaskKindNameGT(v string) predicate.Task

TaskKindNameGT applies the GT predicate on the "task_kind_name" field.

func TaskKindNameGTE

func TaskKindNameGTE(v string) predicate.Task

TaskKindNameGTE applies the GTE predicate on the "task_kind_name" field.

func TaskKindNameHasPrefix

func TaskKindNameHasPrefix(v string) predicate.Task

TaskKindNameHasPrefix applies the HasPrefix predicate on the "task_kind_name" field.

func TaskKindNameHasSuffix

func TaskKindNameHasSuffix(v string) predicate.Task

TaskKindNameHasSuffix applies the HasSuffix predicate on the "task_kind_name" field.

func TaskKindNameIn

func TaskKindNameIn(vs ...string) predicate.Task

TaskKindNameIn applies the In predicate on the "task_kind_name" field.

func TaskKindNameIsNil

func TaskKindNameIsNil() predicate.Task

TaskKindNameIsNil applies the IsNil predicate on the "task_kind_name" field.

func TaskKindNameLT

func TaskKindNameLT(v string) predicate.Task

TaskKindNameLT applies the LT predicate on the "task_kind_name" field.

func TaskKindNameLTE

func TaskKindNameLTE(v string) predicate.Task

TaskKindNameLTE applies the LTE predicate on the "task_kind_name" field.

func TaskKindNameNEQ

func TaskKindNameNEQ(v string) predicate.Task

TaskKindNameNEQ applies the NEQ predicate on the "task_kind_name" field.

func TaskKindNameNotIn

func TaskKindNameNotIn(vs ...string) predicate.Task

TaskKindNameNotIn applies the NotIn predicate on the "task_kind_name" field.

func TaskKindNameNotNil

func TaskKindNameNotNil() predicate.Task

TaskKindNameNotNil applies the NotNil predicate on the "task_kind_name" field.

func Title

func Title(v string) predicate.Task

Title applies equality check predicate on the "title" field. It's identical to TitleEQ.

func TitleContains

func TitleContains(v string) predicate.Task

TitleContains applies the Contains predicate on the "title" field.

func TitleContainsFold

func TitleContainsFold(v string) predicate.Task

TitleContainsFold applies the ContainsFold predicate on the "title" field.

func TitleEQ

func TitleEQ(v string) predicate.Task

TitleEQ applies the EQ predicate on the "title" field.

func TitleEqualFold

func TitleEqualFold(v string) predicate.Task

TitleEqualFold applies the EqualFold predicate on the "title" field.

func TitleGT

func TitleGT(v string) predicate.Task

TitleGT applies the GT predicate on the "title" field.

func TitleGTE

func TitleGTE(v string) predicate.Task

TitleGTE applies the GTE predicate on the "title" field.

func TitleHasPrefix

func TitleHasPrefix(v string) predicate.Task

TitleHasPrefix applies the HasPrefix predicate on the "title" field.

func TitleHasSuffix

func TitleHasSuffix(v string) predicate.Task

TitleHasSuffix applies the HasSuffix predicate on the "title" field.

func TitleIn

func TitleIn(vs ...string) predicate.Task

TitleIn applies the In predicate on the "title" field.

func TitleLT

func TitleLT(v string) predicate.Task

TitleLT applies the LT predicate on the "title" field.

func TitleLTE

func TitleLTE(v string) predicate.Task

TitleLTE applies the LTE predicate on the "title" field.

func TitleNEQ

func TitleNEQ(v string) predicate.Task

TitleNEQ applies the NEQ predicate on the "title" field.

func TitleNotIn

func TitleNotIn(vs ...string) predicate.Task

TitleNotIn applies the NotIn predicate on the "title" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Task

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Task

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Task

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Task

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Task

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Task

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Task

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Task

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Task

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

func UpdatedBy

func UpdatedBy(v string) predicate.Task

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Task

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Task

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Task

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Task

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Task

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Task

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Task

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Task

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

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.Task

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

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.Task

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

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.Task

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

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.Task

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

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.Task

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

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.Task

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

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.Task

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

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.Task

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

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.Task

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

func UpdatedByImpersonatorIn

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

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

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.Task

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

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.Task

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

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.Task

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

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.Task

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

func UpdatedByImpersonatorNotIn

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

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

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.Task

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Task

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Task

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Task

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Task

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Task

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 WorkflowEligibleMarker

func WorkflowEligibleMarker(v bool) predicate.Task

WorkflowEligibleMarker applies equality check predicate on the "workflow_eligible_marker" field. It's identical to WorkflowEligibleMarkerEQ.

func WorkflowEligibleMarkerEQ

func WorkflowEligibleMarkerEQ(v bool) predicate.Task

WorkflowEligibleMarkerEQ applies the EQ predicate on the "workflow_eligible_marker" field.

func WorkflowEligibleMarkerIsNil

func WorkflowEligibleMarkerIsNil() predicate.Task

WorkflowEligibleMarkerIsNil applies the IsNil predicate on the "workflow_eligible_marker" field.

func WorkflowEligibleMarkerNEQ

func WorkflowEligibleMarkerNEQ(v bool) predicate.Task

WorkflowEligibleMarkerNEQ applies the NEQ predicate on the "workflow_eligible_marker" field.

func WorkflowEligibleMarkerNotNil

func WorkflowEligibleMarkerNotNil() predicate.Task

WorkflowEligibleMarkerNotNil applies the NotNil predicate on the "workflow_eligible_marker" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Task queries.

func ByActionPlans

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

ByActionPlans orders the results by action_plans terms.

func ByActionPlansCount

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

ByActionPlansCount orders the results by action_plans count.

func ByAssigneeField

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

ByAssigneeField orders the results by assignee field.

func ByAssigneeID

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

ByAssigneeID orders the results by the assignee_id field.

func ByAssignerField

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

ByAssignerField orders the results by assigner field.

func ByAssignerID

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

ByAssignerID orders the results by the assigner_id field.

func ByComments

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

ByComments orders the results by comments terms.

func ByCommentsCount

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

ByCommentsCount orders the results by comments count.

func ByCompleted

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

ByCompleted orders the results by the completed field.

func ByControlImplementations

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

ByControlImplementations orders the results by control_implementations terms.

func ByControlImplementationsCount

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

ByControlImplementationsCount orders the results by control_implementations count.

func ByControlObjectives

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

ByControlObjectives orders the results by control_objectives terms.

func ByControlObjectivesCount

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

ByControlObjectivesCount orders the results by control_objectives count.

func ByControls

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

ByControls orders the results by controls terms.

func ByControlsCount

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

ByControlsCount orders the results by controls count.

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 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 ByDetails

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

ByDetails orders the results by the details field.

func ByDisplayID

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

ByDisplayID orders the results by the display_id field.

func ByDue

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

ByDue orders the results by the due field.

func ByEnvironmentField

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

ByEnvironmentField orders the results by environment field.

func ByEnvironmentID

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

ByEnvironmentID orders the results by the environment_id field.

func ByEnvironmentName

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

ByEnvironmentName orders the results by the environment_name field.

func ByEvidence

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

ByEvidence orders the results by evidence terms.

func ByEvidenceCount

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

ByEvidenceCount orders the results by evidence count.

func ByExternalUUID

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

ByExternalUUID orders the results by the external_uuid field.

func ByFindings

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

ByFindings orders the results by findings terms.

func ByFindingsCount

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

ByFindingsCount orders the results by findings count.

func ByGroups

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

ByGroups orders the results by groups terms.

func ByGroupsCount

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

ByGroupsCount orders the results by groups count.

func ByID

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

ByID orders the results by the id field.

func ByIdempotencyKey

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

ByIdempotencyKey orders the results by the idempotency_key field.

func ByIdentityHolders

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

ByIdentityHolders orders the results by identity_holders terms.

func ByIdentityHoldersCount

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

ByIdentityHoldersCount orders the results by identity_holders count.

func ByInternalPolicies

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

ByInternalPolicies orders the results by internal_policies terms.

func ByInternalPoliciesCount

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

ByInternalPoliciesCount orders the results by internal_policies count.

func ByIsSuggested

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

ByIsSuggested orders the results by the is_suggested field.

func ByIsTemplate

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

ByIsTemplate orders the results by the is_template 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 ByParentField

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

ByParentField orders the results by parent field.

func ByParentTaskID

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

ByParentTaskID orders the results by the parent_task_id field.

func ByPlatforms

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

ByPlatforms orders the results by platforms terms.

func ByPlatformsCount

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

ByPlatformsCount orders the results by platforms count.

func ByPriority

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

ByPriority orders the results by the priority field.

func ByProcedures

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

ByProcedures orders the results by procedures terms.

func ByProceduresCount

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

ByProceduresCount orders the results by procedures count.

func ByPrograms

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

ByPrograms orders the results by programs terms.

func ByProgramsCount

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

ByProgramsCount orders the results by programs count.

func ByRisks

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

ByRisks orders the results by risks terms.

func ByRisksCount

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

ByRisksCount orders the results by risks count.

func ByScans

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

ByScans orders the results by scans terms.

func ByScansCount

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

ByScansCount orders the results by scans count.

func ByScopeField

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

ByScopeField orders the results by scope field.

func ByScopeID

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

ByScopeID orders the results by the scope_id field.

func ByScopeName

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

ByScopeName orders the results by the scope_name field.

func BySource

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

BySource orders the results by the source field.

func BySourceKey

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

BySourceKey orders the results by the source_key field.

func ByStatus

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

ByStatus orders the results by the status field.

func BySubcontrols

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

BySubcontrols orders the results by subcontrols terms.

func BySubcontrolsCount

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

BySubcontrolsCount orders the results by subcontrols count.

func BySystemGenerated

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

BySystemGenerated orders the results by the system_generated field.

func ByTaskKindField

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

ByTaskKindField orders the results by task_kind field.

func ByTaskKindID

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

ByTaskKindID orders the results by the task_kind_id field.

func ByTaskKindName

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

ByTaskKindName orders the results by the task_kind_name field.

func ByTasks

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

ByTasks orders the results by tasks terms.

func ByTasksCount

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

ByTasksCount orders the results by tasks count.

func ByTitle

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

ByTitle orders the results by the title 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 ByVulnerabilities

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

ByVulnerabilities orders the results by vulnerabilities terms.

func ByVulnerabilitiesCount

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

ByVulnerabilitiesCount orders the results by vulnerabilities count.

func ByWorkflowEligibleMarker

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

ByWorkflowEligibleMarker orders the results by the workflow_eligible_marker field.

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.

Jump to

Keyboard shortcuts

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