finding

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the finding type in the database.
	Label = "finding"
	// 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"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// 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"
	// FieldExternalID holds the string denoting the external_id field in the database.
	FieldExternalID = "external_id"
	// FieldExternalOwnerID holds the string denoting the external_owner_id field in the database.
	FieldExternalOwnerID = "external_owner_id"
	// FieldSource holds the string denoting the source field in the database.
	FieldSource = "source"
	// FieldResourceName holds the string denoting the resource_name field in the database.
	FieldResourceName = "resource_name"
	// FieldDisplayName holds the string denoting the display_name field in the database.
	FieldDisplayName = "display_name"
	// FieldState holds the string denoting the state field in the database.
	FieldState = "state"
	// FieldCategory holds the string denoting the category field in the database.
	FieldCategory = "category"
	// FieldCategories holds the string denoting the categories field in the database.
	FieldCategories = "categories"
	// FieldFindingClass holds the string denoting the finding_class field in the database.
	FieldFindingClass = "finding_class"
	// FieldSeverity holds the string denoting the severity field in the database.
	FieldSeverity = "severity"
	// FieldNumericSeverity holds the string denoting the numeric_severity field in the database.
	FieldNumericSeverity = "numeric_severity"
	// FieldScore holds the string denoting the score field in the database.
	FieldScore = "score"
	// FieldImpact holds the string denoting the impact field in the database.
	FieldImpact = "impact"
	// FieldExploitability holds the string denoting the exploitability field in the database.
	FieldExploitability = "exploitability"
	// FieldPriority holds the string denoting the priority field in the database.
	FieldPriority = "priority"
	// FieldOpen holds the string denoting the open field in the database.
	FieldOpen = "open"
	// FieldBlocksProduction holds the string denoting the blocks_production field in the database.
	FieldBlocksProduction = "blocks_production"
	// FieldProduction holds the string denoting the production field in the database.
	FieldProduction = "production"
	// FieldPublic holds the string denoting the public field in the database.
	FieldPublic = "public"
	// FieldValidated holds the string denoting the validated field in the database.
	FieldValidated = "validated"
	// FieldAssessmentID holds the string denoting the assessment_id field in the database.
	FieldAssessmentID = "assessment_id"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldRecommendation holds the string denoting the recommendation field in the database.
	FieldRecommendation = "recommendation"
	// FieldRecommendedActions holds the string denoting the recommended_actions field in the database.
	FieldRecommendedActions = "recommended_actions"
	// FieldReferences holds the string denoting the references field in the database.
	FieldReferences = "references"
	// FieldStepsToReproduce holds the string denoting the steps_to_reproduce field in the database.
	FieldStepsToReproduce = "steps_to_reproduce"
	// FieldTargets holds the string denoting the targets field in the database.
	FieldTargets = "targets"
	// FieldTargetDetails holds the string denoting the target_details field in the database.
	FieldTargetDetails = "target_details"
	// FieldVector holds the string denoting the vector field in the database.
	FieldVector = "vector"
	// FieldRemediationSLA holds the string denoting the remediation_sla field in the database.
	FieldRemediationSLA = "remediation_sla"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldEventTime holds the string denoting the event_time field in the database.
	FieldEventTime = "event_time"
	// FieldReportedAt holds the string denoting the reported_at field in the database.
	FieldReportedAt = "reported_at"
	// FieldSourceUpdatedAt holds the string denoting the source_updated_at field in the database.
	FieldSourceUpdatedAt = "source_updated_at"
	// FieldExternalURI holds the string denoting the external_uri field in the database.
	FieldExternalURI = "external_uri"
	// 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"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeBlockedGroups holds the string denoting the blocked_groups edge name in mutations.
	EdgeBlockedGroups = "blocked_groups"
	// EdgeEditors holds the string denoting the editors edge name in mutations.
	EdgeEditors = "editors"
	// EdgeViewers holds the string denoting the viewers edge name in mutations.
	EdgeViewers = "viewers"
	// EdgeIntegrations holds the string denoting the integrations edge name in mutations.
	EdgeIntegrations = "integrations"
	// EdgeVulnerabilities holds the string denoting the vulnerabilities edge name in mutations.
	EdgeVulnerabilities = "vulnerabilities"
	// EdgeActionPlans holds the string denoting the action_plans edge name in mutations.
	EdgeActionPlans = "action_plans"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgeSubcontrols holds the string denoting the subcontrols edge name in mutations.
	EdgeSubcontrols = "subcontrols"
	// EdgeRisks holds the string denoting the risks edge name in mutations.
	EdgeRisks = "risks"
	// EdgePrograms holds the string denoting the programs edge name in mutations.
	EdgePrograms = "programs"
	// EdgeAssets holds the string denoting the assets edge name in mutations.
	EdgeAssets = "assets"
	// EdgeEntities holds the string denoting the entities edge name in mutations.
	EdgeEntities = "entities"
	// EdgeScans holds the string denoting the scans edge name in mutations.
	EdgeScans = "scans"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgeRemediations holds the string denoting the remediations edge name in mutations.
	EdgeRemediations = "remediations"
	// EdgeReviews holds the string denoting the reviews edge name in mutations.
	EdgeReviews = "reviews"
	// EdgeComments holds the string denoting the comments edge name in mutations.
	EdgeComments = "comments"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// EdgeControlMappings holds the string denoting the control_mappings edge name in mutations.
	EdgeControlMappings = "control_mappings"
	// Table holds the table name of the finding in the database.
	Table = "findings"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "findings"
	// 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"
	// BlockedGroupsTable is the table that holds the blocked_groups relation/edge.
	BlockedGroupsTable = "groups"
	// BlockedGroupsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	BlockedGroupsInverseTable = "groups"
	// BlockedGroupsColumn is the table column denoting the blocked_groups relation/edge.
	BlockedGroupsColumn = "finding_blocked_groups"
	// EditorsTable is the table that holds the editors relation/edge.
	EditorsTable = "groups"
	// EditorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	EditorsInverseTable = "groups"
	// EditorsColumn is the table column denoting the editors relation/edge.
	EditorsColumn = "finding_editors"
	// ViewersTable is the table that holds the viewers relation/edge.
	ViewersTable = "groups"
	// ViewersInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ViewersInverseTable = "groups"
	// ViewersColumn is the table column denoting the viewers relation/edge.
	ViewersColumn = "finding_viewers"
	// IntegrationsTable is the table that holds the integrations relation/edge. The primary key declared below.
	IntegrationsTable = "integration_findings"
	// 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"
	// VulnerabilitiesTable is the table that holds the vulnerabilities relation/edge.
	VulnerabilitiesTable = "vulnerabilities"
	// 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"
	// VulnerabilitiesColumn is the table column denoting the vulnerabilities relation/edge.
	VulnerabilitiesColumn = "finding_vulnerabilities"
	// ActionPlansTable is the table that holds the action_plans relation/edge. The primary key declared below.
	ActionPlansTable = "finding_action_plans"
	// ActionPlansInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlansInverseTable = "action_plans"
	// ControlsTable is the table that holds the controls relation/edge. The primary key declared below.
	ControlsTable = "finding_controls"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// SubcontrolsTable is the table that holds the subcontrols relation/edge.
	SubcontrolsTable = "subcontrols"
	// SubcontrolsInverseTable is the table name for the Subcontrol entity.
	// It exists in this package in order to avoid circular dependency with the "subcontrol" package.
	SubcontrolsInverseTable = "subcontrols"
	// SubcontrolsColumn is the table column denoting the subcontrols relation/edge.
	SubcontrolsColumn = "finding_subcontrols"
	// RisksTable is the table that holds the risks relation/edge.
	RisksTable = "risks"
	// 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"
	// RisksColumn is the table column denoting the risks relation/edge.
	RisksColumn = "finding_risks"
	// ProgramsTable is the table that holds the programs relation/edge.
	ProgramsTable = "programs"
	// 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"
	// ProgramsColumn is the table column denoting the programs relation/edge.
	ProgramsColumn = "finding_programs"
	// AssetsTable is the table that holds the assets relation/edge.
	AssetsTable = "assets"
	// AssetsInverseTable is the table name for the Asset entity.
	// It exists in this package in order to avoid circular dependency with the "asset" package.
	AssetsInverseTable = "assets"
	// AssetsColumn is the table column denoting the assets relation/edge.
	AssetsColumn = "finding_assets"
	// EntitiesTable is the table that holds the entities relation/edge.
	EntitiesTable = "entities"
	// EntitiesInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntitiesInverseTable = "entities"
	// EntitiesColumn is the table column denoting the entities relation/edge.
	EntitiesColumn = "finding_entities"
	// ScansTable is the table that holds the scans relation/edge.
	ScansTable = "scans"
	// ScansInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScansInverseTable = "scans"
	// ScansColumn is the table column denoting the scans relation/edge.
	ScansColumn = "finding_scans"
	// TasksTable is the table that holds the tasks relation/edge.
	TasksTable = "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"
	// TasksColumn is the table column denoting the tasks relation/edge.
	TasksColumn = "finding_tasks"
	// RemediationsTable is the table that holds the remediations relation/edge.
	RemediationsTable = "remediations"
	// 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"
	// RemediationsColumn is the table column denoting the remediations relation/edge.
	RemediationsColumn = "finding_remediations"
	// ReviewsTable is the table that holds the reviews relation/edge.
	ReviewsTable = "reviews"
	// 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"
	// ReviewsColumn is the table column denoting the reviews relation/edge.
	ReviewsColumn = "finding_reviews"
	// CommentsTable is the table that holds the comments relation/edge.
	CommentsTable = "notes"
	// CommentsInverseTable is the table name for the Note entity.
	// It exists in this package in order to avoid circular dependency with the "note" package.
	CommentsInverseTable = "notes"
	// CommentsColumn is the table column denoting the comments relation/edge.
	CommentsColumn = "finding_comments"
	// FilesTable is the table that holds the files relation/edge.
	FilesTable = "files"
	// FilesInverseTable is the table name for the File entity.
	// It exists in this package in order to avoid circular dependency with the "file" package.
	FilesInverseTable = "files"
	// FilesColumn is the table column denoting the files relation/edge.
	FilesColumn = "finding_files"
	// WorkflowObjectRefsTable is the table that holds the workflow_object_refs relation/edge.
	WorkflowObjectRefsTable = "workflow_object_refs"
	// WorkflowObjectRefsInverseTable is the table name for the WorkflowObjectRef entity.
	// It exists in this package in order to avoid circular dependency with the "workflowobjectref" package.
	WorkflowObjectRefsInverseTable = "workflow_object_refs"
	// WorkflowObjectRefsColumn is the table column denoting the workflow_object_refs relation/edge.
	WorkflowObjectRefsColumn = "finding_id"
	// ControlMappingsTable is the table that holds the control_mappings relation/edge.
	ControlMappingsTable = "finding_controls"
	// ControlMappingsInverseTable is the table name for the FindingControl entity.
	// It exists in this package in order to avoid circular dependency with the "findingcontrol" package.
	ControlMappingsInverseTable = "finding_controls"
	// ControlMappingsColumn is the table column denoting the control_mappings relation/edge.
	ControlMappingsColumn = "finding_id"
)

