actionplan

package
v0.45.13 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the actionplan type in the database.
	Label = "action_plan"
	// 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"
	// 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"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldRevision holds the string denoting the revision field in the database.
	FieldRevision = "revision"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldActionPlanType holds the string denoting the action_plan_type field in the database.
	FieldActionPlanType = "action_plan_type"
	// FieldDetails holds the string denoting the details field in the database.
	FieldDetails = "details"
	// FieldApprovalRequired holds the string denoting the approval_required field in the database.
	FieldApprovalRequired = "approval_required"
	// FieldReviewDue holds the string denoting the review_due field in the database.
	FieldReviewDue = "review_due"
	// FieldReviewFrequency holds the string denoting the review_frequency field in the database.
	FieldReviewFrequency = "review_frequency"
	// FieldApproverID holds the string denoting the approver_id field in the database.
	FieldApproverID = "approver_id"
	// FieldDelegateID holds the string denoting the delegate_id field in the database.
	FieldDelegateID = "delegate_id"
	// FieldSummary holds the string denoting the summary field in the database.
	FieldSummary = "summary"
	// FieldTagSuggestions holds the string denoting the tag_suggestions field in the database.
	FieldTagSuggestions = "tag_suggestions"
	// FieldDismissedTagSuggestions holds the string denoting the dismissed_tag_suggestions field in the database.
	FieldDismissedTagSuggestions = "dismissed_tag_suggestions"
	// FieldControlSuggestions holds the string denoting the control_suggestions field in the database.
	FieldControlSuggestions = "control_suggestions"
	// FieldDismissedControlSuggestions holds the string denoting the dismissed_control_suggestions field in the database.
	FieldDismissedControlSuggestions = "dismissed_control_suggestions"
	// FieldImprovementSuggestions holds the string denoting the improvement_suggestions field in the database.
	FieldImprovementSuggestions = "improvement_suggestions"
	// FieldDismissedImprovementSuggestions holds the string denoting the dismissed_improvement_suggestions field in the database.
	FieldDismissedImprovementSuggestions = "dismissed_improvement_suggestions"
	// FieldURL holds the string denoting the url field in the database.
	FieldURL = "url"
	// FieldFileID holds the string denoting the file_id field in the database.
	FieldFileID = "file_id"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldSystemOwned holds the string denoting the system_owned field in the database.
	FieldSystemOwned = "system_owned"
	// FieldInternalNotes holds the string denoting the internal_notes field in the database.
	FieldInternalNotes = "internal_notes"
	// FieldSystemInternalID holds the string denoting the system_internal_id field in the database.
	FieldSystemInternalID = "system_internal_id"
	// FieldActionPlanKindName holds the string denoting the action_plan_kind_name field in the database.
	FieldActionPlanKindName = "action_plan_kind_name"
	// FieldActionPlanKindID holds the string denoting the action_plan_kind_id field in the database.
	FieldActionPlanKindID = "action_plan_kind_id"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldDueDate holds the string denoting the due_date field in the database.
	FieldDueDate = "due_date"
	// FieldCompletedAt holds the string denoting the completed_at field in the database.
	FieldCompletedAt = "completed_at"
	// FieldPriority holds the string denoting the priority field in the database.
	FieldPriority = "priority"
	// FieldRequiresApproval holds the string denoting the requires_approval field in the database.
	FieldRequiresApproval = "requires_approval"
	// FieldBlocked holds the string denoting the blocked field in the database.
	FieldBlocked = "blocked"
	// FieldBlockerReason holds the string denoting the blocker_reason field in the database.
	FieldBlockerReason = "blocker_reason"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// FieldRawPayload holds the string denoting the raw_payload field in the database.
	FieldRawPayload = "raw_payload"
	// FieldSource holds the string denoting the source field in the database.
	FieldSource = "source"
	// EdgeApprover holds the string denoting the approver edge name in mutations.
	EdgeApprover = "approver"
	// EdgeDelegate holds the string denoting the delegate edge name in mutations.
	EdgeDelegate = "delegate"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeActionPlanKind holds the string denoting the action_plan_kind edge name in mutations.
	EdgeActionPlanKind = "action_plan_kind"
	// EdgeRisks holds the string denoting the risks edge name in mutations.
	EdgeRisks = "risks"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgePrograms holds the string denoting the programs edge name in mutations.
	EdgePrograms = "programs"
	// EdgeFindings holds the string denoting the findings edge name in mutations.
	EdgeFindings = "findings"
	// EdgeVulnerabilities holds the string denoting the vulnerabilities edge name in mutations.
	EdgeVulnerabilities = "vulnerabilities"
	// EdgeReviews holds the string denoting the reviews edge name in mutations.
	EdgeReviews = "reviews"
	// EdgeRemediations holds the string denoting the remediations edge name in mutations.
	EdgeRemediations = "remediations"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgeIntegrations holds the string denoting the integrations edge name in mutations.
	EdgeIntegrations = "integrations"
	// EdgeFile holds the string denoting the file edge name in mutations.
	EdgeFile = "file"
	// Table holds the table name of the actionplan in the database.
	Table = "action_plans"
	// ApproverTable is the table that holds the approver relation/edge.
	ApproverTable = "action_plans"
	// ApproverInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ApproverInverseTable = "groups"
	// ApproverColumn is the table column denoting the approver relation/edge.
	ApproverColumn = "approver_id"
	// DelegateTable is the table that holds the delegate relation/edge.
	DelegateTable = "action_plans"
	// DelegateInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	DelegateInverseTable = "groups"
	// DelegateColumn is the table column denoting the delegate relation/edge.
	DelegateColumn = "delegate_id"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "action_plans"
	// 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"
	// ActionPlanKindTable is the table that holds the action_plan_kind relation/edge.
	ActionPlanKindTable = "action_plans"
	// ActionPlanKindInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	ActionPlanKindInverseTable = "custom_type_enums"
	// ActionPlanKindColumn is the table column denoting the action_plan_kind relation/edge.
	ActionPlanKindColumn = "action_plan_kind_id"
	// RisksTable is the table that holds the risks relation/edge. The primary key declared below.
	RisksTable = "risk_action_plans"
	// 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"
	// ControlsTable is the table that holds the controls relation/edge. The primary key declared below.
	ControlsTable = "control_action_plans"
	// 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"
	// ProgramsTable is the table that holds the programs relation/edge. The primary key declared below.
	ProgramsTable = "program_action_plans"
	// 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"
	// FindingsTable is the table that holds the findings relation/edge. The primary key declared below.
	FindingsTable = "finding_action_plans"
	// 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"
	// VulnerabilitiesTable is the table that holds the vulnerabilities relation/edge. The primary key declared below.
	VulnerabilitiesTable = "vulnerability_action_plans"
	// 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"
	// ReviewsTable is the table that holds the reviews relation/edge. The primary key declared below.
	ReviewsTable = "review_action_plans"
	// ReviewsInverseTable is the table name for the Review entity.
	// It exists in this package in order to avoid circular dependency with the "review" package.
	ReviewsInverseTable = "reviews"
	// RemediationsTable is the table that holds the remediations relation/edge. The primary key declared below.
	RemediationsTable = "remediation_action_plans"
	// RemediationsInverseTable is the table name for the Remediation entity.
	// It exists in this package in order to avoid circular dependency with the "remediation" package.
	RemediationsInverseTable = "remediations"
	// TasksTable is the table that holds the tasks relation/edge. The primary key declared below.
	TasksTable = "action_plan_tasks"
	// TasksInverseTable is the table name for the Task entity.
	// It exists in this package in order to avoid circular dependency with the "task" package.
	TasksInverseTable = "tasks"
	// IntegrationsTable is the table that holds the integrations relation/edge. The primary key declared below.
	IntegrationsTable = "integration_action_plans"
	// IntegrationsInverseTable is the table name for the Integration entity.
	// It exists in this package in order to avoid circular dependency with the "integration" package.
	IntegrationsInverseTable = "integrations"
	// FileTable is the table that holds the file relation/edge.
	FileTable = "action_plans"
	// FileInverseTable is the table name for the File entity.
	// It exists in this package in order to avoid circular dependency with the "file" package.
	FileInverseTable = "files"
	// FileColumn is the table column denoting the file relation/edge.
	FileColumn = "file_id"
)
View Source
const DefaultReviewFrequency enums.Frequency = "YEARLY"
View Source
const DefaultStatus enums.DocumentStatus = "DRAFT"

Variables

View Source
var (
	// RisksPrimaryKey and RisksColumn2 are the table columns denoting the
	// primary key for the risks relation (M2M).
	RisksPrimaryKey = []string{"risk_id", "action_plan_id"}
	// ControlsPrimaryKey and ControlsColumn2 are the table columns denoting the
	// primary key for the controls relation (M2M).
	ControlsPrimaryKey = []string{"control_id", "action_plan_id"}
	// ProgramsPrimaryKey and ProgramsColumn2 are the table columns denoting the
	// primary key for the programs relation (M2M).
	ProgramsPrimaryKey = []string{"program_id", "action_plan_id"}
	// FindingsPrimaryKey and FindingsColumn2 are the table columns denoting the
	// primary key for the findings relation (M2M).
	FindingsPrimaryKey = []string{"finding_id", "action_plan_id"}
	// VulnerabilitiesPrimaryKey and VulnerabilitiesColumn2 are the table columns denoting the
	// primary key for the vulnerabilities relation (M2M).
	VulnerabilitiesPrimaryKey = []string{"vulnerability_id", "action_plan_id"}
	// ReviewsPrimaryKey and ReviewsColumn2 are the table columns denoting the
	// primary key for the reviews relation (M2M).
	ReviewsPrimaryKey = []string{"review_id", "action_plan_id"}
	// RemediationsPrimaryKey and RemediationsColumn2 are the table columns denoting the
	// primary key for the remediations relation (M2M).
	RemediationsPrimaryKey = []string{"remediation_id", "action_plan_id"}
	// TasksPrimaryKey and TasksColumn2 are the table columns denoting the
	// primary key for the tasks relation (M2M).
	TasksPrimaryKey = []string{"action_plan_id", "task_id"}
	// IntegrationsPrimaryKey and IntegrationsColumn2 are the table columns denoting the
	// primary key for the integrations relation (M2M).
	IntegrationsPrimaryKey = []string{"integration_id", "action_plan_id"}
)
View Source
var (
	Hooks        [14]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
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// DefaultRevision holds the default value on creation for the "revision" field.
	DefaultRevision string
	// RevisionValidator is a validator for the "revision" field. It is called by the builders before save.
	RevisionValidator func(string) error
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DefaultApprovalRequired holds the default value on creation for the "approval_required" field.
	DefaultApprovalRequired bool
	// DefaultReviewDue holds the default value on creation for the "review_due" field.
	DefaultReviewDue time.Time
	// DefaultTagSuggestions holds the default value on creation for the "tag_suggestions" field.
	DefaultTagSuggestions []string
	// DefaultDismissedTagSuggestions holds the default value on creation for the "dismissed_tag_suggestions" field.
	DefaultDismissedTagSuggestions []string
	// DefaultControlSuggestions holds the default value on creation for the "control_suggestions" field.
	DefaultControlSuggestions []string
	// DefaultDismissedControlSuggestions holds the default value on creation for the "dismissed_control_suggestions" field.
	DefaultDismissedControlSuggestions []string
	// DefaultImprovementSuggestions holds the default value on creation for the "improvement_suggestions" field.
	DefaultImprovementSuggestions []string
	// DefaultDismissedImprovementSuggestions holds the default value on creation for the "dismissed_improvement_suggestions" field.
	DefaultDismissedImprovementSuggestions []string
	// DefaultSystemOwned holds the default value on creation for the "system_owned" field.
	DefaultSystemOwned bool
	// TitleValidator is a validator for the "title" field. It is called by the builders before save.
	TitleValidator func(string) error
	// DefaultRequiresApproval holds the default value on creation for the "requires_approval" field.
	DefaultRequiresApproval bool
	// DefaultBlocked holds the default value on creation for the "blocked" field.
	DefaultBlocked bool
	// 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/internal/ent/generated/runtime"

Columns holds all SQL columns for actionplan fields.

View Source
var ForeignKeys = []string{
	"custom_type_enum_action_plans",
	"subcontrol_action_plans",
	"user_action_plans",
}

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

Functions

func ActionPlanKindID added in v0.43.0

func ActionPlanKindID(v string) predicate.ActionPlan

ActionPlanKindID applies equality check predicate on the "action_plan_kind_id" field. It's identical to ActionPlanKindIDEQ.

func ActionPlanKindIDContains added in v0.43.0

func ActionPlanKindIDContains(v string) predicate.ActionPlan

ActionPlanKindIDContains applies the Contains predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDContainsFold added in v0.43.0

func ActionPlanKindIDContainsFold(v string) predicate.ActionPlan

ActionPlanKindIDContainsFold applies the ContainsFold predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDEQ added in v0.43.0

func ActionPlanKindIDEQ(v string) predicate.ActionPlan

ActionPlanKindIDEQ applies the EQ predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDEqualFold added in v0.43.0

func ActionPlanKindIDEqualFold(v string) predicate.ActionPlan

ActionPlanKindIDEqualFold applies the EqualFold predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDGT added in v0.43.0

func ActionPlanKindIDGT(v string) predicate.ActionPlan

ActionPlanKindIDGT applies the GT predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDGTE added in v0.43.0

func ActionPlanKindIDGTE(v string) predicate.ActionPlan

ActionPlanKindIDGTE applies the GTE predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDHasPrefix added in v0.43.0

func ActionPlanKindIDHasPrefix(v string) predicate.ActionPlan

ActionPlanKindIDHasPrefix applies the HasPrefix predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDHasSuffix added in v0.43.0

func ActionPlanKindIDHasSuffix(v string) predicate.ActionPlan

ActionPlanKindIDHasSuffix applies the HasSuffix predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDIn added in v0.43.0

func ActionPlanKindIDIn(vs ...string) predicate.ActionPlan

ActionPlanKindIDIn applies the In predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDIsNil added in v0.43.0

func ActionPlanKindIDIsNil() predicate.ActionPlan

ActionPlanKindIDIsNil applies the IsNil predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDLT added in v0.43.0

func ActionPlanKindIDLT(v string) predicate.ActionPlan

ActionPlanKindIDLT applies the LT predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDLTE added in v0.43.0

func ActionPlanKindIDLTE(v string) predicate.ActionPlan

ActionPlanKindIDLTE applies the LTE predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDNEQ added in v0.43.0

func ActionPlanKindIDNEQ(v string) predicate.ActionPlan

ActionPlanKindIDNEQ applies the NEQ predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDNotIn added in v0.43.0

func ActionPlanKindIDNotIn(vs ...string) predicate.ActionPlan

ActionPlanKindIDNotIn applies the NotIn predicate on the "action_plan_kind_id" field.

func ActionPlanKindIDNotNil added in v0.43.0

func ActionPlanKindIDNotNil() predicate.ActionPlan

ActionPlanKindIDNotNil applies the NotNil predicate on the "action_plan_kind_id" field.

func ActionPlanKindName added in v0.43.0

func ActionPlanKindName(v string) predicate.ActionPlan

ActionPlanKindName applies equality check predicate on the "action_plan_kind_name" field. It's identical to ActionPlanKindNameEQ.

func ActionPlanKindNameContains added in v0.43.0

func ActionPlanKindNameContains(v string) predicate.ActionPlan

ActionPlanKindNameContains applies the Contains predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameContainsFold added in v0.43.0

func ActionPlanKindNameContainsFold(v string) predicate.ActionPlan

ActionPlanKindNameContainsFold applies the ContainsFold predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameEQ added in v0.43.0

func ActionPlanKindNameEQ(v string) predicate.ActionPlan

ActionPlanKindNameEQ applies the EQ predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameEqualFold added in v0.43.0

func ActionPlanKindNameEqualFold(v string) predicate.ActionPlan

ActionPlanKindNameEqualFold applies the EqualFold predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameGT added in v0.43.0

func ActionPlanKindNameGT(v string) predicate.ActionPlan

ActionPlanKindNameGT applies the GT predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameGTE added in v0.43.0

func ActionPlanKindNameGTE(v string) predicate.ActionPlan

ActionPlanKindNameGTE applies the GTE predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameHasPrefix added in v0.43.0

func ActionPlanKindNameHasPrefix(v string) predicate.ActionPlan

ActionPlanKindNameHasPrefix applies the HasPrefix predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameHasSuffix added in v0.43.0

func ActionPlanKindNameHasSuffix(v string) predicate.ActionPlan

ActionPlanKindNameHasSuffix applies the HasSuffix predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameIn added in v0.43.0

func ActionPlanKindNameIn(vs ...string) predicate.ActionPlan

ActionPlanKindNameIn applies the In predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameIsNil added in v0.43.0

func ActionPlanKindNameIsNil() predicate.ActionPlan

ActionPlanKindNameIsNil applies the IsNil predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameLT added in v0.43.0

func ActionPlanKindNameLT(v string) predicate.ActionPlan

ActionPlanKindNameLT applies the LT predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameLTE added in v0.43.0

func ActionPlanKindNameLTE(v string) predicate.ActionPlan

ActionPlanKindNameLTE applies the LTE predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameNEQ added in v0.43.0

func ActionPlanKindNameNEQ(v string) predicate.ActionPlan

ActionPlanKindNameNEQ applies the NEQ predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameNotIn added in v0.43.0

func ActionPlanKindNameNotIn(vs ...string) predicate.ActionPlan

ActionPlanKindNameNotIn applies the NotIn predicate on the "action_plan_kind_name" field.

func ActionPlanKindNameNotNil added in v0.43.0

func ActionPlanKindNameNotNil() predicate.ActionPlan

ActionPlanKindNameNotNil applies the NotNil predicate on the "action_plan_kind_name" field.

func ActionPlanType added in v0.7.5

func ActionPlanType(v string) predicate.ActionPlan

ActionPlanType applies equality check predicate on the "action_plan_type" field. It's identical to ActionPlanTypeEQ.

func ActionPlanTypeContains added in v0.7.5

func ActionPlanTypeContains(v string) predicate.ActionPlan

ActionPlanTypeContains applies the Contains predicate on the "action_plan_type" field.

func ActionPlanTypeContainsFold added in v0.7.5

func ActionPlanTypeContainsFold(v string) predicate.ActionPlan

ActionPlanTypeContainsFold applies the ContainsFold predicate on the "action_plan_type" field.

func ActionPlanTypeEQ added in v0.7.5

func ActionPlanTypeEQ(v string) predicate.ActionPlan

ActionPlanTypeEQ applies the EQ predicate on the "action_plan_type" field.

func ActionPlanTypeEqualFold added in v0.7.5

func ActionPlanTypeEqualFold(v string) predicate.ActionPlan

ActionPlanTypeEqualFold applies the EqualFold predicate on the "action_plan_type" field.

func ActionPlanTypeGT added in v0.7.5

func ActionPlanTypeGT(v string) predicate.ActionPlan

ActionPlanTypeGT applies the GT predicate on the "action_plan_type" field.

func ActionPlanTypeGTE added in v0.7.5

func ActionPlanTypeGTE(v string) predicate.ActionPlan

ActionPlanTypeGTE applies the GTE predicate on the "action_plan_type" field.

func ActionPlanTypeHasPrefix added in v0.7.5

func ActionPlanTypeHasPrefix(v string) predicate.ActionPlan

ActionPlanTypeHasPrefix applies the HasPrefix predicate on the "action_plan_type" field.

func ActionPlanTypeHasSuffix added in v0.7.5

func ActionPlanTypeHasSuffix(v string) predicate.ActionPlan

ActionPlanTypeHasSuffix applies the HasSuffix predicate on the "action_plan_type" field.

func ActionPlanTypeIn added in v0.7.5

func ActionPlanTypeIn(vs ...string) predicate.ActionPlan

ActionPlanTypeIn applies the In predicate on the "action_plan_type" field.

func ActionPlanTypeIsNil added in v0.7.5

func ActionPlanTypeIsNil() predicate.ActionPlan

ActionPlanTypeIsNil applies the IsNil predicate on the "action_plan_type" field.

func ActionPlanTypeLT added in v0.7.5

func ActionPlanTypeLT(v string) predicate.ActionPlan

ActionPlanTypeLT applies the LT predicate on the "action_plan_type" field.

func ActionPlanTypeLTE added in v0.7.5

func ActionPlanTypeLTE(v string) predicate.ActionPlan

ActionPlanTypeLTE applies the LTE predicate on the "action_plan_type" field.

func ActionPlanTypeNEQ added in v0.7.5

func ActionPlanTypeNEQ(v string) predicate.ActionPlan

ActionPlanTypeNEQ applies the NEQ predicate on the "action_plan_type" field.

func ActionPlanTypeNotIn added in v0.7.5

func ActionPlanTypeNotIn(vs ...string) predicate.ActionPlan

ActionPlanTypeNotIn applies the NotIn predicate on the "action_plan_type" field.

func ActionPlanTypeNotNil added in v0.7.5

func ActionPlanTypeNotNil() predicate.ActionPlan

ActionPlanTypeNotNil applies the NotNil predicate on the "action_plan_type" field.

func And

func And(predicates ...predicate.ActionPlan) predicate.ActionPlan

And groups predicates with the AND operator between them.

func ApprovalRequired added in v0.7.5

func ApprovalRequired(v bool) predicate.ActionPlan

ApprovalRequired applies equality check predicate on the "approval_required" field. It's identical to ApprovalRequiredEQ.

func ApprovalRequiredEQ added in v0.7.5

func ApprovalRequiredEQ(v bool) predicate.ActionPlan

ApprovalRequiredEQ applies the EQ predicate on the "approval_required" field.

func ApprovalRequiredIsNil added in v0.7.5

func ApprovalRequiredIsNil() predicate.ActionPlan

ApprovalRequiredIsNil applies the IsNil predicate on the "approval_required" field.

func ApprovalRequiredNEQ added in v0.7.5

func ApprovalRequiredNEQ(v bool) predicate.ActionPlan

ApprovalRequiredNEQ applies the NEQ predicate on the "approval_required" field.

func ApprovalRequiredNotNil added in v0.7.5

func ApprovalRequiredNotNil() predicate.ActionPlan

ApprovalRequiredNotNil applies the NotNil predicate on the "approval_required" field.

func ApproverID added in v0.8.9

func ApproverID(v string) predicate.ActionPlan

ApproverID applies equality check predicate on the "approver_id" field. It's identical to ApproverIDEQ.

func ApproverIDContains added in v0.8.9

func ApproverIDContains(v string) predicate.ActionPlan

ApproverIDContains applies the Contains predicate on the "approver_id" field.

func ApproverIDContainsFold added in v0.8.9

func ApproverIDContainsFold(v string) predicate.ActionPlan

ApproverIDContainsFold applies the ContainsFold predicate on the "approver_id" field.

func ApproverIDEQ added in v0.8.9

func ApproverIDEQ(v string) predicate.ActionPlan

ApproverIDEQ applies the EQ predicate on the "approver_id" field.

func ApproverIDEqualFold added in v0.8.9

func ApproverIDEqualFold(v string) predicate.ActionPlan

ApproverIDEqualFold applies the EqualFold predicate on the "approver_id" field.

func ApproverIDGT added in v0.8.9

func ApproverIDGT(v string) predicate.ActionPlan

ApproverIDGT applies the GT predicate on the "approver_id" field.

func ApproverIDGTE added in v0.8.9

func ApproverIDGTE(v string) predicate.ActionPlan

ApproverIDGTE applies the GTE predicate on the "approver_id" field.

func ApproverIDHasPrefix added in v0.8.9

func ApproverIDHasPrefix(v string) predicate.ActionPlan

ApproverIDHasPrefix applies the HasPrefix predicate on the "approver_id" field.

func ApproverIDHasSuffix added in v0.8.9

func ApproverIDHasSuffix(v string) predicate.ActionPlan

ApproverIDHasSuffix applies the HasSuffix predicate on the "approver_id" field.

func ApproverIDIn added in v0.8.9

func ApproverIDIn(vs ...string) predicate.ActionPlan

ApproverIDIn applies the In predicate on the "approver_id" field.

func ApproverIDIsNil added in v0.8.9

func ApproverIDIsNil() predicate.ActionPlan

ApproverIDIsNil applies the IsNil predicate on the "approver_id" field.

func ApproverIDLT added in v0.8.9

func ApproverIDLT(v string) predicate.ActionPlan

ApproverIDLT applies the LT predicate on the "approver_id" field.

func ApproverIDLTE added in v0.8.9

func ApproverIDLTE(v string) predicate.ActionPlan

ApproverIDLTE applies the LTE predicate on the "approver_id" field.

func ApproverIDNEQ added in v0.8.9

func ApproverIDNEQ(v string) predicate.ActionPlan

ApproverIDNEQ applies the NEQ predicate on the "approver_id" field.

func ApproverIDNotIn added in v0.8.9

func ApproverIDNotIn(vs ...string) predicate.ActionPlan

ApproverIDNotIn applies the NotIn predicate on the "approver_id" field.

func ApproverIDNotNil added in v0.8.9

func ApproverIDNotNil() predicate.ActionPlan

ApproverIDNotNil applies the NotNil predicate on the "approver_id" field.

func Blocked added in v0.43.3

func Blocked(v bool) predicate.ActionPlan

Blocked applies equality check predicate on the "blocked" field. It's identical to BlockedEQ.

func BlockedEQ added in v0.43.3

func BlockedEQ(v bool) predicate.ActionPlan

BlockedEQ applies the EQ predicate on the "blocked" field.

func BlockedNEQ added in v0.43.3

func BlockedNEQ(v bool) predicate.ActionPlan

BlockedNEQ applies the NEQ predicate on the "blocked" field.

func BlockerReason added in v0.43.3

func BlockerReason(v string) predicate.ActionPlan

BlockerReason applies equality check predicate on the "blocker_reason" field. It's identical to BlockerReasonEQ.

func BlockerReasonContains added in v0.43.3

func BlockerReasonContains(v string) predicate.ActionPlan

BlockerReasonContains applies the Contains predicate on the "blocker_reason" field.

func BlockerReasonContainsFold added in v0.43.3

func BlockerReasonContainsFold(v string) predicate.ActionPlan

BlockerReasonContainsFold applies the ContainsFold predicate on the "blocker_reason" field.

func BlockerReasonEQ added in v0.43.3

func BlockerReasonEQ(v string) predicate.ActionPlan

BlockerReasonEQ applies the EQ predicate on the "blocker_reason" field.

func BlockerReasonEqualFold added in v0.43.3

func BlockerReasonEqualFold(v string) predicate.ActionPlan

BlockerReasonEqualFold applies the EqualFold predicate on the "blocker_reason" field.

func BlockerReasonGT added in v0.43.3

func BlockerReasonGT(v string) predicate.ActionPlan

BlockerReasonGT applies the GT predicate on the "blocker_reason" field.

func BlockerReasonGTE added in v0.43.3

func BlockerReasonGTE(v string) predicate.ActionPlan

BlockerReasonGTE applies the GTE predicate on the "blocker_reason" field.

func BlockerReasonHasPrefix added in v0.43.3

func BlockerReasonHasPrefix(v string) predicate.ActionPlan

BlockerReasonHasPrefix applies the HasPrefix predicate on the "blocker_reason" field.

func BlockerReasonHasSuffix added in v0.43.3

func BlockerReasonHasSuffix(v string) predicate.ActionPlan

BlockerReasonHasSuffix applies the HasSuffix predicate on the "blocker_reason" field.

func BlockerReasonIn added in v0.43.3

func BlockerReasonIn(vs ...string) predicate.ActionPlan

BlockerReasonIn applies the In predicate on the "blocker_reason" field.

func BlockerReasonIsNil added in v0.43.3

func BlockerReasonIsNil() predicate.ActionPlan

BlockerReasonIsNil applies the IsNil predicate on the "blocker_reason" field.

func BlockerReasonLT added in v0.43.3

func BlockerReasonLT(v string) predicate.ActionPlan

BlockerReasonLT applies the LT predicate on the "blocker_reason" field.

func BlockerReasonLTE added in v0.43.3

func BlockerReasonLTE(v string) predicate.ActionPlan

BlockerReasonLTE applies the LTE predicate on the "blocker_reason" field.

func BlockerReasonNEQ added in v0.43.3

func BlockerReasonNEQ(v string) predicate.ActionPlan

BlockerReasonNEQ applies the NEQ predicate on the "blocker_reason" field.

func BlockerReasonNotIn added in v0.43.3

func BlockerReasonNotIn(vs ...string) predicate.ActionPlan

BlockerReasonNotIn applies the NotIn predicate on the "blocker_reason" field.

func BlockerReasonNotNil added in v0.43.3

func BlockerReasonNotNil() predicate.ActionPlan

BlockerReasonNotNil applies the NotNil predicate on the "blocker_reason" field.

func CompletedAt added in v0.43.3

func CompletedAt(v time.Time) predicate.ActionPlan

CompletedAt applies equality check predicate on the "completed_at" field. It's identical to CompletedAtEQ.

func CompletedAtEQ added in v0.43.3

func CompletedAtEQ(v time.Time) predicate.ActionPlan

CompletedAtEQ applies the EQ predicate on the "completed_at" field.

func CompletedAtGT added in v0.43.3

func CompletedAtGT(v time.Time) predicate.ActionPlan

CompletedAtGT applies the GT predicate on the "completed_at" field.

func CompletedAtGTE added in v0.43.3

func CompletedAtGTE(v time.Time) predicate.ActionPlan

CompletedAtGTE applies the GTE predicate on the "completed_at" field.

func CompletedAtIn added in v0.43.3

func CompletedAtIn(vs ...time.Time) predicate.ActionPlan

CompletedAtIn applies the In predicate on the "completed_at" field.

func CompletedAtIsNil added in v0.43.3

func CompletedAtIsNil() predicate.ActionPlan

CompletedAtIsNil applies the IsNil predicate on the "completed_at" field.

func CompletedAtLT added in v0.43.3

func CompletedAtLT(v time.Time) predicate.ActionPlan

CompletedAtLT applies the LT predicate on the "completed_at" field.

func CompletedAtLTE added in v0.43.3

func CompletedAtLTE(v time.Time) predicate.ActionPlan

CompletedAtLTE applies the LTE predicate on the "completed_at" field.

func CompletedAtNEQ added in v0.43.3

func CompletedAtNEQ(v time.Time) predicate.ActionPlan

CompletedAtNEQ applies the NEQ predicate on the "completed_at" field.

func CompletedAtNotIn added in v0.43.3

func CompletedAtNotIn(vs ...time.Time) predicate.ActionPlan

CompletedAtNotIn applies the NotIn predicate on the "completed_at" field.

func CompletedAtNotNil added in v0.43.3

func CompletedAtNotNil() predicate.ActionPlan

CompletedAtNotNil applies the NotNil predicate on the "completed_at" field.

func ControlSuggestionsIsNil added in v0.19.0

func ControlSuggestionsIsNil() predicate.ActionPlan

ControlSuggestionsIsNil applies the IsNil predicate on the "control_suggestions" field.

func ControlSuggestionsNotNil added in v0.19.0

func ControlSuggestionsNotNil() predicate.ActionPlan

ControlSuggestionsNotNil applies the NotNil predicate on the "control_suggestions" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.ActionPlan

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.ActionPlan

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.ActionPlan

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.ActionPlan

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.ActionPlan

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.ActionPlan

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.ActionPlan

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.ActionPlan

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.ActionPlan

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

func CreatedBy

func CreatedBy(v string) predicate.ActionPlan

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

func CreatedByContains

func CreatedByContains(v string) predicate.ActionPlan

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.ActionPlan

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.ActionPlan

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.ActionPlan

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

func CreatedByGT

func CreatedByGT(v string) predicate.ActionPlan

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.ActionPlan

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.ActionPlan

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.ActionPlan

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.ActionPlan

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

func CreatedByLT

func CreatedByLT(v string) predicate.ActionPlan

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.ActionPlan

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.ActionPlan

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.ActionPlan

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

func DelegateID added in v0.8.9

func DelegateID(v string) predicate.ActionPlan

DelegateID applies equality check predicate on the "delegate_id" field. It's identical to DelegateIDEQ.

func DelegateIDContains added in v0.8.9

func DelegateIDContains(v string) predicate.ActionPlan

DelegateIDContains applies the Contains predicate on the "delegate_id" field.

func DelegateIDContainsFold added in v0.8.9

func DelegateIDContainsFold(v string) predicate.ActionPlan

DelegateIDContainsFold applies the ContainsFold predicate on the "delegate_id" field.

func DelegateIDEQ added in v0.8.9

func DelegateIDEQ(v string) predicate.ActionPlan

DelegateIDEQ applies the EQ predicate on the "delegate_id" field.

func DelegateIDEqualFold added in v0.8.9

func DelegateIDEqualFold(v string) predicate.ActionPlan

DelegateIDEqualFold applies the EqualFold predicate on the "delegate_id" field.

func DelegateIDGT added in v0.8.9

func DelegateIDGT(v string) predicate.ActionPlan

DelegateIDGT applies the GT predicate on the "delegate_id" field.

func DelegateIDGTE added in v0.8.9

func DelegateIDGTE(v string) predicate.ActionPlan

DelegateIDGTE applies the GTE predicate on the "delegate_id" field.

func DelegateIDHasPrefix added in v0.8.9

func DelegateIDHasPrefix(v string) predicate.ActionPlan

DelegateIDHasPrefix applies the HasPrefix predicate on the "delegate_id" field.

func DelegateIDHasSuffix added in v0.8.9

func DelegateIDHasSuffix(v string) predicate.ActionPlan

DelegateIDHasSuffix applies the HasSuffix predicate on the "delegate_id" field.

func DelegateIDIn added in v0.8.9

func DelegateIDIn(vs ...string) predicate.ActionPlan

DelegateIDIn applies the In predicate on the "delegate_id" field.

func DelegateIDIsNil added in v0.8.9

func DelegateIDIsNil() predicate.ActionPlan

DelegateIDIsNil applies the IsNil predicate on the "delegate_id" field.

func DelegateIDLT added in v0.8.9

func DelegateIDLT(v string) predicate.ActionPlan

DelegateIDLT applies the LT predicate on the "delegate_id" field.

func DelegateIDLTE added in v0.8.9

func DelegateIDLTE(v string) predicate.ActionPlan

DelegateIDLTE applies the LTE predicate on the "delegate_id" field.

func DelegateIDNEQ added in v0.8.9

func DelegateIDNEQ(v string) predicate.ActionPlan

DelegateIDNEQ applies the NEQ predicate on the "delegate_id" field.

func DelegateIDNotIn added in v0.8.9

func DelegateIDNotIn(vs ...string) predicate.ActionPlan

DelegateIDNotIn applies the NotIn predicate on the "delegate_id" field.

func DelegateIDNotNil added in v0.8.9

func DelegateIDNotNil() predicate.ActionPlan

DelegateIDNotNil applies the NotNil predicate on the "delegate_id" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.ActionPlan

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.ActionPlan

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.ActionPlan

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.ActionPlan

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.ActionPlan

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.ActionPlan

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.ActionPlan

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.ActionPlan

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.ActionPlan

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

func DeletedBy

func DeletedBy(v string) predicate.ActionPlan

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

func DeletedByContains

func DeletedByContains(v string) predicate.ActionPlan

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.ActionPlan

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.ActionPlan

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.ActionPlan

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

func DeletedByGT

func DeletedByGT(v string) predicate.ActionPlan

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.ActionPlan

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.ActionPlan

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.ActionPlan

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.ActionPlan

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

func DeletedByLT

func DeletedByLT(v string) predicate.ActionPlan

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.ActionPlan

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.ActionPlan

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.ActionPlan

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

func Description

func Description(v string) predicate.ActionPlan

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains

func DescriptionContains(v string) predicate.ActionPlan

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.ActionPlan

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ

func DescriptionEQ(v string) predicate.ActionPlan

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.ActionPlan

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT

func DescriptionGT(v string) predicate.ActionPlan

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE

func DescriptionGTE(v string) predicate.ActionPlan

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.ActionPlan

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.ActionPlan

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn

func DescriptionIn(vs ...string) predicate.ActionPlan

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil

func DescriptionIsNil() predicate.ActionPlan

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT

func DescriptionLT(v string) predicate.ActionPlan

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE

func DescriptionLTE(v string) predicate.ActionPlan

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.ActionPlan

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn

func DescriptionNotIn(vs ...string) predicate.ActionPlan

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil

func DescriptionNotNil() predicate.ActionPlan

DescriptionNotNil applies the NotNil predicate on the "description" field.

func Details added in v0.7.5

func Details(v string) predicate.ActionPlan

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

func DetailsContains added in v0.7.5

func DetailsContains(v string) predicate.ActionPlan

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

func DetailsContainsFold added in v0.7.5

func DetailsContainsFold(v string) predicate.ActionPlan

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

func DetailsEQ added in v0.7.5

func DetailsEQ(v string) predicate.ActionPlan

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

func DetailsEqualFold added in v0.7.5

func DetailsEqualFold(v string) predicate.ActionPlan

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

func DetailsGT added in v0.7.5

func DetailsGT(v string) predicate.ActionPlan

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

func DetailsGTE added in v0.7.5

func DetailsGTE(v string) predicate.ActionPlan

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

func DetailsHasPrefix added in v0.7.5

func DetailsHasPrefix(v string) predicate.ActionPlan

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

func DetailsHasSuffix added in v0.7.5

func DetailsHasSuffix(v string) predicate.ActionPlan

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

func DetailsIn added in v0.7.5

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

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

func DetailsIsNil

func DetailsIsNil() predicate.ActionPlan

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

func DetailsLT added in v0.7.5

func DetailsLT(v string) predicate.ActionPlan

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

func DetailsLTE added in v0.7.5

func DetailsLTE(v string) predicate.ActionPlan

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

func DetailsNEQ added in v0.7.5

func DetailsNEQ(v string) predicate.ActionPlan

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

func DetailsNotIn added in v0.7.5

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

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

func DetailsNotNil

func DetailsNotNil() predicate.ActionPlan

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

func DismissedControlSuggestionsIsNil added in v0.19.0

func DismissedControlSuggestionsIsNil() predicate.ActionPlan

DismissedControlSuggestionsIsNil applies the IsNil predicate on the "dismissed_control_suggestions" field.

func DismissedControlSuggestionsNotNil added in v0.19.0

func DismissedControlSuggestionsNotNil() predicate.ActionPlan

DismissedControlSuggestionsNotNil applies the NotNil predicate on the "dismissed_control_suggestions" field.

func DismissedImprovementSuggestionsIsNil added in v0.19.0

func DismissedImprovementSuggestionsIsNil() predicate.ActionPlan

DismissedImprovementSuggestionsIsNil applies the IsNil predicate on the "dismissed_improvement_suggestions" field.

func DismissedImprovementSuggestionsNotNil added in v0.19.0

func DismissedImprovementSuggestionsNotNil() predicate.ActionPlan

DismissedImprovementSuggestionsNotNil applies the NotNil predicate on the "dismissed_improvement_suggestions" field.

func DismissedTagSuggestionsIsNil added in v0.19.0

func DismissedTagSuggestionsIsNil() predicate.ActionPlan

DismissedTagSuggestionsIsNil applies the IsNil predicate on the "dismissed_tag_suggestions" field.

func DismissedTagSuggestionsNotNil added in v0.19.0

func DismissedTagSuggestionsNotNil() predicate.ActionPlan

DismissedTagSuggestionsNotNil applies the NotNil predicate on the "dismissed_tag_suggestions" field.

func DueDate

func DueDate(v time.Time) predicate.ActionPlan

DueDate applies equality check predicate on the "due_date" field. It's identical to DueDateEQ.

func DueDateEQ

func DueDateEQ(v time.Time) predicate.ActionPlan

DueDateEQ applies the EQ predicate on the "due_date" field.

func DueDateGT

func DueDateGT(v time.Time) predicate.ActionPlan

DueDateGT applies the GT predicate on the "due_date" field.

func DueDateGTE

func DueDateGTE(v time.Time) predicate.ActionPlan

DueDateGTE applies the GTE predicate on the "due_date" field.

func DueDateIn

func DueDateIn(vs ...time.Time) predicate.ActionPlan

DueDateIn applies the In predicate on the "due_date" field.

func DueDateIsNil

func DueDateIsNil() predicate.ActionPlan

DueDateIsNil applies the IsNil predicate on the "due_date" field.

func DueDateLT

func DueDateLT(v time.Time) predicate.ActionPlan

DueDateLT applies the LT predicate on the "due_date" field.

func DueDateLTE

func DueDateLTE(v time.Time) predicate.ActionPlan

DueDateLTE applies the LTE predicate on the "due_date" field.

func DueDateNEQ

func DueDateNEQ(v time.Time) predicate.ActionPlan

DueDateNEQ applies the NEQ predicate on the "due_date" field.

func DueDateNotIn

func DueDateNotIn(vs ...time.Time) predicate.ActionPlan

DueDateNotIn applies the NotIn predicate on the "due_date" field.

func DueDateNotNil

func DueDateNotNil() predicate.ActionPlan

DueDateNotNil applies the NotNil predicate on the "due_date" field.

func FileID added in v0.37.3

func FileID(v string) predicate.ActionPlan

FileID applies equality check predicate on the "file_id" field. It's identical to FileIDEQ.

func FileIDContains added in v0.37.3

func FileIDContains(v string) predicate.ActionPlan

FileIDContains applies the Contains predicate on the "file_id" field.

func FileIDContainsFold added in v0.37.3

func FileIDContainsFold(v string) predicate.ActionPlan

FileIDContainsFold applies the ContainsFold predicate on the "file_id" field.

func FileIDEQ added in v0.37.3

func FileIDEQ(v string) predicate.ActionPlan

FileIDEQ applies the EQ predicate on the "file_id" field.

func FileIDEqualFold added in v0.37.3

func FileIDEqualFold(v string) predicate.ActionPlan

FileIDEqualFold applies the EqualFold predicate on the "file_id" field.

func FileIDGT added in v0.37.3

func FileIDGT(v string) predicate.ActionPlan

FileIDGT applies the GT predicate on the "file_id" field.

func FileIDGTE added in v0.37.3

func FileIDGTE(v string) predicate.ActionPlan

FileIDGTE applies the GTE predicate on the "file_id" field.

func FileIDHasPrefix added in v0.37.3

func FileIDHasPrefix(v string) predicate.ActionPlan

FileIDHasPrefix applies the HasPrefix predicate on the "file_id" field.

func FileIDHasSuffix added in v0.37.3

func FileIDHasSuffix(v string) predicate.ActionPlan

FileIDHasSuffix applies the HasSuffix predicate on the "file_id" field.

func FileIDIn added in v0.37.3

func FileIDIn(vs ...string) predicate.ActionPlan

FileIDIn applies the In predicate on the "file_id" field.

func FileIDIsNil added in v0.37.3

func FileIDIsNil() predicate.ActionPlan

FileIDIsNil applies the IsNil predicate on the "file_id" field.

func FileIDLT added in v0.37.3

func FileIDLT(v string) predicate.ActionPlan

FileIDLT applies the LT predicate on the "file_id" field.

func FileIDLTE added in v0.37.3

func FileIDLTE(v string) predicate.ActionPlan

FileIDLTE applies the LTE predicate on the "file_id" field.

func FileIDNEQ added in v0.37.3

func FileIDNEQ(v string) predicate.ActionPlan

FileIDNEQ applies the NEQ predicate on the "file_id" field.

func FileIDNotIn added in v0.37.3

func FileIDNotIn(vs ...string) predicate.ActionPlan

FileIDNotIn applies the NotIn predicate on the "file_id" field.

func FileIDNotNil added in v0.37.3

func FileIDNotNil() predicate.ActionPlan

FileIDNotNil applies the NotNil predicate on the "file_id" field.

func HasActionPlanKind added in v0.43.0

func HasActionPlanKind() predicate.ActionPlan

HasActionPlanKind applies the HasEdge predicate on the "action_plan_kind" edge.

func HasActionPlanKindWith added in v0.43.0

func HasActionPlanKindWith(preds ...predicate.CustomTypeEnum) predicate.ActionPlan

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

func HasApprover added in v0.7.5

func HasApprover() predicate.ActionPlan

HasApprover applies the HasEdge predicate on the "approver" edge.

func HasApproverWith added in v0.7.5

func HasApproverWith(preds ...predicate.Group) predicate.ActionPlan

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

func HasControls added in v0.8.2

func HasControls() predicate.ActionPlan

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

func HasControlsWith added in v0.8.2

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

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

func HasDelegate added in v0.7.5

func HasDelegate() predicate.ActionPlan

HasDelegate applies the HasEdge predicate on the "delegate" edge.

func HasDelegateWith added in v0.7.5

func HasDelegateWith(preds ...predicate.Group) predicate.ActionPlan

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

func HasFile added in v0.37.3

func HasFile() predicate.ActionPlan

HasFile applies the HasEdge predicate on the "file" edge.

func HasFileWith added in v0.37.3

func HasFileWith(preds ...predicate.File) predicate.ActionPlan

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

func HasFindings added in v0.43.3

func HasFindings() predicate.ActionPlan

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

func HasFindingsWith added in v0.43.3

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

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

func HasIntegrations added in v0.43.3

func HasIntegrations() predicate.ActionPlan

HasIntegrations applies the HasEdge predicate on the "integrations" edge.

func HasIntegrationsWith added in v0.43.3

func HasIntegrationsWith(preds ...predicate.Integration) predicate.ActionPlan

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

func HasOwner added in v0.7.5

func HasOwner() predicate.ActionPlan

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

func HasOwnerWith added in v0.7.5

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

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

func HasPrograms added in v0.8.2

func HasPrograms() predicate.ActionPlan

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

func HasProgramsWith added in v0.8.2

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

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

func HasRemediations added in v0.43.3

func HasRemediations() predicate.ActionPlan

HasRemediations applies the HasEdge predicate on the "remediations" edge.

func HasRemediationsWith added in v0.43.3

func HasRemediationsWith(preds ...predicate.Remediation) predicate.ActionPlan

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

func HasReviews added in v0.43.3

func HasReviews() predicate.ActionPlan

HasReviews applies the HasEdge predicate on the "reviews" edge.

func HasReviewsWith added in v0.43.3

func HasReviewsWith(preds ...predicate.Review) predicate.ActionPlan

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

func HasRisks added in v0.8.2

func HasRisks() predicate.ActionPlan

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

func HasRisksWith added in v0.8.2

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

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

func HasTasks added in v0.43.3

func HasTasks() predicate.ActionPlan

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

func HasTasksWith added in v0.43.3

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

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

func HasVulnerabilities added in v0.43.3

func HasVulnerabilities() predicate.ActionPlan

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

func HasVulnerabilitiesWith added in v0.43.3

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

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

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.ActionPlan

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.ActionPlan

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.ActionPlan

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.ActionPlan

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.ActionPlan

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.ActionPlan

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.ActionPlan

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.ActionPlan

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func ImprovementSuggestionsIsNil added in v0.19.0

func ImprovementSuggestionsIsNil() predicate.ActionPlan

ImprovementSuggestionsIsNil applies the IsNil predicate on the "improvement_suggestions" field.

func ImprovementSuggestionsNotNil added in v0.19.0

func ImprovementSuggestionsNotNil() predicate.ActionPlan

ImprovementSuggestionsNotNil applies the NotNil predicate on the "improvement_suggestions" field.

func InternalNotes added in v0.34.0

func InternalNotes(v string) predicate.ActionPlan

InternalNotes applies equality check predicate on the "internal_notes" field. It's identical to InternalNotesEQ.

func InternalNotesContains added in v0.34.0

func InternalNotesContains(v string) predicate.ActionPlan

InternalNotesContains applies the Contains predicate on the "internal_notes" field.

func InternalNotesContainsFold added in v0.34.0

func InternalNotesContainsFold(v string) predicate.ActionPlan

InternalNotesContainsFold applies the ContainsFold predicate on the "internal_notes" field.

func InternalNotesEQ added in v0.34.0

func InternalNotesEQ(v string) predicate.ActionPlan

InternalNotesEQ applies the EQ predicate on the "internal_notes" field.

func InternalNotesEqualFold added in v0.34.0

func InternalNotesEqualFold(v string) predicate.ActionPlan

InternalNotesEqualFold applies the EqualFold predicate on the "internal_notes" field.

func InternalNotesGT added in v0.34.0

func InternalNotesGT(v string) predicate.ActionPlan

InternalNotesGT applies the GT predicate on the "internal_notes" field.

func InternalNotesGTE added in v0.34.0

func InternalNotesGTE(v string) predicate.ActionPlan

InternalNotesGTE applies the GTE predicate on the "internal_notes" field.

func InternalNotesHasPrefix added in v0.34.0

func InternalNotesHasPrefix(v string) predicate.ActionPlan

InternalNotesHasPrefix applies the HasPrefix predicate on the "internal_notes" field.

func InternalNotesHasSuffix added in v0.34.0

func InternalNotesHasSuffix(v string) predicate.ActionPlan

InternalNotesHasSuffix applies the HasSuffix predicate on the "internal_notes" field.

func InternalNotesIn added in v0.34.0

func InternalNotesIn(vs ...string) predicate.ActionPlan

InternalNotesIn applies the In predicate on the "internal_notes" field.

func InternalNotesIsNil added in v0.34.0

func InternalNotesIsNil() predicate.ActionPlan

InternalNotesIsNil applies the IsNil predicate on the "internal_notes" field.

func InternalNotesLT added in v0.34.0

func InternalNotesLT(v string) predicate.ActionPlan

InternalNotesLT applies the LT predicate on the "internal_notes" field.

func InternalNotesLTE added in v0.34.0

func InternalNotesLTE(v string) predicate.ActionPlan

InternalNotesLTE applies the LTE predicate on the "internal_notes" field.

func InternalNotesNEQ added in v0.34.0

func InternalNotesNEQ(v string) predicate.ActionPlan

InternalNotesNEQ applies the NEQ predicate on the "internal_notes" field.

func InternalNotesNotIn added in v0.34.0

func InternalNotesNotIn(vs ...string) predicate.ActionPlan

InternalNotesNotIn applies the NotIn predicate on the "internal_notes" field.

func InternalNotesNotNil added in v0.34.0

func InternalNotesNotNil() predicate.ActionPlan

InternalNotesNotNil applies the NotNil predicate on the "internal_notes" field.

func MetadataIsNil added in v0.43.3

func MetadataIsNil() predicate.ActionPlan

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

func MetadataNotNil added in v0.43.3

func MetadataNotNil() predicate.ActionPlan

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

func Name

func Name(v string) predicate.ActionPlan

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains

func NameContains(v string) predicate.ActionPlan

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold

func NameContainsFold(v string) predicate.ActionPlan

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ

func NameEQ(v string) predicate.ActionPlan

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold

func NameEqualFold(v string) predicate.ActionPlan

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameGT

func NameGT(v string) predicate.ActionPlan

NameGT applies the GT predicate on the "name" field.

func NameGTE

func NameGTE(v string) predicate.ActionPlan

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix

func NameHasPrefix(v string) predicate.ActionPlan

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix

func NameHasSuffix(v string) predicate.ActionPlan

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn

func NameIn(vs ...string) predicate.ActionPlan

NameIn applies the In predicate on the "name" field.

func NameLT

func NameLT(v string) predicate.ActionPlan

NameLT applies the LT predicate on the "name" field.

func NameLTE

func NameLTE(v string) predicate.ActionPlan

NameLTE applies the LTE predicate on the "name" field.

func NameNEQ

func NameNEQ(v string) predicate.ActionPlan

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn

func NameNotIn(vs ...string) predicate.ActionPlan

NameNotIn applies the NotIn predicate on the "name" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.ActionPlan) predicate.ActionPlan