Variables

View Source
var (
	// IntegrationsPrimaryKey and IntegrationsColumn2 are the table columns denoting the
	// primary key for the integrations relation (M2M).
	IntegrationsPrimaryKey = []string{"integration_id", "finding_id"}
	// ActionPlansPrimaryKey and ActionPlansColumn2 are the table columns denoting the
	// primary key for the action_plans relation (M2M).
	ActionPlansPrimaryKey = []string{"finding_id", "action_plan_id"}
	// ControlsPrimaryKey and ControlsColumn2 are the table columns denoting the
	// primary key for the controls relation (M2M).
	ControlsPrimaryKey = []string{"finding_id", "control_id"}
)
View Source
var (
	Hooks        [11]ent.Hook
	Interceptors [3]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DisplayIDValidator is a validator for the "display_id" field. It is called by the builders before save.
	DisplayIDValidator func(string) error
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// DefaultSystemOwned holds the default value on creation for the "system_owned" field.
	DefaultSystemOwned bool
	// DefaultCategories holds the default value on creation for the "categories" field.
	DefaultCategories []string
	// DefaultOpen holds the default value on creation for the "open" field.
	DefaultOpen bool
	// DefaultReferences holds the default value on creation for the "references" field.
	DefaultReferences []string
	// DefaultStepsToReproduce holds the default value on creation for the "steps_to_reproduce" field.
	DefaultStepsToReproduce []string
	// DefaultTargets holds the default value on creation for the "targets" field.
	DefaultTargets []string
	// 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 finding fields.

View Source
var ForeignKeys = []string{
	"remediation_findings",
	"review_findings",
	"vulnerability_findings",
}

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

Functions

func And

func And(predicates ...predicate.Finding) predicate.Finding

And groups predicates with the AND operator between them.

func AssessmentID

func AssessmentID(v string) predicate.Finding

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

func AssessmentIDContains

func AssessmentIDContains(v string) predicate.Finding

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

func AssessmentIDContainsFold

func AssessmentIDContainsFold(v string) predicate.Finding

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

func AssessmentIDEQ

func AssessmentIDEQ(v string) predicate.Finding

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

func AssessmentIDEqualFold

func AssessmentIDEqualFold(v string) predicate.Finding

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

func AssessmentIDGT

func AssessmentIDGT(v string) predicate.Finding

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

func AssessmentIDGTE

func AssessmentIDGTE(v string) predicate.Finding

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

func AssessmentIDHasPrefix

func AssessmentIDHasPrefix(v string) predicate.Finding

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

func AssessmentIDHasSuffix

func AssessmentIDHasSuffix(v string) predicate.Finding

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

func AssessmentIDIn

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

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

func AssessmentIDIsNil

func AssessmentIDIsNil() predicate.Finding

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

func AssessmentIDLT

func AssessmentIDLT(v string) predicate.Finding

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

func AssessmentIDLTE

func AssessmentIDLTE(v string) predicate.Finding

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

func AssessmentIDNEQ

func AssessmentIDNEQ(v string) predicate.Finding

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

func AssessmentIDNotIn

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

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

func AssessmentIDNotNil

func AssessmentIDNotNil() predicate.Finding

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

func BlocksProduction

func BlocksProduction(v bool) predicate.Finding

BlocksProduction applies equality check predicate on the "blocks_production" field. It's identical to BlocksProductionEQ.

func BlocksProductionEQ

func BlocksProductionEQ(v bool) predicate.Finding

BlocksProductionEQ applies the EQ predicate on the "blocks_production" field.

func BlocksProductionIsNil

func BlocksProductionIsNil() predicate.Finding

BlocksProductionIsNil applies the IsNil predicate on the "blocks_production" field.

func BlocksProductionNEQ

func BlocksProductionNEQ(v bool) predicate.Finding

BlocksProductionNEQ applies the NEQ predicate on the "blocks_production" field.

func BlocksProductionNotNil

func BlocksProductionNotNil() predicate.Finding

BlocksProductionNotNil applies the NotNil predicate on the "blocks_production" field.

func CategoriesIsNil

func CategoriesIsNil() predicate.Finding

CategoriesIsNil applies the IsNil predicate on the "categories" field.

func CategoriesNotNil

func CategoriesNotNil() predicate.Finding

CategoriesNotNil applies the NotNil predicate on the "categories" field.

func Category

func Category(v string) predicate.Finding

Category applies equality check predicate on the "category" field. It's identical to CategoryEQ.

func CategoryContains

func CategoryContains(v string) predicate.Finding

CategoryContains applies the Contains predicate on the "category" field.

func CategoryContainsFold

func CategoryContainsFold(v string) predicate.Finding

CategoryContainsFold applies the ContainsFold predicate on the "category" field.

func CategoryEQ

func CategoryEQ(v string) predicate.Finding

CategoryEQ applies the EQ predicate on the "category" field.

func CategoryEqualFold

func CategoryEqualFold(v string) predicate.Finding

CategoryEqualFold applies the EqualFold predicate on the "category" field.

func CategoryGT

func CategoryGT(v string) predicate.Finding

CategoryGT applies the GT predicate on the "category" field.

func CategoryGTE

func CategoryGTE(v string) predicate.Finding

CategoryGTE applies the GTE predicate on the "category" field.

func CategoryHasPrefix

func CategoryHasPrefix(v string) predicate.Finding

CategoryHasPrefix applies the HasPrefix predicate on the "category" field.

func CategoryHasSuffix

func CategoryHasSuffix(v string) predicate.Finding

CategoryHasSuffix applies the HasSuffix predicate on the "category" field.

func CategoryIn

func CategoryIn(vs ...string) predicate.Finding

CategoryIn applies the In predicate on the "category" field.

func CategoryIsNil

func CategoryIsNil() predicate.Finding

CategoryIsNil applies the IsNil predicate on the "category" field.

func CategoryLT

func CategoryLT(v string) predicate.Finding

CategoryLT applies the LT predicate on the "category" field.

func CategoryLTE

func CategoryLTE(v string) predicate.Finding

CategoryLTE applies the LTE predicate on the "category" field.

func CategoryNEQ

func CategoryNEQ(v string) predicate.Finding

CategoryNEQ applies the NEQ predicate on the "category" field.

func CategoryNotIn

func CategoryNotIn(vs ...string) predicate.Finding

CategoryNotIn applies the NotIn predicate on the "category" field.

func CategoryNotNil

func CategoryNotNil() predicate.Finding

CategoryNotNil applies the NotNil predicate on the "category" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Finding

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Finding

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Finding

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Finding

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Finding

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Finding

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Finding

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Finding

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Finding

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

func CreatedBy

func CreatedBy(v string) predicate.Finding

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

func CreatedByContains

func CreatedByContains(v string) predicate.Finding

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Finding

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Finding

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Finding

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

func CreatedByGT

func CreatedByGT(v string) predicate.Finding

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Finding

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Finding

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Finding

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Finding

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

func CreatedByLT

func CreatedByLT(v string) predicate.Finding

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Finding

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Finding

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Finding

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

func DeletedAt

func DeletedAt(v time.Time) predicate.Finding

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Finding

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Finding

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Finding

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Finding

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Finding

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Finding

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Finding

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Finding

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

func DeletedBy

func DeletedBy(v string) predicate.Finding

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

func DeletedByContains

func DeletedByContains(v string) predicate.Finding

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Finding

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Finding

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Finding

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

func DeletedByGT

func DeletedByGT(v string) predicate.Finding

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Finding

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Finding

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Finding

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Finding

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

func DeletedByLT

func DeletedByLT(v string) predicate.Finding

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Finding

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Finding

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Finding

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

func Description

func Description(v string) predicate.Finding

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

func DescriptionContains

func DescriptionContains(v string) predicate.Finding

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Finding

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.Finding

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Finding

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

func DescriptionGT

func DescriptionGT(v string) predicate.Finding

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.Finding

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Finding

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Finding

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.Finding

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

func DescriptionLT

func DescriptionLT(v string) predicate.Finding

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.Finding

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Finding

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.Finding

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

func DisplayID

func DisplayID(v string) predicate.Finding

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.Finding

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.Finding

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

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.Finding

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.Finding

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

func DisplayIDGT

func DisplayIDGT(v string) predicate.Finding

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

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.Finding

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.Finding

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.Finding

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

func DisplayIDIn

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

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

func DisplayIDLT

func DisplayIDLT(v string) predicate.Finding

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

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.Finding

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

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.Finding

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

func DisplayIDNotIn

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

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

func DisplayName

func DisplayName(v string) predicate.Finding

DisplayName applies equality check predicate on the "display_name" field. It's identical to DisplayNameEQ.

func DisplayNameContains

func DisplayNameContains(v string) predicate.Finding

DisplayNameContains applies the Contains predicate on the "display_name" field.

func DisplayNameContainsFold

func DisplayNameContainsFold(v string) predicate.Finding

DisplayNameContainsFold applies the ContainsFold predicate on the "display_name" field.

func DisplayNameEQ

func DisplayNameEQ(v string) predicate.Finding

DisplayNameEQ applies the EQ predicate on the "display_name" field.

func DisplayNameEqualFold

func DisplayNameEqualFold(v string) predicate.Finding

DisplayNameEqualFold applies the EqualFold predicate on the "display_name" field.

func DisplayNameGT

func DisplayNameGT(v string) predicate.Finding

DisplayNameGT applies the GT predicate on the "display_name" field.

func DisplayNameGTE

func DisplayNameGTE(v string) predicate.Finding

DisplayNameGTE applies the GTE predicate on the "display_name" field.

func DisplayNameHasPrefix

func DisplayNameHasPrefix(v string) predicate.Finding

DisplayNameHasPrefix applies the HasPrefix predicate on the "display_name" field.

func DisplayNameHasSuffix

func DisplayNameHasSuffix(v string) predicate.Finding

DisplayNameHasSuffix applies the HasSuffix predicate on the "display_name" field.

func DisplayNameIn

func DisplayNameIn(vs ...string) predicate.Finding

DisplayNameIn applies the In predicate on the "display_name" field.

func DisplayNameIsNil

func DisplayNameIsNil() predicate.Finding

DisplayNameIsNil applies the IsNil predicate on the "display_name" field.

func DisplayNameLT

func DisplayNameLT(v string) predicate.Finding

DisplayNameLT applies the LT predicate on the "display_name" field.

func DisplayNameLTE

func DisplayNameLTE(v string) predicate.Finding

DisplayNameLTE applies the LTE predicate on the "display_name" field.

func DisplayNameNEQ

func DisplayNameNEQ(v string) predicate.Finding

DisplayNameNEQ applies the NEQ predicate on the "display_name" field.

func DisplayNameNotIn

func DisplayNameNotIn(vs ...string) predicate.Finding

DisplayNameNotIn applies the NotIn predicate on the "display_name" field.

func DisplayNameNotNil

func DisplayNameNotNil() predicate.Finding

DisplayNameNotNil applies the NotNil predicate on the "display_name" field.

func EventTime

func EventTime(v models.DateTime) predicate.Finding

EventTime applies equality check predicate on the "event_time" field. It's identical to EventTimeEQ.

func EventTimeEQ

func EventTimeEQ(v models.DateTime) predicate.Finding

EventTimeEQ applies the EQ predicate on the "event_time" field.

func EventTimeGT

func EventTimeGT(v models.DateTime) predicate.Finding

EventTimeGT applies the GT predicate on the "event_time" field.

func EventTimeGTE

func EventTimeGTE(v models.DateTime) predicate.Finding

EventTimeGTE applies the GTE predicate on the "event_time" field.

func EventTimeIn

func EventTimeIn(vs ...models.DateTime) predicate.Finding

EventTimeIn applies the In predicate on the "event_time" field.

func EventTimeIsNil

func EventTimeIsNil() predicate.Finding

EventTimeIsNil applies the IsNil predicate on the "event_time" field.

func EventTimeLT

func EventTimeLT(v models.DateTime) predicate.Finding

EventTimeLT applies the LT predicate on the "event_time" field.

func EventTimeLTE

func EventTimeLTE(v models.DateTime) predicate.Finding

EventTimeLTE applies the LTE predicate on the "event_time" field.

func EventTimeNEQ

func EventTimeNEQ(v models.DateTime) predicate.Finding

EventTimeNEQ applies the NEQ predicate on the "event_time" field.

func EventTimeNotIn

func EventTimeNotIn(vs ...models.DateTime) predicate.Finding

EventTimeNotIn applies the NotIn predicate on the "event_time" field.

func EventTimeNotNil

func EventTimeNotNil() predicate.Finding

EventTimeNotNil applies the NotNil predicate on the "event_time" field.

func Exploitability

func Exploitability(v float64) predicate.Finding

Exploitability applies equality check predicate on the "exploitability" field. It's identical to ExploitabilityEQ.

func ExploitabilityEQ

func ExploitabilityEQ(v float64) predicate.Finding

ExploitabilityEQ applies the EQ predicate on the "exploitability" field.

func ExploitabilityGT

func ExploitabilityGT(v float64) predicate.Finding

ExploitabilityGT applies the GT predicate on the "exploitability" field.

func ExploitabilityGTE

func ExploitabilityGTE(v float64) predicate.Finding

ExploitabilityGTE applies the GTE predicate on the "exploitability" field.

func ExploitabilityIn

func ExploitabilityIn(vs ...float64) predicate.Finding

ExploitabilityIn applies the In predicate on the "exploitability" field.

func ExploitabilityIsNil

func ExploitabilityIsNil() predicate.Finding

ExploitabilityIsNil applies the IsNil predicate on the "exploitability" field.

func ExploitabilityLT

func ExploitabilityLT(v float64) predicate.Finding

ExploitabilityLT applies the LT predicate on the "exploitability" field.

func ExploitabilityLTE

func ExploitabilityLTE(v float64) predicate.Finding

ExploitabilityLTE applies the LTE predicate on the "exploitability" field.

func ExploitabilityNEQ

func ExploitabilityNEQ(v float64) predicate.Finding

ExploitabilityNEQ applies the NEQ predicate on the "exploitability" field.

func ExploitabilityNotIn

func ExploitabilityNotIn(vs ...float64) predicate.Finding

ExploitabilityNotIn applies the NotIn predicate on the "exploitability" field.

func ExploitabilityNotNil

func ExploitabilityNotNil() predicate.Finding

ExploitabilityNotNil applies the NotNil predicate on the "exploitability" field.

func ExternalID

func ExternalID(v string) predicate.Finding

ExternalID applies equality check predicate on the "external_id" field. It's identical to ExternalIDEQ.

func ExternalIDContains

func ExternalIDContains(v string) predicate.Finding

ExternalIDContains applies the Contains predicate on the "external_id" field.

func ExternalIDContainsFold

func ExternalIDContainsFold(v string) predicate.Finding

ExternalIDContainsFold applies the ContainsFold predicate on the "external_id" field.

func ExternalIDEQ

func ExternalIDEQ(v string) predicate.Finding

ExternalIDEQ applies the EQ predicate on the "external_id" field.

func ExternalIDEqualFold

func ExternalIDEqualFold(v string) predicate.Finding

ExternalIDEqualFold applies the EqualFold predicate on the "external_id" field.

func ExternalIDGT

func ExternalIDGT(v string) predicate.Finding

ExternalIDGT applies the GT predicate on the "external_id" field.

func ExternalIDGTE

func ExternalIDGTE(v string) predicate.Finding

ExternalIDGTE applies the GTE predicate on the "external_id" field.

func ExternalIDHasPrefix

func ExternalIDHasPrefix(v string) predicate.Finding

ExternalIDHasPrefix applies the HasPrefix predicate on the "external_id" field.

func ExternalIDHasSuffix

func ExternalIDHasSuffix(v string) predicate.Finding

ExternalIDHasSuffix applies the HasSuffix predicate on the "external_id" field.

func ExternalIDIn

func ExternalIDIn(vs ...string) predicate.Finding

ExternalIDIn applies the In predicate on the "external_id" field.

func ExternalIDIsNil

func ExternalIDIsNil() predicate.Finding

ExternalIDIsNil applies the IsNil predicate on the "external_id" field.

func ExternalIDLT

func ExternalIDLT(v string) predicate.Finding

ExternalIDLT applies the LT predicate on the "external_id" field.

func ExternalIDLTE

func ExternalIDLTE(v string) predicate.Finding

ExternalIDLTE applies the LTE predicate on the "external_id" field.

func ExternalIDNEQ

func ExternalIDNEQ(v string) predicate.Finding

ExternalIDNEQ applies the NEQ predicate on the "external_id" field.

func ExternalIDNotIn

func ExternalIDNotIn(vs ...string) predicate.Finding

ExternalIDNotIn applies the NotIn predicate on the "external_id" field.

func ExternalIDNotNil

func ExternalIDNotNil() predicate.Finding

ExternalIDNotNil applies the NotNil predicate on the "external_id" field.

func ExternalOwnerID

func ExternalOwnerID(v string) predicate.Finding

ExternalOwnerID applies equality check predicate on the "external_owner_id" field. It's identical to ExternalOwnerIDEQ.

func ExternalOwnerIDContains

func ExternalOwnerIDContains(v string) predicate.Finding

ExternalOwnerIDContains applies the Contains predicate on the "external_owner_id" field.

func ExternalOwnerIDContainsFold

func ExternalOwnerIDContainsFold(v string) predicate.Finding

ExternalOwnerIDContainsFold applies the ContainsFold predicate on the "external_owner_id" field.

func ExternalOwnerIDEQ

func ExternalOwnerIDEQ(v string) predicate.Finding

ExternalOwnerIDEQ applies the EQ predicate on the "external_owner_id" field.

func ExternalOwnerIDEqualFold

func ExternalOwnerIDEqualFold(v string) predicate.Finding

ExternalOwnerIDEqualFold applies the EqualFold predicate on the "external_owner_id" field.

func ExternalOwnerIDGT

func ExternalOwnerIDGT(v string) predicate.Finding

ExternalOwnerIDGT applies the GT predicate on the "external_owner_id" field.

func ExternalOwnerIDGTE

func ExternalOwnerIDGTE(v string) predicate.Finding

ExternalOwnerIDGTE applies the GTE predicate on the "external_owner_id" field.

func ExternalOwnerIDHasPrefix

func ExternalOwnerIDHasPrefix(v string) predicate.Finding

ExternalOwnerIDHasPrefix applies the HasPrefix predicate on the "external_owner_id" field.

func ExternalOwnerIDHasSuffix

func ExternalOwnerIDHasSuffix(v string) predicate.Finding

ExternalOwnerIDHasSuffix applies the HasSuffix predicate on the "external_owner_id" field.

func ExternalOwnerIDIn

func ExternalOwnerIDIn(vs ...string) predicate.Finding

ExternalOwnerIDIn applies the In predicate on the "external_owner_id" field.

func ExternalOwnerIDIsNil

func ExternalOwnerIDIsNil() predicate.Finding

ExternalOwnerIDIsNil applies the IsNil predicate on the "external_owner_id" field.

func ExternalOwnerIDLT

func ExternalOwnerIDLT(v string) predicate.Finding

ExternalOwnerIDLT applies the LT predicate on the "external_owner_id" field.

func ExternalOwnerIDLTE

func ExternalOwnerIDLTE(v string) predicate.Finding

ExternalOwnerIDLTE applies the LTE predicate on the "external_owner_id" field.

func ExternalOwnerIDNEQ

func ExternalOwnerIDNEQ(v string) predicate.Finding

ExternalOwnerIDNEQ applies the NEQ predicate on the "external_owner_id" field.

func ExternalOwnerIDNotIn

func ExternalOwnerIDNotIn(vs ...string) predicate.Finding

ExternalOwnerIDNotIn applies the NotIn predicate on the "external_owner_id" field.

func ExternalOwnerIDNotNil

func ExternalOwnerIDNotNil() predicate.Finding

ExternalOwnerIDNotNil applies the NotNil predicate on the "external_owner_id" field.

func ExternalURI

func ExternalURI(v string) predicate.Finding

ExternalURI applies equality check predicate on the "external_uri" field. It's identical to ExternalURIEQ.

func ExternalURIContains

func ExternalURIContains(v string) predicate.Finding

ExternalURIContains applies the Contains predicate on the "external_uri" field.

func ExternalURIContainsFold

func ExternalURIContainsFold(v string) predicate.Finding

ExternalURIContainsFold applies the ContainsFold predicate on the "external_uri" field.

func ExternalURIEQ

func ExternalURIEQ(v string) predicate.Finding

ExternalURIEQ applies the EQ predicate on the "external_uri" field.

func ExternalURIEqualFold

func ExternalURIEqualFold(v string) predicate.Finding

ExternalURIEqualFold applies the EqualFold predicate on the "external_uri" field.

func ExternalURIGT

func ExternalURIGT(v string) predicate.Finding

ExternalURIGT applies the GT predicate on the "external_uri" field.

func ExternalURIGTE

func ExternalURIGTE(v string) predicate.Finding

ExternalURIGTE applies the GTE predicate on the "external_uri" field.

func ExternalURIHasPrefix

func ExternalURIHasPrefix(v string) predicate.Finding

ExternalURIHasPrefix applies the HasPrefix predicate on the "external_uri" field.

func ExternalURIHasSuffix

func ExternalURIHasSuffix(v string) predicate.Finding

ExternalURIHasSuffix applies the HasSuffix predicate on the "external_uri" field.

func ExternalURIIn

func ExternalURIIn(vs ...string) predicate.Finding

ExternalURIIn applies the In predicate on the "external_uri" field.

func ExternalURIIsNil

func ExternalURIIsNil() predicate.Finding

ExternalURIIsNil applies the IsNil predicate on the "external_uri" field.

func ExternalURILT

func ExternalURILT(v string) predicate.Finding

ExternalURILT applies the LT predicate on the "external_uri" field.

func ExternalURILTE

func ExternalURILTE(v string) predicate.Finding

ExternalURILTE applies the LTE predicate on the "external_uri" field.

func ExternalURINEQ

func ExternalURINEQ(v string) predicate.Finding

ExternalURINEQ applies the NEQ predicate on the "external_uri" field.

func ExternalURINotIn

func ExternalURINotIn(vs ...string) predicate.Finding

ExternalURINotIn applies the NotIn predicate on the "external_uri" field.

func ExternalURINotNil

func ExternalURINotNil() predicate.Finding

ExternalURINotNil applies the NotNil predicate on the "external_uri" field.

func FindingClass

func FindingClass(v string) predicate.Finding

FindingClass applies equality check predicate on the "finding_class" field. It's identical to FindingClassEQ.

func FindingClassContains

func FindingClassContains(v string) predicate.Finding

FindingClassContains applies the Contains predicate on the "finding_class" field.

func FindingClassContainsFold

func FindingClassContainsFold(v string) predicate.Finding

FindingClassContainsFold applies the ContainsFold predicate on the "finding_class" field.

func FindingClassEQ

func FindingClassEQ(v string) predicate.Finding

FindingClassEQ applies the EQ predicate on the "finding_class" field.

func FindingClassEqualFold

func FindingClassEqualFold(v string) predicate.Finding

FindingClassEqualFold applies the EqualFold predicate on the "finding_class" field.

func FindingClassGT

func FindingClassGT(v string) predicate.Finding

FindingClassGT applies the GT predicate on the "finding_class" field.

func FindingClassGTE

func FindingClassGTE(v string) predicate.Finding

FindingClassGTE applies the GTE predicate on the "finding_class" field.

func FindingClassHasPrefix

func FindingClassHasPrefix(v string) predicate.Finding

FindingClassHasPrefix applies the HasPrefix predicate on the "finding_class" field.

func FindingClassHasSuffix

func FindingClassHasSuffix(v string) predicate.Finding

FindingClassHasSuffix applies the HasSuffix predicate on the "finding_class" field.

func FindingClassIn

func FindingClassIn(vs ...string) predicate.Finding

FindingClassIn applies the In predicate on the "finding_class" field.

func FindingClassIsNil

func FindingClassIsNil() predicate.Finding

FindingClassIsNil applies the IsNil predicate on the "finding_class" field.

func FindingClassLT

func FindingClassLT(v string) predicate.Finding

FindingClassLT applies the LT predicate on the "finding_class" field.

func FindingClassLTE

func FindingClassLTE(v string) predicate.Finding

FindingClassLTE applies the LTE predicate on the "finding_class" field.

func FindingClassNEQ

func FindingClassNEQ(v string) predicate.Finding

FindingClassNEQ applies the NEQ predicate on the "finding_class" field.

func FindingClassNotIn

func FindingClassNotIn(vs ...string) predicate.Finding

FindingClassNotIn applies the NotIn predicate on the "finding_class" field.

func FindingClassNotNil

func FindingClassNotNil() predicate.Finding

FindingClassNotNil applies the NotNil predicate on the "finding_class" field.

func HasActionPlans

func HasActionPlans() predicate.Finding

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

func HasActionPlansWith

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

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

func HasAssets

func HasAssets() predicate.Finding

HasAssets applies the HasEdge predicate on the "assets" edge.

func HasAssetsWith

func HasAssetsWith(preds ...predicate.Asset) predicate.Finding

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

func HasBlockedGroups

func HasBlockedGroups() predicate.Finding

HasBlockedGroups applies the HasEdge predicate on the "blocked_groups" edge.

func HasBlockedGroupsWith

func HasBlockedGroupsWith(preds ...predicate.Group) predicate.Finding

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

func HasComments

func HasComments() predicate.Finding

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

func HasCommentsWith

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

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

func HasControlMappings

func HasControlMappings() predicate.Finding

HasControlMappings applies the HasEdge predicate on the "control_mappings" edge.

func HasControlMappingsWith

func HasControlMappingsWith(preds ...predicate.FindingControl) predicate.Finding

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

func HasControls

func HasControls() predicate.Finding

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

func HasControlsWith

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

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

func HasEditors

func HasEditors() predicate.Finding

HasEditors applies the HasEdge predicate on the "editors" edge.

func HasEditorsWith

func HasEditorsWith(preds ...predicate.Group) predicate.Finding

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

func HasEntities

func HasEntities() predicate.Finding

HasEntities applies the HasEdge predicate on the "entities" edge.

func HasEntitiesWith

func HasEntitiesWith(preds ...predicate.Entity) predicate.Finding

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

func HasFiles

func HasFiles() predicate.Finding

HasFiles applies the HasEdge predicate on the "files" edge.

func HasFilesWith

func HasFilesWith(preds ...predicate.File) predicate.Finding

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

func HasIntegrations

func HasIntegrations() predicate.Finding

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

func HasIntegrationsWith

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

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

func HasOwner

func HasOwner() predicate.Finding

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

func HasOwnerWith

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

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

func HasPrograms

func HasPrograms() predicate.Finding

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

func HasProgramsWith

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

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

func HasRemediations

func HasRemediations() predicate.Finding

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

func HasRemediationsWith

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

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

func HasReviews

func HasReviews() predicate.Finding

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

func HasReviewsWith

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

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

func HasRisks

func HasRisks() predicate.Finding

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

func HasRisksWith

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

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

func HasScans

func HasScans() predicate.Finding

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

func HasScansWith

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

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

func HasSubcontrols

func HasSubcontrols() predicate.Finding

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

func HasSubcontrolsWith

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

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

func HasTasks

func HasTasks() predicate.Finding

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

func HasTasksWith

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

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

func HasViewers

func HasViewers() predicate.Finding

HasViewers applies the HasEdge predicate on the "viewers" edge.

func HasViewersWith

func HasViewersWith(preds ...predicate.Group) predicate.Finding

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

func HasVulnerabilities

func HasVulnerabilities() predicate.Finding

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

func HasVulnerabilitiesWith

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

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

func HasWorkflowObjectRefs added in v0.46.3

func HasWorkflowObjectRefs() predicate.Finding

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

func HasWorkflowObjectRefsWith added in v0.46.3

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

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

func ID

func ID(id string) predicate.Finding

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Finding

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Finding

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Finding

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Finding

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Finding

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Finding

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Finding

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Finding

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func Impact

func Impact(v float64) predicate.Finding

Impact applies equality check predicate on the "impact" field. It's identical to ImpactEQ.

func ImpactEQ

func ImpactEQ(v float64) predicate.Finding

ImpactEQ applies the EQ predicate on the "impact" field.

func ImpactGT

func ImpactGT(v float64) predicate.Finding

ImpactGT applies the GT predicate on the "impact" field.

func ImpactGTE

func ImpactGTE(v float64) predicate.Finding

ImpactGTE applies the GTE predicate on the "impact" field.

func ImpactIn

func ImpactIn(vs ...float64) predicate.Finding

ImpactIn applies the In predicate on the "impact" field.

func ImpactIsNil

func ImpactIsNil() predicate.Finding

ImpactIsNil applies the IsNil predicate on the "impact" field.

func ImpactLT

func ImpactLT(v float64) predicate.Finding

ImpactLT applies the LT predicate on the "impact" field.

func ImpactLTE

func ImpactLTE(v float64) predicate.Finding

ImpactLTE applies the LTE predicate on the "impact" field.

func ImpactNEQ

func ImpactNEQ(v float64) predicate.Finding

ImpactNEQ applies the NEQ predicate on the "impact" field.

func ImpactNotIn

func ImpactNotIn(vs ...float64) predicate.Finding

ImpactNotIn applies the NotIn predicate on the "impact" field.

func ImpactNotNil

func ImpactNotNil() predicate.Finding

ImpactNotNil applies the NotNil predicate on the "impact" field.

func InternalNotes

func InternalNotes(v string) predicate.Finding

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

func InternalNotesContains

func InternalNotesContains(v string) predicate.Finding

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

func InternalNotesContainsFold

func InternalNotesContainsFold(v string) predicate.Finding

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

func InternalNotesEQ

func InternalNotesEQ(v string) predicate.Finding

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

func InternalNotesEqualFold

func InternalNotesEqualFold(v string) predicate.Finding

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

func InternalNotesGT

func InternalNotesGT(v string) predicate.Finding

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

func InternalNotesGTE

func InternalNotesGTE(v string) predicate.Finding

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

func InternalNotesHasPrefix

func InternalNotesHasPrefix(v string) predicate.Finding

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

func InternalNotesHasSuffix

func InternalNotesHasSuffix(v string) predicate.Finding

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

func InternalNotesIn

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

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

func InternalNotesIsNil

func InternalNotesIsNil() predicate.Finding

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

func InternalNotesLT

func InternalNotesLT(v string) predicate.Finding

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

func InternalNotesLTE

func InternalNotesLTE(v string) predicate.Finding

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

func InternalNotesNEQ

func InternalNotesNEQ(v string) predicate.Finding

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

func InternalNotesNotIn

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

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

func InternalNotesNotNil

func InternalNotesNotNil() predicate.Finding

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

func MetadataIsNil

func MetadataIsNil() predicate.Finding

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

func MetadataNotNil

func MetadataNotNil() predicate.Finding

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

func Not

Not applies the not operator on the given predicate.

func NumericSeverity

func NumericSeverity(v float64) predicate.Finding

NumericSeverity applies equality check predicate on the "numeric_severity" field. It's identical to NumericSeverityEQ.

func NumericSeverityEQ

func NumericSeverityEQ(v float64) predicate.Finding

NumericSeverityEQ applies the EQ predicate on the "numeric_severity" field.

func NumericSeverityGT

func NumericSeverityGT(v float64) predicate.Finding

NumericSeverityGT applies the GT predicate on the "numeric_severity" field.

func NumericSeverityGTE

func NumericSeverityGTE(v float64) predicate.Finding

NumericSeverityGTE applies the GTE predicate on the "numeric_severity" field.

func NumericSeverityIn

func NumericSeverityIn(vs ...float64) predicate.Finding

NumericSeverityIn applies the In predicate on the "numeric_severity" field.

func NumericSeverityIsNil

func NumericSeverityIsNil() predicate.Finding

NumericSeverityIsNil applies the IsNil predicate on the "numeric_severity" field.

func NumericSeverityLT

func NumericSeverityLT(v float64) predicate.Finding

NumericSeverityLT applies the LT predicate on the "numeric_severity" field.

func NumericSeverityLTE

func NumericSeverityLTE(v float64) predicate.Finding

NumericSeverityLTE applies the LTE predicate on the "numeric_severity" field.

func NumericSeverityNEQ

func NumericSeverityNEQ(v float64) predicate.Finding

NumericSeverityNEQ applies the NEQ predicate on the "numeric_severity" field.

func NumericSeverityNotIn

func NumericSeverityNotIn(vs ...float64) predicate.Finding

NumericSeverityNotIn applies the NotIn predicate on the "numeric_severity" field.

func NumericSeverityNotNil

func NumericSeverityNotNil() predicate.Finding

NumericSeverityNotNil applies the NotNil predicate on the "numeric_severity" field.

func Open

func Open(v bool) predicate.Finding

Open applies equality check predicate on the "open" field. It's identical to OpenEQ.

func OpenEQ

func OpenEQ(v bool) predicate.Finding

OpenEQ applies the EQ predicate on the "open" field.

func OpenIsNil

func OpenIsNil() predicate.Finding

OpenIsNil applies the IsNil predicate on the "open" field.

func OpenNEQ

func OpenNEQ(v bool) predicate.Finding

OpenNEQ applies the NEQ predicate on the "open" field.

func OpenNotNil

func OpenNotNil() predicate.Finding

OpenNotNil applies the NotNil predicate on the "open" field.

func Or

func Or(predicates ...predicate.Finding) predicate.Finding

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.Finding

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Finding

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Finding

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Finding

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Finding

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Finding

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Finding

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Finding

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Finding

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Finding

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Finding

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Finding

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Finding

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Finding

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

func Priority

func Priority(v string) predicate.Finding

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

func PriorityContains

func PriorityContains(v string) predicate.Finding

PriorityContains applies the Contains predicate on the "priority" field.

func PriorityContainsFold

func PriorityContainsFold(v string) predicate.Finding

PriorityContainsFold applies the ContainsFold predicate on the "priority" field.

func PriorityEQ

func PriorityEQ(v string) predicate.Finding

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

func PriorityEqualFold

func PriorityEqualFold(v string) predicate.Finding

PriorityEqualFold applies the EqualFold predicate on the "priority" field.

func PriorityGT

func PriorityGT(v string) predicate.Finding

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

func PriorityGTE

func PriorityGTE(v string) predicate.Finding

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

func PriorityHasPrefix

func PriorityHasPrefix(v string) predicate.Finding

PriorityHasPrefix applies the HasPrefix predicate on the "priority" field.

func PriorityHasSuffix

func PriorityHasSuffix(v string) predicate.Finding

PriorityHasSuffix applies the HasSuffix predicate on the "priority" field.

func PriorityIn

func PriorityIn(vs ...string) predicate.Finding

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

func PriorityIsNil

func PriorityIsNil() predicate.Finding

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

func PriorityLT

func PriorityLT(v string) predicate.Finding

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

func PriorityLTE

func PriorityLTE(v string) predicate.Finding

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

func PriorityNEQ

func PriorityNEQ(v string) predicate.Finding

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

func PriorityNotIn

func PriorityNotIn(vs ...string) predicate.Finding

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

func PriorityNotNil

func PriorityNotNil() predicate.Finding

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

func Production

func Production(v bool) predicate.Finding

Production applies equality check predicate on the "production" field. It's identical to ProductionEQ.

func ProductionEQ

func ProductionEQ(v bool) predicate.Finding

ProductionEQ applies the EQ predicate on the "production" field.

func ProductionIsNil

func ProductionIsNil() predicate.Finding

ProductionIsNil applies the IsNil predicate on the "production" field.

func ProductionNEQ

func ProductionNEQ(v bool) predicate.Finding

ProductionNEQ applies the NEQ predicate on the "production" field.

func ProductionNotNil

func ProductionNotNil() predicate.Finding

ProductionNotNil applies the NotNil predicate on the "production" field.

func Public

func Public(v bool) predicate.Finding

Public applies equality check predicate on the "public" field. It's identical to PublicEQ.

func PublicEQ

func PublicEQ(v bool) predicate.Finding

PublicEQ applies the EQ predicate on the "public" field.

func PublicIsNil

func PublicIsNil() predicate.Finding

PublicIsNil applies the IsNil predicate on the "public" field.

func PublicNEQ

func PublicNEQ(v bool) predicate.Finding

PublicNEQ applies the NEQ predicate on the "public" field.

func PublicNotNil

func PublicNotNil() predicate.Finding

PublicNotNil applies the NotNil predicate on the "public" field.

func RawPayloadIsNil

func RawPayloadIsNil() predicate.Finding

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

func RawPayloadNotNil

func RawPayloadNotNil() predicate.Finding

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

func Recommendation

func Recommendation(v string) predicate.Finding

Recommendation applies equality check predicate on the "recommendation" field. It's identical to RecommendationEQ.

func RecommendationContains

func RecommendationContains(v string) predicate.Finding

RecommendationContains applies the Contains predicate on the "recommendation" field.

func RecommendationContainsFold

func RecommendationContainsFold(v string) predicate.Finding

RecommendationContainsFold applies the ContainsFold predicate on the "recommendation" field.

func RecommendationEQ

func RecommendationEQ(v string) predicate.Finding

RecommendationEQ applies the EQ predicate on the "recommendation" field.

func RecommendationEqualFold

func RecommendationEqualFold(v string) predicate.Finding

RecommendationEqualFold applies the EqualFold predicate on the "recommendation" field.

func RecommendationGT

func RecommendationGT(v string) predicate.Finding

RecommendationGT applies the GT predicate on the "recommendation" field.

func RecommendationGTE

func RecommendationGTE(v string) predicate.Finding

RecommendationGTE applies the GTE predicate on the "recommendation" field.

func RecommendationHasPrefix

func RecommendationHasPrefix(v string) predicate.Finding

RecommendationHasPrefix applies the HasPrefix predicate on the "recommendation" field.

func RecommendationHasSuffix

func RecommendationHasSuffix(v string) predicate.Finding

RecommendationHasSuffix applies the HasSuffix predicate on the "recommendation" field.

func RecommendationIn

func RecommendationIn(vs ...string) predicate.Finding

RecommendationIn applies the In predicate on the "recommendation" field.

func RecommendationIsNil

func RecommendationIsNil() predicate.Finding

RecommendationIsNil applies the IsNil predicate on the "recommendation" field.

func RecommendationLT

func RecommendationLT(v string) predicate.Finding

RecommendationLT applies the LT predicate on the "recommendation" field.

func RecommendationLTE

func RecommendationLTE(v string) predicate.Finding

RecommendationLTE applies the LTE predicate on the "recommendation" field.

func RecommendationNEQ

func RecommendationNEQ(v string) predicate.Finding

RecommendationNEQ applies the NEQ predicate on the "recommendation" field.

func RecommendationNotIn

func RecommendationNotIn(vs ...string) predicate.Finding

RecommendationNotIn applies the NotIn predicate on the "recommendation" field.

func RecommendationNotNil

func RecommendationNotNil() predicate.Finding

RecommendationNotNil applies the NotNil predicate on the "recommendation" field.

func RecommendedActions

func RecommendedActions(v string) predicate.Finding

RecommendedActions applies equality check predicate on the "recommended_actions" field. It's identical to RecommendedActionsEQ.

func RecommendedActionsContains

func RecommendedActionsContains(v string) predicate.Finding

RecommendedActionsContains applies the Contains predicate on the "recommended_actions" field.

func RecommendedActionsContainsFold

func RecommendedActionsContainsFold(v string) predicate.Finding

RecommendedActionsContainsFold applies the ContainsFold predicate on the "recommended_actions" field.

func RecommendedActionsEQ

func RecommendedActionsEQ(v string) predicate.Finding

RecommendedActionsEQ applies the EQ predicate on the "recommended_actions" field.

func RecommendedActionsEqualFold

func RecommendedActionsEqualFold(v string) predicate.Finding

RecommendedActionsEqualFold applies the EqualFold predicate on the "recommended_actions" field.

func RecommendedActionsGT

func RecommendedActionsGT(v string) predicate.Finding

RecommendedActionsGT applies the GT predicate on the "recommended_actions" field.

func RecommendedActionsGTE

func RecommendedActionsGTE(v string) predicate.Finding

RecommendedActionsGTE applies the GTE predicate on the "recommended_actions" field.

func RecommendedActionsHasPrefix

func RecommendedActionsHasPrefix(v string) predicate.Finding

RecommendedActionsHasPrefix applies the HasPrefix predicate on the "recommended_actions" field.

func RecommendedActionsHasSuffix

func RecommendedActionsHasSuffix(v string) predicate.Finding

RecommendedActionsHasSuffix applies the HasSuffix predicate on the "recommended_actions" field.

func RecommendedActionsIn

func RecommendedActionsIn(vs ...string) predicate.Finding

RecommendedActionsIn applies the In predicate on the "recommended_actions" field.

func RecommendedActionsIsNil

func RecommendedActionsIsNil() predicate.Finding

RecommendedActionsIsNil applies the IsNil predicate on the "recommended_actions" field.

func RecommendedActionsLT

func RecommendedActionsLT(v string) predicate.Finding

RecommendedActionsLT applies the LT predicate on the "recommended_actions" field.

func RecommendedActionsLTE

func RecommendedActionsLTE(v string) predicate.Finding

RecommendedActionsLTE applies the LTE predicate on the "recommended_actions" field.

func RecommendedActionsNEQ

func RecommendedActionsNEQ(v string) predicate.Finding

RecommendedActionsNEQ applies the NEQ predicate on the "recommended_actions" field.

func RecommendedActionsNotIn

func RecommendedActionsNotIn(vs ...string) predicate.Finding

RecommendedActionsNotIn applies the NotIn predicate on the "recommended_actions" field.

func RecommendedActionsNotNil

func RecommendedActionsNotNil() predicate.Finding

RecommendedActionsNotNil applies the NotNil predicate on the "recommended_actions" field.

func ReferencesIsNil

func ReferencesIsNil() predicate.Finding

ReferencesIsNil applies the IsNil predicate on the "references" field.

func ReferencesNotNil

func ReferencesNotNil() predicate.Finding

ReferencesNotNil applies the NotNil predicate on the "references" field.

func RemediationSLA

func RemediationSLA(v int) predicate.Finding

RemediationSLA applies equality check predicate on the "remediation_sla" field. It's identical to RemediationSLAEQ.

func RemediationSLAEQ

func RemediationSLAEQ(v int) predicate.Finding

RemediationSLAEQ applies the EQ predicate on the "remediation_sla" field.

func RemediationSLAGT

func RemediationSLAGT(v int) predicate.Finding

RemediationSLAGT applies the GT predicate on the "remediation_sla" field.

func RemediationSLAGTE

func RemediationSLAGTE(v int) predicate.Finding

RemediationSLAGTE applies the GTE predicate on the "remediation_sla" field.

func RemediationSLAIn

func RemediationSLAIn(vs ...int) predicate.Finding

RemediationSLAIn applies the In predicate on the "remediation_sla" field.

func RemediationSLAIsNil

func RemediationSLAIsNil() predicate.Finding

RemediationSLAIsNil applies the IsNil predicate on the "remediation_sla" field.

func RemediationSLALT

func RemediationSLALT(v int) predicate.Finding

RemediationSLALT applies the LT predicate on the "remediation_sla" field.

func RemediationSLALTE

func RemediationSLALTE(v int) predicate.Finding

RemediationSLALTE applies the LTE predicate on the "remediation_sla" field.

func RemediationSLANEQ

func RemediationSLANEQ(v int) predicate.Finding

RemediationSLANEQ applies the NEQ predicate on the "remediation_sla" field.

func RemediationSLANotIn

func RemediationSLANotIn(vs ...int) predicate.Finding

RemediationSLANotIn applies the NotIn predicate on the "remediation_sla" field.

func RemediationSLANotNil

func RemediationSLANotNil() predicate.Finding

RemediationSLANotNil applies the NotNil predicate on the "remediation_sla" field.

func ReportedAt

func ReportedAt(v models.DateTime) predicate.Finding

ReportedAt applies equality check predicate on the "reported_at" field. It's identical to ReportedAtEQ.

func ReportedAtEQ

func ReportedAtEQ(v models.DateTime) predicate.Finding

ReportedAtEQ applies the EQ predicate on the "reported_at" field.

func ReportedAtGT

func ReportedAtGT(v models.DateTime) predicate.Finding

ReportedAtGT applies the GT predicate on the "reported_at" field.

func ReportedAtGTE

func ReportedAtGTE(v models.DateTime) predicate.Finding

ReportedAtGTE applies the GTE predicate on the "reported_at" field.

func ReportedAtIn

func ReportedAtIn(vs ...models.DateTime) predicate.Finding

ReportedAtIn applies the In predicate on the "reported_at" field.

func ReportedAtIsNil

func ReportedAtIsNil() predicate.Finding

ReportedAtIsNil applies the IsNil predicate on the "reported_at" field.

func ReportedAtLT

func ReportedAtLT(v models.DateTime) predicate.Finding

ReportedAtLT applies the LT predicate on the "reported_at" field.

func ReportedAtLTE

func ReportedAtLTE(v models.DateTime) predicate.Finding

ReportedAtLTE applies the LTE predicate on the "reported_at" field.

func ReportedAtNEQ

func ReportedAtNEQ(v models.DateTime) predicate.Finding

ReportedAtNEQ applies the NEQ predicate on the "reported_at" field.

func ReportedAtNotIn

func ReportedAtNotIn(vs ...models.DateTime) predicate.Finding

ReportedAtNotIn applies the NotIn predicate on the "reported_at" field.

func ReportedAtNotNil

func ReportedAtNotNil() predicate.Finding

ReportedAtNotNil applies the NotNil predicate on the "reported_at" field.

func ResourceName

func ResourceName(v string) predicate.Finding

ResourceName applies equality check predicate on the "resource_name" field. It's identical to ResourceNameEQ.

func ResourceNameContains

func ResourceNameContains(v string) predicate.Finding

ResourceNameContains applies the Contains predicate on the "resource_name" field.

func ResourceNameContainsFold

func ResourceNameContainsFold(v string) predicate.Finding

ResourceNameContainsFold applies the ContainsFold predicate on the "resource_name" field.

func ResourceNameEQ

func ResourceNameEQ(v string) predicate.Finding

ResourceNameEQ applies the EQ predicate on the "resource_name" field.

func ResourceNameEqualFold

func ResourceNameEqualFold(v string) predicate.Finding

ResourceNameEqualFold applies the EqualFold predicate on the "resource_name" field.

func ResourceNameGT

func ResourceNameGT(v string) predicate.Finding

ResourceNameGT applies the GT predicate on the "resource_name" field.

func ResourceNameGTE

func ResourceNameGTE(v string) predicate.Finding

ResourceNameGTE applies the GTE predicate on the "resource_name" field.

func ResourceNameHasPrefix

func ResourceNameHasPrefix(v string) predicate.Finding

ResourceNameHasPrefix applies the HasPrefix predicate on the "resource_name" field.

func ResourceNameHasSuffix

func ResourceNameHasSuffix(v string) predicate.Finding

ResourceNameHasSuffix applies the HasSuffix predicate on the "resource_name" field.

func ResourceNameIn

func ResourceNameIn(vs ...string) predicate.Finding

ResourceNameIn applies the In predicate on the "resource_name" field.

func ResourceNameIsNil

func ResourceNameIsNil() predicate.Finding

ResourceNameIsNil applies the IsNil predicate on the "resource_name" field.

func ResourceNameLT

func ResourceNameLT(v string) predicate.Finding

ResourceNameLT applies the LT predicate on the "resource_name" field.

func ResourceNameLTE

func ResourceNameLTE(v string) predicate.Finding

ResourceNameLTE applies the LTE predicate on the "resource_name" field.

func ResourceNameNEQ

func ResourceNameNEQ(v string) predicate.Finding

ResourceNameNEQ applies the NEQ predicate on the "resource_name" field.

func ResourceNameNotIn

func ResourceNameNotIn(vs ...string) predicate.Finding

ResourceNameNotIn applies the NotIn predicate on the "resource_name" field.

func ResourceNameNotNil

func ResourceNameNotNil() predicate.Finding

ResourceNameNotNil applies the NotNil predicate on the "resource_name" field.

func Score

func Score(v float64) predicate.Finding

Score applies equality check predicate on the "score" field. It's identical to ScoreEQ.

func ScoreEQ

func ScoreEQ(v float64) predicate.Finding

ScoreEQ applies the EQ predicate on the "score" field.

func ScoreGT

func ScoreGT(v float64) predicate.Finding

ScoreGT applies the GT predicate on the "score" field.

func ScoreGTE

func ScoreGTE(v float64) predicate.Finding

ScoreGTE applies the GTE predicate on the "score" field.

func ScoreIn

func ScoreIn(vs ...float64) predicate.Finding

ScoreIn applies the In predicate on the "score" field.

func ScoreIsNil

func ScoreIsNil() predicate.Finding

ScoreIsNil applies the IsNil predicate on the "score" field.

func ScoreLT

func ScoreLT(v float64) predicate.Finding

ScoreLT applies the LT predicate on the "score" field.

func ScoreLTE

func ScoreLTE(v float64) predicate.Finding

ScoreLTE applies the LTE predicate on the "score" field.

func ScoreNEQ

func ScoreNEQ(v float64) predicate.Finding

ScoreNEQ applies the NEQ predicate on the "score" field.

func ScoreNotIn

func ScoreNotIn(vs ...float64) predicate.Finding

ScoreNotIn applies the NotIn predicate on the "score" field.

func ScoreNotNil

func ScoreNotNil() predicate.Finding

ScoreNotNil applies the NotNil predicate on the "score" field.

func Severity

func Severity(v string) predicate.Finding

Severity applies equality check predicate on the "severity" field. It's identical to SeverityEQ.

func SeverityContains

func SeverityContains(v string) predicate.Finding

SeverityContains applies the Contains predicate on the "severity" field.

func SeverityContainsFold

func SeverityContainsFold(v string) predicate.Finding

SeverityContainsFold applies the ContainsFold predicate on the "severity" field.

func SeverityEQ

func SeverityEQ(v string) predicate.Finding

SeverityEQ applies the EQ predicate on the "severity" field.

func SeverityEqualFold

func SeverityEqualFold(v string) predicate.Finding

SeverityEqualFold applies the EqualFold predicate on the "severity" field.

func SeverityGT

func SeverityGT(v string) predicate.Finding

SeverityGT applies the GT predicate on the "severity" field.

func SeverityGTE

func SeverityGTE(v string) predicate.Finding

SeverityGTE applies the GTE predicate on the "severity" field.

func SeverityHasPrefix

func SeverityHasPrefix(v string) predicate.Finding

SeverityHasPrefix applies the HasPrefix predicate on the "severity" field.

func SeverityHasSuffix

func SeverityHasSuffix(v string) predicate.Finding

SeverityHasSuffix applies the HasSuffix predicate on the "severity" field.

func SeverityIn

func SeverityIn(vs ...string) predicate.Finding

SeverityIn applies the In predicate on the "severity" field.

func SeverityIsNil

func SeverityIsNil() predicate.Finding

SeverityIsNil applies the IsNil predicate on the "severity" field.

func SeverityLT

func SeverityLT(v string) predicate.Finding

SeverityLT applies the LT predicate on the "severity" field.

func SeverityLTE

func SeverityLTE(v string) predicate.Finding

SeverityLTE applies the LTE predicate on the "severity" field.

func SeverityNEQ

func SeverityNEQ(v string) predicate.Finding

SeverityNEQ applies the NEQ predicate on the "severity" field.

func SeverityNotIn

func SeverityNotIn(vs ...string) predicate.Finding

SeverityNotIn applies the NotIn predicate on the "severity" field.

func SeverityNotNil

func SeverityNotNil() predicate.Finding

SeverityNotNil applies the NotNil predicate on the "severity" field.

func Source

func Source(v string) predicate.Finding

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

func SourceContains

func SourceContains(v string) predicate.Finding

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

func SourceContainsFold

func SourceContainsFold(v string) predicate.Finding

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

func SourceEQ

func SourceEQ(v string) predicate.Finding

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

func SourceEqualFold

func SourceEqualFold(v string) predicate.Finding

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

func SourceGT

func SourceGT(v string) predicate.Finding

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

func SourceGTE

func SourceGTE(v string) predicate.Finding

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

func SourceHasPrefix

func SourceHasPrefix(v string) predicate.Finding

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

func SourceHasSuffix

func SourceHasSuffix(v string) predicate.Finding

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

func SourceIn

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

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

func SourceIsNil

func SourceIsNil() predicate.Finding

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

func SourceLT

func SourceLT(v string) predicate.Finding

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

func SourceLTE

func SourceLTE(v string) predicate.Finding

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

func SourceNEQ

func SourceNEQ(v string) predicate.Finding

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

func SourceNotIn

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

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

func SourceNotNil

func SourceNotNil() predicate.Finding

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

func SourceUpdatedAt

func SourceUpdatedAt(v models.DateTime) predicate.Finding

SourceUpdatedAt applies equality check predicate on the "source_updated_at" field. It's identical to SourceUpdatedAtEQ.

func SourceUpdatedAtEQ

func SourceUpdatedAtEQ(v models.DateTime) predicate.Finding

SourceUpdatedAtEQ applies the EQ predicate on the "source_updated_at" field.

func SourceUpdatedAtGT

func SourceUpdatedAtGT(v models.DateTime) predicate.Finding

SourceUpdatedAtGT applies the GT predicate on the "source_updated_at" field.

func SourceUpdatedAtGTE

func SourceUpdatedAtGTE(v models.DateTime) predicate.Finding

SourceUpdatedAtGTE applies the GTE predicate on the "source_updated_at" field.

func SourceUpdatedAtIn

func SourceUpdatedAtIn(vs ...models.DateTime) predicate.Finding

SourceUpdatedAtIn applies the In predicate on the "source_updated_at" field.

func SourceUpdatedAtIsNil

func SourceUpdatedAtIsNil() predicate.Finding

SourceUpdatedAtIsNil applies the IsNil predicate on the "source_updated_at" field.

func SourceUpdatedAtLT

func SourceUpdatedAtLT(v models.DateTime) predicate.Finding

SourceUpdatedAtLT applies the LT predicate on the "source_updated_at" field.

func SourceUpdatedAtLTE

func SourceUpdatedAtLTE(v models.DateTime) predicate.Finding

SourceUpdatedAtLTE applies the LTE predicate on the "source_updated_at" field.

func SourceUpdatedAtNEQ

func SourceUpdatedAtNEQ(v models.DateTime) predicate.Finding

SourceUpdatedAtNEQ applies the NEQ predicate on the "source_updated_at" field.

func SourceUpdatedAtNotIn

func SourceUpdatedAtNotIn(vs ...models.DateTime) predicate.Finding

SourceUpdatedAtNotIn applies the NotIn predicate on the "source_updated_at" field.

func SourceUpdatedAtNotNil

func SourceUpdatedAtNotNil() predicate.Finding

SourceUpdatedAtNotNil applies the NotNil predicate on the "source_updated_at" field.

func State

func State(v string) predicate.Finding

State applies equality check predicate on the "state" field. It's identical to StateEQ.

func StateContains

func StateContains(v string) predicate.Finding

StateContains applies the Contains predicate on the "state" field.

func StateContainsFold

func StateContainsFold(v string) predicate.Finding

StateContainsFold applies the ContainsFold predicate on the "state" field.

func StateEQ

func StateEQ(v string) predicate.Finding

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

func StateEqualFold

func StateEqualFold(v string) predicate.Finding

StateEqualFold applies the EqualFold predicate on the "state" field.

func StateGT

func StateGT(v string) predicate.Finding

StateGT applies the GT predicate on the "state" field.

func StateGTE

func StateGTE(v string) predicate.Finding

StateGTE applies the GTE predicate on the "state" field.

func StateHasPrefix

func StateHasPrefix(v string) predicate.Finding

StateHasPrefix applies the HasPrefix predicate on the "state" field.

func StateHasSuffix

func StateHasSuffix(v string) predicate.Finding

StateHasSuffix applies the HasSuffix predicate on the "state" field.

func StateIn

func StateIn(vs ...string) predicate.Finding

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

func StateIsNil

func StateIsNil() predicate.Finding

StateIsNil applies the IsNil predicate on the "state" field.

func StateLT

func StateLT(v string) predicate.Finding

StateLT applies the LT predicate on the "state" field.

func StateLTE

func StateLTE(v string) predicate.Finding

StateLTE applies the LTE predicate on the "state" field.

func StateNEQ

func StateNEQ(v string) predicate.Finding

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

func StateNotIn

func StateNotIn(vs ...string) predicate.Finding

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

func StateNotNil

func StateNotNil() predicate.Finding

StateNotNil applies the NotNil predicate on the "state" field.

func Status

func Status(v string) predicate.Finding

Status applies equality check predicate on the "status" field. It's identical to StatusEQ.

func StatusContains

func StatusContains(v string) predicate.Finding

StatusContains applies the Contains predicate on the "status" field.

func StatusContainsFold

func StatusContainsFold(v string) predicate.Finding

StatusContainsFold applies the ContainsFold predicate on the "status" field.

func StatusEQ

func StatusEQ(v string) predicate.Finding

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

func StatusEqualFold

func StatusEqualFold(v string) predicate.Finding

StatusEqualFold applies the EqualFold predicate on the "status" field.

func StatusGT

func StatusGT(v string) predicate.Finding

StatusGT applies the GT predicate on the "status" field.

func StatusGTE

func StatusGTE(v string) predicate.Finding

StatusGTE applies the GTE predicate on the "status" field.

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.Finding

StatusHasPrefix applies the HasPrefix predicate on the "status" field.

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.Finding

StatusHasSuffix applies the HasSuffix predicate on the "status" field.

func StatusIn

func StatusIn(vs ...string) predicate.Finding

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

func StatusIsNil

func StatusIsNil() predicate.Finding

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

func StatusLT

func StatusLT(v string) predicate.Finding

StatusLT applies the LT predicate on the "status" field.

func StatusLTE

func StatusLTE(v string) predicate.Finding

StatusLTE applies the LTE predicate on the "status" field.

func StatusNEQ

func StatusNEQ(v string) predicate.Finding

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

func StatusNotIn

func StatusNotIn(vs ...string) predicate.Finding

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

func StatusNotNil

func StatusNotNil() predicate.Finding

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

func StepsToReproduceIsNil

func StepsToReproduceIsNil() predicate.Finding

StepsToReproduceIsNil applies the IsNil predicate on the "steps_to_reproduce" field.

func StepsToReproduceNotNil

func StepsToReproduceNotNil() predicate.Finding

StepsToReproduceNotNil applies the NotNil predicate on the "steps_to_reproduce" field.

func SystemInternalID

func SystemInternalID(v string) predicate.Finding

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

func SystemInternalIDContains

func SystemInternalIDContains(v string) predicate.Finding

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

func SystemInternalIDContainsFold

func SystemInternalIDContainsFold(v string) predicate.Finding

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

func SystemInternalIDEQ

func SystemInternalIDEQ(v string) predicate.Finding

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

func SystemInternalIDEqualFold

func SystemInternalIDEqualFold(v string) predicate.Finding

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

func SystemInternalIDGT

func SystemInternalIDGT(v string) predicate.Finding

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

func SystemInternalIDGTE

func SystemInternalIDGTE(v string) predicate.Finding

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

func SystemInternalIDHasPrefix

func SystemInternalIDHasPrefix(v string) predicate.Finding

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

func SystemInternalIDHasSuffix

func SystemInternalIDHasSuffix(v string) predicate.Finding

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

func SystemInternalIDIn

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

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

func SystemInternalIDIsNil

func SystemInternalIDIsNil() predicate.Finding

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

func SystemInternalIDLT

func SystemInternalIDLT(v string) predicate.Finding

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

func SystemInternalIDLTE

func SystemInternalIDLTE(v string) predicate.Finding

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

func SystemInternalIDNEQ

func SystemInternalIDNEQ(v string) predicate.Finding

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

func SystemInternalIDNotIn

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

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

func SystemInternalIDNotNil

func SystemInternalIDNotNil() predicate.Finding

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

func SystemOwned

func SystemOwned(v bool) predicate.Finding

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

func SystemOwnedEQ

func SystemOwnedEQ(v bool) predicate.Finding

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

func SystemOwnedIsNil

func SystemOwnedIsNil() predicate.Finding

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

func SystemOwnedNEQ

func SystemOwnedNEQ(v bool) predicate.Finding

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

func SystemOwnedNotNil

func SystemOwnedNotNil() predicate.Finding

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

func TagsIsNil

func TagsIsNil() predicate.Finding

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

func TagsNotNil

func TagsNotNil() predicate.Finding

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

func TargetDetailsIsNil

func TargetDetailsIsNil() predicate.Finding

TargetDetailsIsNil applies the IsNil predicate on the "target_details" field.

func TargetDetailsNotNil

func TargetDetailsNotNil() predicate.Finding

TargetDetailsNotNil applies the NotNil predicate on the "target_details" field.

func TargetsIsNil

func TargetsIsNil() predicate.Finding

TargetsIsNil applies the IsNil predicate on the "targets" field.

func TargetsNotNil

func TargetsNotNil() predicate.Finding

TargetsNotNil applies the NotNil predicate on the "targets" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Finding

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Finding

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Finding

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Finding

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Finding

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Finding

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Finding

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Finding

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Finding

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

func UpdatedBy

func UpdatedBy(v string) predicate.Finding

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Finding

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Finding

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Finding

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Finding

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Finding

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Finding

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Finding

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Finding

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Finding

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Finding

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Finding

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Finding

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Finding

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

func ValidColumn

func ValidColumn(column string) bool

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

func Validated

func Validated(v bool) predicate.Finding

Validated applies equality check predicate on the "validated" field. It's identical to ValidatedEQ.

func ValidatedEQ

func ValidatedEQ(v bool) predicate.Finding

ValidatedEQ applies the EQ predicate on the "validated" field.

func ValidatedIsNil

func ValidatedIsNil() predicate.Finding

ValidatedIsNil applies the IsNil predicate on the "validated" field.

func ValidatedNEQ

func ValidatedNEQ(v bool) predicate.Finding

ValidatedNEQ applies the NEQ predicate on the "validated" field.

func ValidatedNotNil

func ValidatedNotNil() predicate.Finding

ValidatedNotNil applies the NotNil predicate on the "validated" field.

func Vector

func Vector(v string) predicate.Finding

Vector applies equality check predicate on the "vector" field. It's identical to VectorEQ.

func VectorContains

func VectorContains(v string) predicate.Finding

VectorContains applies the Contains predicate on the "vector" field.

func VectorContainsFold

func VectorContainsFold(v string) predicate.Finding

VectorContainsFold applies the ContainsFold predicate on the "vector" field.

func VectorEQ

func VectorEQ(v string) predicate.Finding

VectorEQ applies the EQ predicate on the "vector" field.

func VectorEqualFold

func VectorEqualFold(v string) predicate.Finding

VectorEqualFold applies the EqualFold predicate on the "vector" field.

func VectorGT

func VectorGT(v string) predicate.Finding

VectorGT applies the GT predicate on the "vector" field.

func VectorGTE

func VectorGTE(v string) predicate.Finding

VectorGTE applies the GTE predicate on the "vector" field.

func VectorHasPrefix

func VectorHasPrefix(v string) predicate.Finding

VectorHasPrefix applies the HasPrefix predicate on the "vector" field.

func VectorHasSuffix

func VectorHasSuffix(v string) predicate.Finding

VectorHasSuffix applies the HasSuffix predicate on the "vector" field.

func VectorIn

func VectorIn(vs ...string) predicate.Finding

VectorIn applies the In predicate on the "vector" field.

func VectorIsNil

func VectorIsNil() predicate.Finding

VectorIsNil applies the IsNil predicate on the "vector" field.

func VectorLT

func VectorLT(v string) predicate.Finding

VectorLT applies the LT predicate on the "vector" field.

func VectorLTE

func VectorLTE(v string) predicate.Finding

VectorLTE applies the LTE predicate on the "vector" field.

func VectorNEQ

func VectorNEQ(v string) predicate.Finding

VectorNEQ applies the NEQ predicate on the "vector" field.

func VectorNotIn

func VectorNotIn(vs ...string) predicate.Finding

VectorNotIn applies the NotIn predicate on the "vector" field.

func VectorNotNil

func VectorNotNil() predicate.Finding

VectorNotNil applies the NotNil predicate on the "vector" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Finding queries.

func ByActionPlans

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

ByActionPlans orders the results by action_plans terms.

func ByActionPlansCount

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

ByActionPlansCount orders the results by action_plans count.

func ByAssessmentID

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

ByAssessmentID orders the results by the assessment_id field.

func ByAssets

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

ByAssets orders the results by assets terms.

func ByAssetsCount

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

ByAssetsCount orders the results by assets count.

func ByBlockedGroups

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

ByBlockedGroups orders the results by blocked_groups terms.

func ByBlockedGroupsCount

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

ByBlockedGroupsCount orders the results by blocked_groups count.

func ByBlocksProduction

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

ByBlocksProduction orders the results by the blocks_production field.

func ByCategory

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

ByCategory orders the results by the category field.

func ByComments

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

ByComments orders the results by comments terms.

func ByCommentsCount

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

ByCommentsCount orders the results by comments count.

func ByControlMappings

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

ByControlMappings orders the results by control_mappings terms.

func ByControlMappingsCount

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

ByControlMappingsCount orders the results by control_mappings count.

func ByControls

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

ByControls orders the results by controls terms.

func ByControlsCount

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

ByControlsCount orders the results by controls count.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDisplayID

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

ByDisplayID orders the results by the display_id field.

func ByDisplayName

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

ByDisplayName orders the results by the display_name field.

func ByEditors

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

ByEditors orders the results by editors terms.

func ByEditorsCount

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

ByEditorsCount orders the results by editors count.

func ByEntities

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

ByEntities orders the results by entities terms.

func ByEntitiesCount

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

ByEntitiesCount orders the results by entities count.

func ByEventTime

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

ByEventTime orders the results by the event_time field.

func ByExploitability

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

ByExploitability orders the results by the exploitability field.

func ByExternalID

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

ByExternalID orders the results by the external_id field.

func ByExternalOwnerID

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

ByExternalOwnerID orders the results by the external_owner_id field.

func ByExternalURI

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

ByExternalURI orders the results by the external_uri field.

func ByFiles

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

ByFiles orders the results by files terms.

func ByFilesCount

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

ByFilesCount orders the results by files count.

func ByFindingClass

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

ByFindingClass orders the results by the finding_class field.

func ByID

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

ByID orders the results by the id field.

func ByImpact

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

ByImpact orders the results by the impact field.

func ByIntegrations

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

ByIntegrations orders the results by integrations terms.

func ByIntegrationsCount

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

ByIntegrationsCount orders the results by integrations count.

func ByInternalNotes

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

ByInternalNotes orders the results by the internal_notes field.

func ByNumericSeverity

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

ByNumericSeverity orders the results by the numeric_severity field.

func ByOpen

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

ByOpen orders the results by the open field.

func ByOwnerField

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

ByOwnerField orders the results by owner field.

func ByOwnerID

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

ByOwnerID orders the results by the owner_id field.

func ByPriority

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

ByPriority orders the results by the priority field.

func ByProduction

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

ByProduction orders the results by the production field.

func ByPrograms

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

ByPrograms orders the results by programs terms.

func ByProgramsCount

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

ByProgramsCount orders the results by programs count.

func ByPublic

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

ByPublic orders the results by the public field.

func ByRecommendation

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

ByRecommendation orders the results by the recommendation field.

func ByRecommendedActions

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

ByRecommendedActions orders the results by the recommended_actions field.

func ByRemediationSLA

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

ByRemediationSLA orders the results by the remediation_sla field.

func ByRemediations

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

ByRemediations orders the results by remediations terms.

func ByRemediationsCount

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

ByRemediationsCount orders the results by remediations count.

func ByReportedAt

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

ByReportedAt orders the results by the reported_at field.

func ByResourceName

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

ByResourceName orders the results by the resource_name field.

func ByReviews

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

ByReviews orders the results by reviews terms.

func ByReviewsCount

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

ByReviewsCount orders the results by reviews count.

func ByRisks

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

ByRisks orders the results by risks terms.

func ByRisksCount

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

ByRisksCount orders the results by risks count.

func ByScans

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

ByScans orders the results by scans terms.

func ByScansCount

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

ByScansCount orders the results by scans count.

func ByScore

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

ByScore orders the results by the score field.

func BySeverity

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

BySeverity orders the results by the severity field.

func BySource

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

BySource orders the results by the source field.

func BySourceUpdatedAt

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

BySourceUpdatedAt orders the results by the source_updated_at field.

func ByState

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

ByState orders the results by the state field.

func ByStatus

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

ByStatus orders the results by the status field.

func BySubcontrols

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

BySubcontrols orders the results by subcontrols terms.

func BySubcontrolsCount

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

BySubcontrolsCount orders the results by subcontrols count.

func BySystemInternalID

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

BySystemInternalID orders the results by the system_internal_id field.

func BySystemOwned

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

BySystemOwned orders the results by the system_owned field.

func ByTasks

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

ByTasks orders the results by tasks terms.

func ByTasksCount

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

ByTasksCount orders the results by tasks count.

func 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 ByValidated

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

ByValidated orders the results by the validated field.

func ByVector

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

ByVector orders the results by the vector field.

func ByViewers

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

ByViewers orders the results by viewers terms.

func ByViewersCount

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

ByViewersCount orders the results by viewers count.

func ByVulnerabilities

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

ByVulnerabilities orders the results by vulnerabilities terms.

func ByVulnerabilitiesCount

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

ByVulnerabilitiesCount orders the results by vulnerabilities count.

func ByWorkflowObjectRefs added in v0.46.3

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

ByWorkflowObjectRefs orders the results by workflow_object_refs terms.

func ByWorkflowObjectRefsCount added in v0.46.3

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

ByWorkflowObjectRefsCount orders the results by workflow_object_refs count.

Jump to

Keyboard shortcuts

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