Or groups predicates with the OR operator between them.

func OwnerID added in v0.7.5

func OwnerID(v string) predicate.ActionPlan

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

func OwnerIDContains added in v0.7.5

func OwnerIDContains(v string) predicate.ActionPlan

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

func OwnerIDContainsFold added in v0.7.5

func OwnerIDContainsFold(v string) predicate.ActionPlan

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

func OwnerIDEQ added in v0.7.5

func OwnerIDEQ(v string) predicate.ActionPlan

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

func OwnerIDEqualFold added in v0.7.5

func OwnerIDEqualFold(v string) predicate.ActionPlan

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

func OwnerIDGT added in v0.7.5

func OwnerIDGT(v string) predicate.ActionPlan

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

func OwnerIDGTE added in v0.7.5

func OwnerIDGTE(v string) predicate.ActionPlan

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

func OwnerIDHasPrefix added in v0.7.5

func OwnerIDHasPrefix(v string) predicate.ActionPlan

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

func OwnerIDHasSuffix added in v0.7.5

func OwnerIDHasSuffix(v string) predicate.ActionPlan

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

func OwnerIDIn added in v0.7.5

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

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

func OwnerIDIsNil added in v0.7.5

func OwnerIDIsNil() predicate.ActionPlan

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

func OwnerIDLT added in v0.7.5

func OwnerIDLT(v string) predicate.ActionPlan

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

func OwnerIDLTE added in v0.7.5

func OwnerIDLTE(v string) predicate.ActionPlan

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

func OwnerIDNEQ added in v0.7.5

func OwnerIDNEQ(v string) predicate.ActionPlan

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

func OwnerIDNotIn added in v0.7.5

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

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

func OwnerIDNotNil added in v0.7.5

func OwnerIDNotNil() predicate.ActionPlan

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

func PriorityEQ

func PriorityEQ(v enums.Priority) predicate.ActionPlan

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

func PriorityIn

func PriorityIn(vs ...enums.Priority) predicate.ActionPlan

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

func PriorityIsNil

func PriorityIsNil() predicate.ActionPlan

PriorityIsNil applies the IsNil predicate on the "priority" field.

func PriorityNEQ

func PriorityNEQ(v enums.Priority) predicate.ActionPlan

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

func PriorityNotIn

func PriorityNotIn(vs ...enums.Priority) predicate.ActionPlan

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

func PriorityNotNil

func PriorityNotNil() predicate.ActionPlan

PriorityNotNil applies the NotNil predicate on the "priority" field.

func PriorityValidator added in v0.7.5

func PriorityValidator(pr enums.Priority) error

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

func RawPayloadIsNil added in v0.43.3

func RawPayloadIsNil() predicate.ActionPlan

RawPayloadIsNil applies the IsNil predicate on the "raw_payload" field.

func RawPayloadNotNil added in v0.43.3

func RawPayloadNotNil() predicate.ActionPlan

RawPayloadNotNil applies the NotNil predicate on the "raw_payload" field.

func RequiresApproval added in v0.43.3

func RequiresApproval(v bool) predicate.ActionPlan

RequiresApproval applies equality check predicate on the "requires_approval" field. It's identical to RequiresApprovalEQ.

func RequiresApprovalEQ added in v0.43.3

func RequiresApprovalEQ(v bool) predicate.ActionPlan

RequiresApprovalEQ applies the EQ predicate on the "requires_approval" field.

func RequiresApprovalNEQ added in v0.43.3

func RequiresApprovalNEQ(v bool) predicate.ActionPlan

RequiresApprovalNEQ applies the NEQ predicate on the "requires_approval" field.

func ReviewDue added in v0.7.5

func ReviewDue(v time.Time) predicate.ActionPlan

ReviewDue applies equality check predicate on the "review_due" field. It's identical to ReviewDueEQ.

func ReviewDueEQ added in v0.7.5

func ReviewDueEQ(v time.Time) predicate.ActionPlan

ReviewDueEQ applies the EQ predicate on the "review_due" field.

func ReviewDueGT added in v0.7.5

func ReviewDueGT(v time.Time) predicate.ActionPlan

ReviewDueGT applies the GT predicate on the "review_due" field.

func ReviewDueGTE added in v0.7.5

func ReviewDueGTE(v time.Time) predicate.ActionPlan

ReviewDueGTE applies the GTE predicate on the "review_due" field.

func ReviewDueIn added in v0.7.5

func ReviewDueIn(vs ...time.Time) predicate.ActionPlan

ReviewDueIn applies the In predicate on the "review_due" field.

func ReviewDueIsNil added in v0.7.5

func ReviewDueIsNil() predicate.ActionPlan

ReviewDueIsNil applies the IsNil predicate on the "review_due" field.

func ReviewDueLT added in v0.7.5

func ReviewDueLT(v time.Time) predicate.ActionPlan

ReviewDueLT applies the LT predicate on the "review_due" field.

func ReviewDueLTE added in v0.7.5

func ReviewDueLTE(v time.Time) predicate.ActionPlan

ReviewDueLTE applies the LTE predicate on the "review_due" field.

func ReviewDueNEQ added in v0.7.5

func ReviewDueNEQ(v time.Time) predicate.ActionPlan

ReviewDueNEQ applies the NEQ predicate on the "review_due" field.

func ReviewDueNotIn added in v0.7.5

func ReviewDueNotIn(vs ...time.Time) predicate.ActionPlan

ReviewDueNotIn applies the NotIn predicate on the "review_due" field.

func ReviewDueNotNil added in v0.7.5

func ReviewDueNotNil() predicate.ActionPlan

ReviewDueNotNil applies the NotNil predicate on the "review_due" field.

func ReviewFrequencyEQ added in v0.7.5

func ReviewFrequencyEQ(v enums.Frequency) predicate.ActionPlan

ReviewFrequencyEQ applies the EQ predicate on the "review_frequency" field.

func ReviewFrequencyIn added in v0.7.5

func ReviewFrequencyIn(vs ...enums.Frequency) predicate.ActionPlan

ReviewFrequencyIn applies the In predicate on the "review_frequency" field.

func ReviewFrequencyIsNil added in v0.7.5

func ReviewFrequencyIsNil() predicate.ActionPlan

ReviewFrequencyIsNil applies the IsNil predicate on the "review_frequency" field.

func ReviewFrequencyNEQ added in v0.7.5

func ReviewFrequencyNEQ(v enums.Frequency) predicate.ActionPlan

ReviewFrequencyNEQ applies the NEQ predicate on the "review_frequency" field.

func ReviewFrequencyNotIn added in v0.7.5

func ReviewFrequencyNotIn(vs ...enums.Frequency) predicate.ActionPlan

ReviewFrequencyNotIn applies the NotIn predicate on the "review_frequency" field.

func ReviewFrequencyNotNil added in v0.7.5

func ReviewFrequencyNotNil() predicate.ActionPlan

ReviewFrequencyNotNil applies the NotNil predicate on the "review_frequency" field.

func ReviewFrequencyValidator added in v0.7.5

func ReviewFrequencyValidator(rf enums.Frequency) error

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

func Revision added in v0.7.5

func Revision(v string) predicate.ActionPlan

Revision applies equality check predicate on the "revision" field. It's identical to RevisionEQ.

func RevisionContains added in v0.7.5

func RevisionContains(v string) predicate.ActionPlan

RevisionContains applies the Contains predicate on the "revision" field.

func RevisionContainsFold added in v0.7.5

func RevisionContainsFold(v string) predicate.ActionPlan

RevisionContainsFold applies the ContainsFold predicate on the "revision" field.

func RevisionEQ added in v0.7.5

func RevisionEQ(v string) predicate.ActionPlan

RevisionEQ applies the EQ predicate on the "revision" field.

func RevisionEqualFold added in v0.7.5

func RevisionEqualFold(v string) predicate.ActionPlan

RevisionEqualFold applies the EqualFold predicate on the "revision" field.

func RevisionGT added in v0.7.5

func RevisionGT(v string) predicate.ActionPlan

RevisionGT applies the GT predicate on the "revision" field.

func RevisionGTE added in v0.7.5

func RevisionGTE(v string) predicate.ActionPlan

RevisionGTE applies the GTE predicate on the "revision" field.

func RevisionHasPrefix added in v0.7.5

func RevisionHasPrefix(v string) predicate.ActionPlan

RevisionHasPrefix applies the HasPrefix predicate on the "revision" field.

func RevisionHasSuffix added in v0.7.5

func RevisionHasSuffix(v string) predicate.ActionPlan

RevisionHasSuffix applies the HasSuffix predicate on the "revision" field.

func RevisionIn added in v0.7.5

func RevisionIn(vs ...string) predicate.ActionPlan

RevisionIn applies the In predicate on the "revision" field.

func RevisionIsNil added in v0.7.5

func RevisionIsNil() predicate.ActionPlan

RevisionIsNil applies the IsNil predicate on the "revision" field.

func RevisionLT added in v0.7.5

func RevisionLT(v string) predicate.ActionPlan

RevisionLT applies the LT predicate on the "revision" field.

func RevisionLTE added in v0.7.5

func RevisionLTE(v string) predicate.ActionPlan

RevisionLTE applies the LTE predicate on the "revision" field.

func RevisionNEQ added in v0.7.5

func RevisionNEQ(v string) predicate.ActionPlan

RevisionNEQ applies the NEQ predicate on the "revision" field.

func RevisionNotIn added in v0.7.5

func RevisionNotIn(vs ...string) predicate.ActionPlan

RevisionNotIn applies the NotIn predicate on the "revision" field.

func RevisionNotNil added in v0.7.5

func RevisionNotNil() predicate.ActionPlan

RevisionNotNil applies the NotNil predicate on the "revision" field.

func Source

func Source(v string) predicate.ActionPlan

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

func SourceContains

func SourceContains(v string) predicate.ActionPlan

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

func SourceContainsFold

func SourceContainsFold(v string) predicate.ActionPlan

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

func SourceEQ

func SourceEQ(v string) predicate.ActionPlan

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

func SourceEqualFold

func SourceEqualFold(v string) predicate.ActionPlan

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

func SourceGT

func SourceGT(v string) predicate.ActionPlan

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

func SourceGTE

func SourceGTE(v string) predicate.ActionPlan

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

func SourceHasPrefix

func SourceHasPrefix(v string) predicate.ActionPlan

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

func SourceHasSuffix

func SourceHasSuffix(v string) predicate.ActionPlan

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

func SourceIn

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

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

func SourceIsNil

func SourceIsNil() predicate.ActionPlan

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

func SourceLT

func SourceLT(v string) predicate.ActionPlan

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

func SourceLTE

func SourceLTE(v string) predicate.ActionPlan

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

func SourceNEQ

func SourceNEQ(v string) predicate.ActionPlan

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

func SourceNotIn

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

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

func SourceNotNil

func SourceNotNil() predicate.ActionPlan

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

func StatusEQ

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

func StatusIn

func StatusIn(vs ...enums.DocumentStatus) predicate.ActionPlan

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

func StatusIsNil

func StatusIsNil() predicate.ActionPlan

StatusIsNil applies the IsNil predicate on the "status" field.

func StatusNEQ

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

func StatusNotIn

func StatusNotIn(vs ...enums.DocumentStatus) predicate.ActionPlan

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

func StatusNotNil

func StatusNotNil() predicate.ActionPlan

StatusNotNil applies the NotNil predicate on the "status" field.

func StatusValidator added in v0.7.5

func StatusValidator(s enums.DocumentStatus) error

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

func Summary added in v0.11.0

func Summary(v string) predicate.ActionPlan

Summary applies equality check predicate on the "summary" field. It's identical to SummaryEQ.

func SummaryContains added in v0.11.0

func SummaryContains(v string) predicate.ActionPlan

SummaryContains applies the Contains predicate on the "summary" field.

func SummaryContainsFold added in v0.11.0

func SummaryContainsFold(v string) predicate.ActionPlan

SummaryContainsFold applies the ContainsFold predicate on the "summary" field.

func SummaryEQ added in v0.11.0

func SummaryEQ(v string) predicate.ActionPlan

SummaryEQ applies the EQ predicate on the "summary" field.

func SummaryEqualFold added in v0.11.0

func SummaryEqualFold(v string) predicate.ActionPlan

SummaryEqualFold applies the EqualFold predicate on the "summary" field.

func SummaryGT added in v0.11.0

func SummaryGT(v string) predicate.ActionPlan

SummaryGT applies the GT predicate on the "summary" field.

func SummaryGTE added in v0.11.0

func SummaryGTE(v string) predicate.ActionPlan

SummaryGTE applies the GTE predicate on the "summary" field.

func SummaryHasPrefix added in v0.11.0

func SummaryHasPrefix(v string) predicate.ActionPlan

SummaryHasPrefix applies the HasPrefix predicate on the "summary" field.

func SummaryHasSuffix added in v0.11.0

func SummaryHasSuffix(v string) predicate.ActionPlan

SummaryHasSuffix applies the HasSuffix predicate on the "summary" field.

func SummaryIn added in v0.11.0

func SummaryIn(vs ...string) predicate.ActionPlan

SummaryIn applies the In predicate on the "summary" field.

func SummaryIsNil added in v0.11.0

func SummaryIsNil() predicate.ActionPlan

SummaryIsNil applies the IsNil predicate on the "summary" field.

func SummaryLT added in v0.11.0

func SummaryLT(v string) predicate.ActionPlan

SummaryLT applies the LT predicate on the "summary" field.

func SummaryLTE added in v0.11.0

func SummaryLTE(v string) predicate.ActionPlan

SummaryLTE applies the LTE predicate on the "summary" field.

func SummaryNEQ added in v0.11.0

func SummaryNEQ(v string) predicate.ActionPlan

SummaryNEQ applies the NEQ predicate on the "summary" field.

func SummaryNotIn added in v0.11.0

func SummaryNotIn(vs ...string) predicate.ActionPlan

SummaryNotIn applies the NotIn predicate on the "summary" field.

func SummaryNotNil added in v0.11.0

func SummaryNotNil() predicate.ActionPlan

SummaryNotNil applies the NotNil predicate on the "summary" field.

func SystemInternalID added in v0.34.0

func SystemInternalID(v string) predicate.ActionPlan

SystemInternalID applies equality check predicate on the "system_internal_id" field. It's identical to SystemInternalIDEQ.

func SystemInternalIDContains added in v0.34.0

func SystemInternalIDContains(v string) predicate.ActionPlan

SystemInternalIDContains applies the Contains predicate on the "system_internal_id" field.

func SystemInternalIDContainsFold added in v0.34.0

func SystemInternalIDContainsFold(v string) predicate.ActionPlan

SystemInternalIDContainsFold applies the ContainsFold predicate on the "system_internal_id" field.

func SystemInternalIDEQ added in v0.34.0

func SystemInternalIDEQ(v string) predicate.ActionPlan

SystemInternalIDEQ applies the EQ predicate on the "system_internal_id" field.

func SystemInternalIDEqualFold added in v0.34.0

func SystemInternalIDEqualFold(v string) predicate.ActionPlan

SystemInternalIDEqualFold applies the EqualFold predicate on the "system_internal_id" field.

func SystemInternalIDGT added in v0.34.0

func SystemInternalIDGT(v string) predicate.ActionPlan

SystemInternalIDGT applies the GT predicate on the "system_internal_id" field.

func SystemInternalIDGTE added in v0.34.0

func SystemInternalIDGTE(v string) predicate.ActionPlan

SystemInternalIDGTE applies the GTE predicate on the "system_internal_id" field.

func SystemInternalIDHasPrefix added in v0.34.0

func SystemInternalIDHasPrefix(v string) predicate.ActionPlan

SystemInternalIDHasPrefix applies the HasPrefix predicate on the "system_internal_id" field.

func SystemInternalIDHasSuffix added in v0.34.0

func SystemInternalIDHasSuffix(v string) predicate.ActionPlan

SystemInternalIDHasSuffix applies the HasSuffix predicate on the "system_internal_id" field.

func SystemInternalIDIn added in v0.34.0

func SystemInternalIDIn(vs ...string) predicate.ActionPlan

SystemInternalIDIn applies the In predicate on the "system_internal_id" field.

func SystemInternalIDIsNil added in v0.34.0

func SystemInternalIDIsNil() predicate.ActionPlan

SystemInternalIDIsNil applies the IsNil predicate on the "system_internal_id" field.

func SystemInternalIDLT added in v0.34.0

func SystemInternalIDLT(v string) predicate.ActionPlan

SystemInternalIDLT applies the LT predicate on the "system_internal_id" field.

func SystemInternalIDLTE added in v0.34.0

func SystemInternalIDLTE(v string) predicate.ActionPlan

SystemInternalIDLTE applies the LTE predicate on the "system_internal_id" field.

func SystemInternalIDNEQ added in v0.34.0

func SystemInternalIDNEQ(v string) predicate.ActionPlan

SystemInternalIDNEQ applies the NEQ predicate on the "system_internal_id" field.

func SystemInternalIDNotIn added in v0.34.0

func SystemInternalIDNotIn(vs ...string) predicate.ActionPlan

SystemInternalIDNotIn applies the NotIn predicate on the "system_internal_id" field.

func SystemInternalIDNotNil added in v0.34.0

func SystemInternalIDNotNil() predicate.ActionPlan

SystemInternalIDNotNil applies the NotNil predicate on the "system_internal_id" field.

func SystemOwned added in v0.34.0

func SystemOwned(v bool) predicate.ActionPlan

SystemOwned applies equality check predicate on the "system_owned" field. It's identical to SystemOwnedEQ.

func SystemOwnedEQ added in v0.34.0

func SystemOwnedEQ(v bool) predicate.ActionPlan

SystemOwnedEQ applies the EQ predicate on the "system_owned" field.

func SystemOwnedIsNil added in v0.34.0

func SystemOwnedIsNil() predicate.ActionPlan

SystemOwnedIsNil applies the IsNil predicate on the "system_owned" field.

func SystemOwnedNEQ added in v0.34.0

func SystemOwnedNEQ(v bool) predicate.ActionPlan

SystemOwnedNEQ applies the NEQ predicate on the "system_owned" field.

func SystemOwnedNotNil added in v0.34.0

func SystemOwnedNotNil() predicate.ActionPlan

SystemOwnedNotNil applies the NotNil predicate on the "system_owned" field.

func TagSuggestionsIsNil added in v0.19.0

func TagSuggestionsIsNil() predicate.ActionPlan

TagSuggestionsIsNil applies the IsNil predicate on the "tag_suggestions" field.

func TagSuggestionsNotNil added in v0.19.0

func TagSuggestionsNotNil() predicate.ActionPlan

TagSuggestionsNotNil applies the NotNil predicate on the "tag_suggestions" field.

func TagsIsNil

func TagsIsNil() predicate.ActionPlan

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

func TagsNotNil

func TagsNotNil() predicate.ActionPlan

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

func Title added in v0.43.3

func Title(v string) predicate.ActionPlan

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

func TitleContains added in v0.43.3

func TitleContains(v string) predicate.ActionPlan

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

func TitleContainsFold added in v0.43.3

func TitleContainsFold(v string) predicate.ActionPlan

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

func TitleEQ added in v0.43.3

func TitleEQ(v string) predicate.ActionPlan

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

func TitleEqualFold added in v0.43.3

func TitleEqualFold(v string) predicate.ActionPlan

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

func TitleGT added in v0.43.3

func TitleGT(v string) predicate.ActionPlan

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

func TitleGTE added in v0.43.3

func TitleGTE(v string) predicate.ActionPlan

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

func TitleHasPrefix added in v0.43.3

func TitleHasPrefix(v string) predicate.ActionPlan

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

func TitleHasSuffix added in v0.43.3

func TitleHasSuffix(v string) predicate.ActionPlan

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

func TitleIn added in v0.43.3

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

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

func TitleLT added in v0.43.3

func TitleLT(v string) predicate.ActionPlan

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

func TitleLTE added in v0.43.3

func TitleLTE(v string) predicate.ActionPlan

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

func TitleNEQ added in v0.43.3

func TitleNEQ(v string) predicate.ActionPlan

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

func TitleNotIn added in v0.43.3

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

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

func URL added in v0.37.3

URL applies equality check predicate on the "url" field. It's identical to URLEQ.

func URLContains added in v0.37.3

func URLContains(v string) predicate.ActionPlan

URLContains applies the Contains predicate on the "url" field.

func URLContainsFold added in v0.37.3

func URLContainsFold(v string) predicate.ActionPlan

URLContainsFold applies the ContainsFold predicate on the "url" field.

func URLEQ added in v0.37.3

func URLEQ(v string) predicate.ActionPlan

URLEQ applies the EQ predicate on the "url" field.

func URLEqualFold added in v0.37.3

func URLEqualFold(v string) predicate.ActionPlan

URLEqualFold applies the EqualFold predicate on the "url" field.

func URLGT added in v0.37.3

func URLGT(v string) predicate.ActionPlan

URLGT applies the GT predicate on the "url" field.

func URLGTE added in v0.37.3

func URLGTE(v string) predicate.ActionPlan

URLGTE applies the GTE predicate on the "url" field.

func URLHasPrefix added in v0.37.3

func URLHasPrefix(v string) predicate.ActionPlan

URLHasPrefix applies the HasPrefix predicate on the "url" field.

func URLHasSuffix added in v0.37.3

func URLHasSuffix(v string) predicate.ActionPlan

URLHasSuffix applies the HasSuffix predicate on the "url" field.

func URLIn added in v0.37.3

func URLIn(vs ...string) predicate.ActionPlan

URLIn applies the In predicate on the "url" field.

func URLIsNil added in v0.37.3

func URLIsNil() predicate.ActionPlan

URLIsNil applies the IsNil predicate on the "url" field.

func URLLT added in v0.37.3

func URLLT(v string) predicate.ActionPlan

URLLT applies the LT predicate on the "url" field.

func URLLTE added in v0.37.3

func URLLTE(v string) predicate.ActionPlan

URLLTE applies the LTE predicate on the "url" field.

func URLNEQ added in v0.37.3

func URLNEQ(v string) predicate.ActionPlan

URLNEQ applies the NEQ predicate on the "url" field.

func URLNotIn added in v0.37.3

func URLNotIn(vs ...string) predicate.ActionPlan

URLNotIn applies the NotIn predicate on the "url" field.

func URLNotNil added in v0.37.3

func URLNotNil() predicate.ActionPlan

URLNotNil applies the NotNil predicate on the "url" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.ActionPlan

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.ActionPlan

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.ActionPlan

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.ActionPlan

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.ActionPlan

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.ActionPlan

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.ActionPlan

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.ActionPlan

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.ActionPlan

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

func UpdatedBy

func UpdatedBy(v string) predicate.ActionPlan

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.ActionPlan

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.ActionPlan

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.ActionPlan

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.ActionPlan

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.ActionPlan

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.ActionPlan

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.ActionPlan

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.ActionPlan

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.ActionPlan

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.ActionPlan

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.ActionPlan

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.ActionPlan

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.ActionPlan

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).

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the ActionPlan queries.

func ByActionPlanKindField added in v0.43.0

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

ByActionPlanKindField orders the results by action_plan_kind field.

func ByActionPlanKindID added in v0.43.0

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

ByActionPlanKindID orders the results by the action_plan_kind_id field.

func ByActionPlanKindName added in v0.43.0

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

ByActionPlanKindName orders the results by the action_plan_kind_name field.

func ByActionPlanType added in v0.7.5

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

ByActionPlanType orders the results by the action_plan_type field.

func ByApprovalRequired added in v0.7.5

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

ByApprovalRequired orders the results by the approval_required field.

func ByApproverField added in v0.7.5

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

ByApproverField orders the results by approver field.

func ByApproverID added in v0.8.9

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

ByApproverID orders the results by the approver_id field.

func ByBlocked added in v0.43.3

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

ByBlocked orders the results by the blocked field.

func ByBlockerReason added in v0.43.3

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

ByBlockerReason orders the results by the blocker_reason field.

func ByCompletedAt added in v0.43.3

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

ByCompletedAt orders the results by the completed_at field.

func ByControls added in v0.8.2

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

ByControls orders the results by controls terms.

func ByControlsCount added in v0.8.2

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 ByDelegateField added in v0.7.5

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

ByDelegateField orders the results by delegate field.

func ByDelegateID added in v0.8.9

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

ByDelegateID orders the results by the delegate_id 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 ByDescription

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

ByDescription orders the results by the description field.

func ByDetails added in v0.7.5

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

ByDetails orders the results by the details field.

func ByDueDate

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

ByDueDate orders the results by the due_date field.

func ByFileField added in v0.37.3

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

ByFileField orders the results by file field.

func ByFileID added in v0.37.3

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

ByFileID orders the results by the file_id field.

func ByFindings added in v0.43.3

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

ByFindings orders the results by findings terms.

func ByFindingsCount added in v0.43.3

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

ByFindingsCount orders the results by findings count.

func ByID

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

ByID orders the results by the id field.

func ByIntegrations added in v0.43.3

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

ByIntegrations orders the results by integrations terms.

func ByIntegrationsCount added in v0.43.3

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

ByIntegrationsCount orders the results by integrations count.

func ByInternalNotes added in v0.34.0

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

ByInternalNotes orders the results by the internal_notes field.

func ByName

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

ByName orders the results by the name field.

func ByOwnerField added in v0.7.5

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

ByOwnerField orders the results by owner field.

func ByOwnerID added in v0.7.5

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

ByOwnerID orders the results by the owner_id field.

func ByPriority

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

ByPriority orders the results by the priority field.

func ByPrograms added in v0.8.2

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

ByPrograms orders the results by programs terms.

func ByProgramsCount added in v0.8.2

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

ByProgramsCount orders the results by programs count.

func ByRemediations added in v0.43.3

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

ByRemediations orders the results by remediations terms.

func ByRemediationsCount added in v0.43.3

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

ByRemediationsCount orders the results by remediations count.

func ByRequiresApproval added in v0.43.3

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

ByRequiresApproval orders the results by the requires_approval field.

func ByReviewDue added in v0.7.5

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

ByReviewDue orders the results by the review_due field.

func ByReviewFrequency added in v0.7.5

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

ByReviewFrequency orders the results by the review_frequency field.

func ByReviews added in v0.43.3

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

ByReviews orders the results by reviews terms.

func ByReviewsCount added in v0.43.3

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

ByReviewsCount orders the results by reviews count.

func ByRevision added in v0.7.5

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

ByRevision orders the results by the revision field.

func ByRisks added in v0.8.2

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

ByRisks orders the results by risks terms.

func ByRisksCount added in v0.8.2

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

ByRisksCount orders the results by risks count.

func BySource

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

BySource orders the results by the source field.

func ByStatus

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

ByStatus orders the results by the status field.

func BySummary added in v0.11.0

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

BySummary orders the results by the summary field.

func BySystemInternalID added in v0.34.0

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

BySystemInternalID orders the results by the system_internal_id field.

func BySystemOwned added in v0.34.0

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

BySystemOwned orders the results by the system_owned field.

func ByTasks added in v0.43.3

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

ByTasks orders the results by tasks terms.

func ByTasksCount added in v0.43.3

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

ByTasksCount orders the results by tasks count.

func ByTitle added in v0.43.3

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

ByTitle orders the results by the title field.

func ByURL added in v0.37.3

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

ByURL orders the results by the url 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 ByVulnerabilities added in v0.43.3

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

ByVulnerabilities orders the results by vulnerabilities terms.

func ByVulnerabilitiesCount added in v0.43.3

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

ByVulnerabilitiesCount orders the results by vulnerabilities count.

Jump to

Keyboard shortcuts

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