scan

package
v2.4.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the scan type in the database.
	Label = "scan"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldUpdatedByImpersonator holds the string denoting the updated_by_impersonator field in the database.
	FieldUpdatedByImpersonator = "updated_by_impersonator"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// 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"
	// FieldReviewedBy holds the string denoting the reviewed_by field in the database.
	FieldReviewedBy = "reviewed_by"
	// FieldReviewedByUserID holds the string denoting the reviewed_by_user_id field in the database.
	FieldReviewedByUserID = "reviewed_by_user_id"
	// FieldReviewedByGroupID holds the string denoting the reviewed_by_group_id field in the database.
	FieldReviewedByGroupID = "reviewed_by_group_id"
	// FieldAssignedTo holds the string denoting the assigned_to field in the database.
	FieldAssignedTo = "assigned_to"
	// FieldAssignedToUserID holds the string denoting the assigned_to_user_id field in the database.
	FieldAssignedToUserID = "assigned_to_user_id"
	// FieldAssignedToGroupID holds the string denoting the assigned_to_group_id field in the database.
	FieldAssignedToGroupID = "assigned_to_group_id"
	// FieldEnvironmentName holds the string denoting the environment_name field in the database.
	FieldEnvironmentName = "environment_name"
	// FieldEnvironmentID holds the string denoting the environment_id field in the database.
	FieldEnvironmentID = "environment_id"
	// FieldScopeName holds the string denoting the scope_name field in the database.
	FieldScopeName = "scope_name"
	// FieldScopeID holds the string denoting the scope_id field in the database.
	FieldScopeID = "scope_id"
	// FieldTarget holds the string denoting the target field in the database.
	FieldTarget = "target"
	// FieldScanType holds the string denoting the scan_type field in the database.
	FieldScanType = "scan_type"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// FieldScanDate holds the string denoting the scan_date field in the database.
	FieldScanDate = "scan_date"
	// FieldScanSchedule holds the string denoting the scan_schedule field in the database.
	FieldScanSchedule = "scan_schedule"
	// FieldNextScanRunAt holds the string denoting the next_scan_run_at field in the database.
	FieldNextScanRunAt = "next_scan_run_at"
	// FieldPerformedBy holds the string denoting the performed_by field in the database.
	FieldPerformedBy = "performed_by"
	// FieldPerformedByUserID holds the string denoting the performed_by_user_id field in the database.
	FieldPerformedByUserID = "performed_by_user_id"
	// FieldPerformedByGroupID holds the string denoting the performed_by_group_id field in the database.
	FieldPerformedByGroupID = "performed_by_group_id"
	// FieldGeneratedByPlatformID holds the string denoting the generated_by_platform_id field in the database.
	FieldGeneratedByPlatformID = "generated_by_platform_id"
	// FieldDiscoveredVulnerabilityIds holds the string denoting the discovered_vulnerability_ids field in the database.
	FieldDiscoveredVulnerabilityIds = "discovered_vulnerability_ids"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// 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"
	// EdgeReviewedByUser holds the string denoting the reviewed_by_user edge name in mutations.
	EdgeReviewedByUser = "reviewed_by_user"
	// EdgeReviewedByGroup holds the string denoting the reviewed_by_group edge name in mutations.
	EdgeReviewedByGroup = "reviewed_by_group"
	// EdgeAssignedToUser holds the string denoting the assigned_to_user edge name in mutations.
	EdgeAssignedToUser = "assigned_to_user"
	// EdgeAssignedToGroup holds the string denoting the assigned_to_group edge name in mutations.
	EdgeAssignedToGroup = "assigned_to_group"
	// EdgeEnvironment holds the string denoting the environment edge name in mutations.
	EdgeEnvironment = "environment"
	// EdgeScope holds the string denoting the scope edge name in mutations.
	EdgeScope = "scope"
	// 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"
	// EdgeEvidence holds the string denoting the evidence edge name in mutations.
	EdgeEvidence = "evidence"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeRemediations holds the string denoting the remediations edge name in mutations.
	EdgeRemediations = "remediations"
	// EdgeActionPlans holds the string denoting the action_plans edge name in mutations.
	EdgeActionPlans = "action_plans"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgePlatforms holds the string denoting the platforms edge name in mutations.
	EdgePlatforms = "platforms"
	// EdgeVulnerabilities holds the string denoting the vulnerabilities edge name in mutations.
	EdgeVulnerabilities = "vulnerabilities"
	// 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"
	// EdgeFindings holds the string denoting the findings edge name in mutations.
	EdgeFindings = "findings"
	// EdgeGeneratedByPlatform holds the string denoting the generated_by_platform edge name in mutations.
	EdgeGeneratedByPlatform = "generated_by_platform"
	// EdgePerformedByUser holds the string denoting the performed_by_user edge name in mutations.
	EdgePerformedByUser = "performed_by_user"
	// EdgePerformedByGroup holds the string denoting the performed_by_group edge name in mutations.
	EdgePerformedByGroup = "performed_by_group"
	// Table holds the table name of the scan in the database.
	Table = "scans"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "scans"
	// 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. The primary key declared below.
	BlockedGroupsTable = "scan_blocked_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"
	// EditorsTable is the table that holds the editors relation/edge. The primary key declared below.
	EditorsTable = "scan_editors"
	// 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"
	// ReviewedByUserTable is the table that holds the reviewed_by_user relation/edge.
	ReviewedByUserTable = "scans"
	// ReviewedByUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	ReviewedByUserInverseTable = "users"
	// ReviewedByUserColumn is the table column denoting the reviewed_by_user relation/edge.
	ReviewedByUserColumn = "reviewed_by_user_id"
	// ReviewedByGroupTable is the table that holds the reviewed_by_group relation/edge.
	ReviewedByGroupTable = "scans"
	// ReviewedByGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ReviewedByGroupInverseTable = "groups"
	// ReviewedByGroupColumn is the table column denoting the reviewed_by_group relation/edge.
	ReviewedByGroupColumn = "reviewed_by_group_id"
	// AssignedToUserTable is the table that holds the assigned_to_user relation/edge.
	AssignedToUserTable = "scans"
	// AssignedToUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	AssignedToUserInverseTable = "users"
	// AssignedToUserColumn is the table column denoting the assigned_to_user relation/edge.
	AssignedToUserColumn = "assigned_to_user_id"
	// AssignedToGroupTable is the table that holds the assigned_to_group relation/edge.
	AssignedToGroupTable = "scans"
	// AssignedToGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	AssignedToGroupInverseTable = "groups"
	// AssignedToGroupColumn is the table column denoting the assigned_to_group relation/edge.
	AssignedToGroupColumn = "assigned_to_group_id"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "scans"
	// EnvironmentInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	EnvironmentInverseTable = "custom_type_enums"
	// EnvironmentColumn is the table column denoting the environment relation/edge.
	EnvironmentColumn = "environment_id"
	// ScopeTable is the table that holds the scope relation/edge.
	ScopeTable = "scans"
	// ScopeInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	ScopeInverseTable = "custom_type_enums"
	// ScopeColumn is the table column denoting the scope relation/edge.
	ScopeColumn = "scope_id"
	// AssetsTable is the table that holds the assets relation/edge. The primary key declared below.
	AssetsTable = "scan_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"
	// EntitiesTable is the table that holds the entities relation/edge. The primary key declared below.
	EntitiesTable = "scan_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"
	// EvidenceTable is the table that holds the evidence relation/edge. The primary key declared below.
	EvidenceTable = "scan_evidence"
	// EvidenceInverseTable is the table name for the Evidence entity.
	// It exists in this package in order to avoid circular dependency with the "evidence" package.
	EvidenceInverseTable = "evidences"
	// FilesTable is the table that holds the files relation/edge. The primary key declared below.
	FilesTable = "scan_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"
	// RemediationsTable is the table that holds the remediations relation/edge. The primary key declared below.
	RemediationsTable = "scan_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"
	// ActionPlansTable is the table that holds the action_plans relation/edge. The primary key declared below.
	ActionPlansTable = "scan_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"
	// TasksTable is the table that holds the tasks relation/edge. The primary key declared below.
	TasksTable = "scan_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"
	// PlatformsTable is the table that holds the platforms relation/edge. The primary key declared below.
	PlatformsTable = "platform_scans"
	// PlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformsInverseTable = "platforms"
	// VulnerabilitiesTable is the table that holds the vulnerabilities relation/edge. The primary key declared below.
	VulnerabilitiesTable = "vulnerability_scans"
	// 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"
	// ControlsTable is the table that holds the controls relation/edge. The primary key declared below.
	ControlsTable = "control_scans"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// SubcontrolsTable is the table that holds the subcontrols relation/edge. The primary key declared below.
	SubcontrolsTable = "subcontrol_scans"
	// 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"
	// FindingsTable is the table that holds the findings relation/edge. The primary key declared below.
	FindingsTable = "finding_scans"
	// FindingsInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingsInverseTable = "findings"
	// GeneratedByPlatformTable is the table that holds the generated_by_platform relation/edge.
	GeneratedByPlatformTable = "scans"
	// GeneratedByPlatformInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	GeneratedByPlatformInverseTable = "platforms"
	// GeneratedByPlatformColumn is the table column denoting the generated_by_platform relation/edge.
	GeneratedByPlatformColumn = "generated_by_platform_id"
	// PerformedByUserTable is the table that holds the performed_by_user relation/edge.
	PerformedByUserTable = "scans"
	// PerformedByUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	PerformedByUserInverseTable = "users"
	// PerformedByUserColumn is the table column denoting the performed_by_user relation/edge.
	PerformedByUserColumn = "performed_by_user_id"
	// PerformedByGroupTable is the table that holds the performed_by_group relation/edge.
	PerformedByGroupTable = "scans"
	// PerformedByGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	PerformedByGroupInverseTable = "groups"
	// PerformedByGroupColumn is the table column denoting the performed_by_group relation/edge.
	PerformedByGroupColumn = "performed_by_group_id"
)
View Source
const DefaultScanType enums.ScanType = "DOMAIN"
View Source
const DefaultStatus enums.ScanStatus = "PENDING"

Variables

View Source
var (
	// BlockedGroupsPrimaryKey and BlockedGroupsColumn2 are the table columns denoting the
	// primary key for the blocked_groups relation (M2M).
	BlockedGroupsPrimaryKey = []string{"scan_id", "group_id"}
	// EditorsPrimaryKey and EditorsColumn2 are the table columns denoting the
	// primary key for the editors relation (M2M).
	EditorsPrimaryKey = []string{"scan_id", "group_id"}
	// AssetsPrimaryKey and AssetsColumn2 are the table columns denoting the
	// primary key for the assets relation (M2M).
	AssetsPrimaryKey = []string{"scan_id", "asset_id"}
	// EntitiesPrimaryKey and EntitiesColumn2 are the table columns denoting the
	// primary key for the entities relation (M2M).
	EntitiesPrimaryKey = []string{"scan_id", "entity_id"}
	// EvidencePrimaryKey and EvidenceColumn2 are the table columns denoting the
	// primary key for the evidence relation (M2M).
	EvidencePrimaryKey = []string{"scan_id", "evidence_id"}
	// FilesPrimaryKey and FilesColumn2 are the table columns denoting the
	// primary key for the files relation (M2M).
	FilesPrimaryKey = []string{"scan_id", "file_id"}
	// RemediationsPrimaryKey and RemediationsColumn2 are the table columns denoting the
	// primary key for the remediations relation (M2M).
	RemediationsPrimaryKey = []string{"scan_id", "remediation_id"}
	// ActionPlansPrimaryKey and ActionPlansColumn2 are the table columns denoting the
	// primary key for the action_plans relation (M2M).
	ActionPlansPrimaryKey = []string{"scan_id", "action_plan_id"}
	// TasksPrimaryKey and TasksColumn2 are the table columns denoting the
	// primary key for the tasks relation (M2M).
	TasksPrimaryKey = []string{"scan_id", "task_id"}
	// PlatformsPrimaryKey and PlatformsColumn2 are the table columns denoting the
	// primary key for the platforms relation (M2M).
	PlatformsPrimaryKey = []string{"platform_id", "scan_id"}
	// VulnerabilitiesPrimaryKey and VulnerabilitiesColumn2 are the table columns denoting the
	// primary key for the vulnerabilities relation (M2M).
	VulnerabilitiesPrimaryKey = []string{"vulnerability_id", "scan_id"}
	// ControlsPrimaryKey and ControlsColumn2 are the table columns denoting the
	// primary key for the controls relation (M2M).
	ControlsPrimaryKey = []string{"control_id", "scan_id"}
	// SubcontrolsPrimaryKey and SubcontrolsColumn2 are the table columns denoting the
	// primary key for the subcontrols relation (M2M).
	SubcontrolsPrimaryKey = []string{"subcontrol_id", "scan_id"}
	// FindingsPrimaryKey and FindingsColumn2 are the table columns denoting the
	// primary key for the findings relation (M2M).
	FindingsPrimaryKey = []string{"finding_id", "scan_id"}
)
View Source
var (
	Hooks        [12]ent.Hook
	Interceptors [4]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// 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
	// TargetValidator is a validator for the "target" field. It is called by the builders before save.
	TargetValidator func(string) error
	// ScanScheduleValidator is a validator for the "scan_schedule" field. It is called by the builders before save.
	ScanScheduleValidator func(string) error
	// DefaultDiscoveredVulnerabilityIds holds the default value on creation for the "discovered_vulnerability_ids" field.
	DefaultDiscoveredVulnerabilityIds []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/v2/internal/ent/generated/runtime"

Columns holds all SQL columns for scan fields.

View Source
var ForeignKeys = []string{
	"risk_scans",
}

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

Functions

func And

func And(predicates ...predicate.Scan) predicate.Scan

And groups predicates with the AND operator between them.

func AssignedTo

func AssignedTo(v string) predicate.Scan

AssignedTo applies equality check predicate on the "assigned_to" field. It's identical to AssignedToEQ.

func AssignedToContains

func AssignedToContains(v string) predicate.Scan

AssignedToContains applies the Contains predicate on the "assigned_to" field.

func AssignedToContainsFold

func AssignedToContainsFold(v string) predicate.Scan

AssignedToContainsFold applies the ContainsFold predicate on the "assigned_to" field.

func AssignedToEQ

func AssignedToEQ(v string) predicate.Scan

AssignedToEQ applies the EQ predicate on the "assigned_to" field.

func AssignedToEqualFold

func AssignedToEqualFold(v string) predicate.Scan

AssignedToEqualFold applies the EqualFold predicate on the "assigned_to" field.

func AssignedToGT

func AssignedToGT(v string) predicate.Scan

AssignedToGT applies the GT predicate on the "assigned_to" field.

func AssignedToGTE

func AssignedToGTE(v string) predicate.Scan

AssignedToGTE applies the GTE predicate on the "assigned_to" field.

func AssignedToGroupID

func AssignedToGroupID(v string) predicate.Scan

AssignedToGroupID applies equality check predicate on the "assigned_to_group_id" field. It's identical to AssignedToGroupIDEQ.

func AssignedToGroupIDContains

func AssignedToGroupIDContains(v string) predicate.Scan

AssignedToGroupIDContains applies the Contains predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDContainsFold

func AssignedToGroupIDContainsFold(v string) predicate.Scan

AssignedToGroupIDContainsFold applies the ContainsFold predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDEQ

func AssignedToGroupIDEQ(v string) predicate.Scan

AssignedToGroupIDEQ applies the EQ predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDEqualFold

func AssignedToGroupIDEqualFold(v string) predicate.Scan

AssignedToGroupIDEqualFold applies the EqualFold predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDGT

func AssignedToGroupIDGT(v string) predicate.Scan

AssignedToGroupIDGT applies the GT predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDGTE

func AssignedToGroupIDGTE(v string) predicate.Scan

AssignedToGroupIDGTE applies the GTE predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDHasPrefix

func AssignedToGroupIDHasPrefix(v string) predicate.Scan

AssignedToGroupIDHasPrefix applies the HasPrefix predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDHasSuffix

func AssignedToGroupIDHasSuffix(v string) predicate.Scan

AssignedToGroupIDHasSuffix applies the HasSuffix predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDIn

func AssignedToGroupIDIn(vs ...string) predicate.Scan

AssignedToGroupIDIn applies the In predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDIsNil

func AssignedToGroupIDIsNil() predicate.Scan

AssignedToGroupIDIsNil applies the IsNil predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDLT

func AssignedToGroupIDLT(v string) predicate.Scan

AssignedToGroupIDLT applies the LT predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDLTE

func AssignedToGroupIDLTE(v string) predicate.Scan

AssignedToGroupIDLTE applies the LTE predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDNEQ

func AssignedToGroupIDNEQ(v string) predicate.Scan

AssignedToGroupIDNEQ applies the NEQ predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDNotIn

func AssignedToGroupIDNotIn(vs ...string) predicate.Scan

AssignedToGroupIDNotIn applies the NotIn predicate on the "assigned_to_group_id" field.

func AssignedToGroupIDNotNil

func AssignedToGroupIDNotNil() predicate.Scan

AssignedToGroupIDNotNil applies the NotNil predicate on the "assigned_to_group_id" field.

func AssignedToHasPrefix

func AssignedToHasPrefix(v string) predicate.Scan

AssignedToHasPrefix applies the HasPrefix predicate on the "assigned_to" field.

func AssignedToHasSuffix

func AssignedToHasSuffix(v string) predicate.Scan

AssignedToHasSuffix applies the HasSuffix predicate on the "assigned_to" field.

func AssignedToIn

func AssignedToIn(vs ...string) predicate.Scan

AssignedToIn applies the In predicate on the "assigned_to" field.

func AssignedToIsNil

func AssignedToIsNil() predicate.Scan

AssignedToIsNil applies the IsNil predicate on the "assigned_to" field.

func AssignedToLT

func AssignedToLT(v string) predicate.Scan

AssignedToLT applies the LT predicate on the "assigned_to" field.

func AssignedToLTE

func AssignedToLTE(v string) predicate.Scan

AssignedToLTE applies the LTE predicate on the "assigned_to" field.

func AssignedToNEQ

func AssignedToNEQ(v string) predicate.Scan

AssignedToNEQ applies the NEQ predicate on the "assigned_to" field.

func AssignedToNotIn

func AssignedToNotIn(vs ...string) predicate.Scan

AssignedToNotIn applies the NotIn predicate on the "assigned_to" field.

func AssignedToNotNil

func AssignedToNotNil() predicate.Scan

AssignedToNotNil applies the NotNil predicate on the "assigned_to" field.

func AssignedToUserID

func AssignedToUserID(v string) predicate.Scan

AssignedToUserID applies equality check predicate on the "assigned_to_user_id" field. It's identical to AssignedToUserIDEQ.

func AssignedToUserIDContains

func AssignedToUserIDContains(v string) predicate.Scan

AssignedToUserIDContains applies the Contains predicate on the "assigned_to_user_id" field.

func AssignedToUserIDContainsFold

func AssignedToUserIDContainsFold(v string) predicate.Scan

AssignedToUserIDContainsFold applies the ContainsFold predicate on the "assigned_to_user_id" field.

func AssignedToUserIDEQ

func AssignedToUserIDEQ(v string) predicate.Scan

AssignedToUserIDEQ applies the EQ predicate on the "assigned_to_user_id" field.

func AssignedToUserIDEqualFold

func AssignedToUserIDEqualFold(v string) predicate.Scan

AssignedToUserIDEqualFold applies the EqualFold predicate on the "assigned_to_user_id" field.

func AssignedToUserIDGT

func AssignedToUserIDGT(v string) predicate.Scan

AssignedToUserIDGT applies the GT predicate on the "assigned_to_user_id" field.

func AssignedToUserIDGTE

func AssignedToUserIDGTE(v string) predicate.Scan

AssignedToUserIDGTE applies the GTE predicate on the "assigned_to_user_id" field.

func AssignedToUserIDHasPrefix

func AssignedToUserIDHasPrefix(v string) predicate.Scan

AssignedToUserIDHasPrefix applies the HasPrefix predicate on the "assigned_to_user_id" field.

func AssignedToUserIDHasSuffix

func AssignedToUserIDHasSuffix(v string) predicate.Scan

AssignedToUserIDHasSuffix applies the HasSuffix predicate on the "assigned_to_user_id" field.

func AssignedToUserIDIn

func AssignedToUserIDIn(vs ...string) predicate.Scan

AssignedToUserIDIn applies the In predicate on the "assigned_to_user_id" field.

func AssignedToUserIDIsNil

func AssignedToUserIDIsNil() predicate.Scan

AssignedToUserIDIsNil applies the IsNil predicate on the "assigned_to_user_id" field.

func AssignedToUserIDLT

func AssignedToUserIDLT(v string) predicate.Scan

AssignedToUserIDLT applies the LT predicate on the "assigned_to_user_id" field.

func AssignedToUserIDLTE

func AssignedToUserIDLTE(v string) predicate.Scan

AssignedToUserIDLTE applies the LTE predicate on the "assigned_to_user_id" field.

func AssignedToUserIDNEQ

func AssignedToUserIDNEQ(v string) predicate.Scan

AssignedToUserIDNEQ applies the NEQ predicate on the "assigned_to_user_id" field.

func AssignedToUserIDNotIn

func AssignedToUserIDNotIn(vs ...string) predicate.Scan

AssignedToUserIDNotIn applies the NotIn predicate on the "assigned_to_user_id" field.

func AssignedToUserIDNotNil

func AssignedToUserIDNotNil() predicate.Scan

AssignedToUserIDNotNil applies the NotNil predicate on the "assigned_to_user_id" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Scan

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Scan

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Scan

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Scan

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Scan

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Scan

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Scan

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Scan

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Scan

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

func CreatedBy

func CreatedBy(v string) predicate.Scan

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

func CreatedByContains

func CreatedByContains(v string) predicate.Scan

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Scan

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Scan

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Scan

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

func CreatedByGT

func CreatedByGT(v string) predicate.Scan

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Scan

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Scan

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Scan

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Scan

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

func CreatedByLT

func CreatedByLT(v string) predicate.Scan

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Scan

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Scan

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Scan

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

func DeletedAt

func DeletedAt(v time.Time) predicate.Scan

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Scan

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Scan

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Scan

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Scan

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Scan

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Scan

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Scan

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Scan

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

func DeletedBy

func DeletedBy(v string) predicate.Scan

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

func DeletedByContains

func DeletedByContains(v string) predicate.Scan

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Scan

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Scan

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Scan

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

func DeletedByGT

func DeletedByGT(v string) predicate.Scan

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Scan

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Scan

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Scan

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Scan

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

func DeletedByLT

func DeletedByLT(v string) predicate.Scan

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Scan

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Scan

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Scan

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

func DiscoveredVulnerabilityIdsIsNil

func DiscoveredVulnerabilityIdsIsNil() predicate.Scan

DiscoveredVulnerabilityIdsIsNil applies the IsNil predicate on the "discovered_vulnerability_ids" field.

func DiscoveredVulnerabilityIdsNotNil

func DiscoveredVulnerabilityIdsNotNil() predicate.Scan

DiscoveredVulnerabilityIdsNotNil applies the NotNil predicate on the "discovered_vulnerability_ids" field.

func EnvironmentID

func EnvironmentID(v string) predicate.Scan

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

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.Scan

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

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.Scan

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

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.Scan

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

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.Scan

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

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.Scan

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

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.Scan

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

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.Scan

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

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.Scan

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

func EnvironmentIDIn

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

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

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.Scan

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

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.Scan

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

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.Scan

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

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.Scan

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

func EnvironmentIDNotIn

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

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

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.Scan

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

func EnvironmentName

func EnvironmentName(v string) predicate.Scan

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

func EnvironmentNameContains

func EnvironmentNameContains(v string) predicate.Scan

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

func EnvironmentNameContainsFold

func EnvironmentNameContainsFold(v string) predicate.Scan

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

func EnvironmentNameEQ

func EnvironmentNameEQ(v string) predicate.Scan

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

func EnvironmentNameEqualFold

func EnvironmentNameEqualFold(v string) predicate.Scan

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

func EnvironmentNameGT

func EnvironmentNameGT(v string) predicate.Scan

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

func EnvironmentNameGTE

func EnvironmentNameGTE(v string) predicate.Scan

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

func EnvironmentNameHasPrefix

func EnvironmentNameHasPrefix(v string) predicate.Scan

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

func EnvironmentNameHasSuffix

func EnvironmentNameHasSuffix(v string) predicate.Scan

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

func EnvironmentNameIn

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

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

func EnvironmentNameIsNil

func EnvironmentNameIsNil() predicate.Scan

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

func EnvironmentNameLT

func EnvironmentNameLT(v string) predicate.Scan

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

func EnvironmentNameLTE

func EnvironmentNameLTE(v string) predicate.Scan

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

func EnvironmentNameNEQ

func EnvironmentNameNEQ(v string) predicate.Scan

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

func EnvironmentNameNotIn

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

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

func EnvironmentNameNotNil

func EnvironmentNameNotNil() predicate.Scan

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

func GeneratedByPlatformID

func GeneratedByPlatformID(v string) predicate.Scan

GeneratedByPlatformID applies equality check predicate on the "generated_by_platform_id" field. It's identical to GeneratedByPlatformIDEQ.

func GeneratedByPlatformIDContains

func GeneratedByPlatformIDContains(v string) predicate.Scan

GeneratedByPlatformIDContains applies the Contains predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDContainsFold

func GeneratedByPlatformIDContainsFold(v string) predicate.Scan

GeneratedByPlatformIDContainsFold applies the ContainsFold predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDEQ

func GeneratedByPlatformIDEQ(v string) predicate.Scan

GeneratedByPlatformIDEQ applies the EQ predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDEqualFold

func GeneratedByPlatformIDEqualFold(v string) predicate.Scan

GeneratedByPlatformIDEqualFold applies the EqualFold predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDGT

func GeneratedByPlatformIDGT(v string) predicate.Scan

GeneratedByPlatformIDGT applies the GT predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDGTE

func GeneratedByPlatformIDGTE(v string) predicate.Scan

GeneratedByPlatformIDGTE applies the GTE predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDHasPrefix

func GeneratedByPlatformIDHasPrefix(v string) predicate.Scan

GeneratedByPlatformIDHasPrefix applies the HasPrefix predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDHasSuffix

func GeneratedByPlatformIDHasSuffix(v string) predicate.Scan

GeneratedByPlatformIDHasSuffix applies the HasSuffix predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDIn

func GeneratedByPlatformIDIn(vs ...string) predicate.Scan

GeneratedByPlatformIDIn applies the In predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDIsNil

func GeneratedByPlatformIDIsNil() predicate.Scan

GeneratedByPlatformIDIsNil applies the IsNil predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDLT

func GeneratedByPlatformIDLT(v string) predicate.Scan

GeneratedByPlatformIDLT applies the LT predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDLTE

func GeneratedByPlatformIDLTE(v string) predicate.Scan

GeneratedByPlatformIDLTE applies the LTE predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDNEQ

func GeneratedByPlatformIDNEQ(v string) predicate.Scan

GeneratedByPlatformIDNEQ applies the NEQ predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDNotIn

func GeneratedByPlatformIDNotIn(vs ...string) predicate.Scan

GeneratedByPlatformIDNotIn applies the NotIn predicate on the "generated_by_platform_id" field.

func GeneratedByPlatformIDNotNil

func GeneratedByPlatformIDNotNil() predicate.Scan

GeneratedByPlatformIDNotNil applies the NotNil predicate on the "generated_by_platform_id" field.

func HasActionPlans

func HasActionPlans() predicate.Scan

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

func HasActionPlansWith

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

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

func HasAssets

func HasAssets() predicate.Scan

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

func HasAssetsWith

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

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

func HasAssignedToGroup

func HasAssignedToGroup() predicate.Scan

HasAssignedToGroup applies the HasEdge predicate on the "assigned_to_group" edge.

func HasAssignedToGroupWith

func HasAssignedToGroupWith(preds ...predicate.Group) predicate.Scan

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

func HasAssignedToUser

func HasAssignedToUser() predicate.Scan

HasAssignedToUser applies the HasEdge predicate on the "assigned_to_user" edge.

func HasAssignedToUserWith

func HasAssignedToUserWith(preds ...predicate.User) predicate.Scan

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

func HasBlockedGroups

func HasBlockedGroups() predicate.Scan

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

func HasBlockedGroupsWith

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

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

func HasControls

func HasControls() predicate.Scan

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

func HasControlsWith

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

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

func HasEditors

func HasEditors() predicate.Scan

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

func HasEditorsWith

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

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

func HasEntities

func HasEntities() predicate.Scan

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

func HasEntitiesWith

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

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

func HasEnvironment

func HasEnvironment() predicate.Scan

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

func HasEnvironmentWith

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

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

func HasEvidence

func HasEvidence() predicate.Scan

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

func HasEvidenceWith

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

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

func HasFiles

func HasFiles() predicate.Scan

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

func HasFilesWith

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

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

func HasFindings

func HasFindings() predicate.Scan

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

func HasFindingsWith

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

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

func HasGeneratedByPlatform

func HasGeneratedByPlatform() predicate.Scan

HasGeneratedByPlatform applies the HasEdge predicate on the "generated_by_platform" edge.

func HasGeneratedByPlatformWith

func HasGeneratedByPlatformWith(preds ...predicate.Platform) predicate.Scan

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

func HasOwner

func HasOwner() predicate.Scan

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

func HasOwnerWith

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

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

func HasPerformedByGroup

func HasPerformedByGroup() predicate.Scan

HasPerformedByGroup applies the HasEdge predicate on the "performed_by_group" edge.

func HasPerformedByGroupWith

func HasPerformedByGroupWith(preds ...predicate.Group) predicate.Scan

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

func HasPerformedByUser

func HasPerformedByUser() predicate.Scan

HasPerformedByUser applies the HasEdge predicate on the "performed_by_user" edge.

func HasPerformedByUserWith

func HasPerformedByUserWith(preds ...predicate.User) predicate.Scan

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

func HasPlatforms

func HasPlatforms() predicate.Scan

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

func HasPlatformsWith

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

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

func HasRemediations

func HasRemediations() predicate.Scan

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

func HasRemediationsWith

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

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

func HasReviewedByGroup

func HasReviewedByGroup() predicate.Scan

HasReviewedByGroup applies the HasEdge predicate on the "reviewed_by_group" edge.

func HasReviewedByGroupWith

func HasReviewedByGroupWith(preds ...predicate.Group) predicate.Scan

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

func HasReviewedByUser

func HasReviewedByUser() predicate.Scan

HasReviewedByUser applies the HasEdge predicate on the "reviewed_by_user" edge.

func HasReviewedByUserWith

func HasReviewedByUserWith(preds ...predicate.User) predicate.Scan

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

func HasScope

func HasScope() predicate.Scan

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

func HasScopeWith

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

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

func HasSubcontrols

func HasSubcontrols() predicate.Scan

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

func HasSubcontrolsWith

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

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

func HasTasks

func HasTasks() predicate.Scan

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

func HasTasksWith

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

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

func HasVulnerabilities

func HasVulnerabilities() predicate.Scan

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

func HasVulnerabilitiesWith

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

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

func ID

func ID(id string) predicate.Scan

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Scan

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Scan

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Scan

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Scan

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Scan

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Scan

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Scan

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Scan

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func InternalNotes

func InternalNotes(v string) predicate.Scan

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

func InternalNotesContains

func InternalNotesContains(v string) predicate.Scan

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

func InternalNotesContainsFold

func InternalNotesContainsFold(v string) predicate.Scan

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

func InternalNotesEQ

func InternalNotesEQ(v string) predicate.Scan

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

func InternalNotesEqualFold

func InternalNotesEqualFold(v string) predicate.Scan

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

func InternalNotesGT

func InternalNotesGT(v string) predicate.Scan

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

func InternalNotesGTE

func InternalNotesGTE(v string) predicate.Scan

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

func InternalNotesHasPrefix

func InternalNotesHasPrefix(v string) predicate.Scan

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

func InternalNotesHasSuffix

func InternalNotesHasSuffix(v string) predicate.Scan

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

func InternalNotesIn

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

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

func InternalNotesIsNil

func InternalNotesIsNil() predicate.Scan

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

func InternalNotesLT

func InternalNotesLT(v string) predicate.Scan

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

func InternalNotesLTE

func InternalNotesLTE(v string) predicate.Scan

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

func InternalNotesNEQ

func InternalNotesNEQ(v string) predicate.Scan

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

func InternalNotesNotIn

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

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

func InternalNotesNotNil

func InternalNotesNotNil() predicate.Scan

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

func MetadataIsNil

func MetadataIsNil() predicate.Scan

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

func MetadataNotNil

func MetadataNotNil() predicate.Scan

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

func NextScanRunAt

func NextScanRunAt(v models.DateTime) predicate.Scan

NextScanRunAt applies equality check predicate on the "next_scan_run_at" field. It's identical to NextScanRunAtEQ.

func NextScanRunAtEQ

func NextScanRunAtEQ(v models.DateTime) predicate.Scan

NextScanRunAtEQ applies the EQ predicate on the "next_scan_run_at" field.

func NextScanRunAtGT

func NextScanRunAtGT(v models.DateTime) predicate.Scan

NextScanRunAtGT applies the GT predicate on the "next_scan_run_at" field.

func NextScanRunAtGTE

func NextScanRunAtGTE(v models.DateTime) predicate.Scan

NextScanRunAtGTE applies the GTE predicate on the "next_scan_run_at" field.

func NextScanRunAtIn

func NextScanRunAtIn(vs ...models.DateTime) predicate.Scan

NextScanRunAtIn applies the In predicate on the "next_scan_run_at" field.

func NextScanRunAtIsNil

func NextScanRunAtIsNil() predicate.Scan

NextScanRunAtIsNil applies the IsNil predicate on the "next_scan_run_at" field.

func NextScanRunAtLT

func NextScanRunAtLT(v models.DateTime) predicate.Scan

NextScanRunAtLT applies the LT predicate on the "next_scan_run_at" field.

func NextScanRunAtLTE

func NextScanRunAtLTE(v models.DateTime) predicate.Scan

NextScanRunAtLTE applies the LTE predicate on the "next_scan_run_at" field.

func NextScanRunAtNEQ

func NextScanRunAtNEQ(v models.DateTime) predicate.Scan

NextScanRunAtNEQ applies the NEQ predicate on the "next_scan_run_at" field.

func NextScanRunAtNotIn

func NextScanRunAtNotIn(vs ...models.DateTime) predicate.Scan

NextScanRunAtNotIn applies the NotIn predicate on the "next_scan_run_at" field.

func NextScanRunAtNotNil

func NextScanRunAtNotNil() predicate.Scan

NextScanRunAtNotNil applies the NotNil predicate on the "next_scan_run_at" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Scan) predicate.Scan

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.Scan

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Scan

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Scan

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Scan

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Scan

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Scan

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Scan

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Scan

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Scan

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Scan

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Scan

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Scan

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Scan

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Scan

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

func PerformedBy

func PerformedBy(v string) predicate.Scan

PerformedBy applies equality check predicate on the "performed_by" field. It's identical to PerformedByEQ.

func PerformedByContains

func PerformedByContains(v string) predicate.Scan

PerformedByContains applies the Contains predicate on the "performed_by" field.

func PerformedByContainsFold

func PerformedByContainsFold(v string) predicate.Scan

PerformedByContainsFold applies the ContainsFold predicate on the "performed_by" field.

func PerformedByEQ

func PerformedByEQ(v string) predicate.Scan

PerformedByEQ applies the EQ predicate on the "performed_by" field.

func PerformedByEqualFold

func PerformedByEqualFold(v string) predicate.Scan

PerformedByEqualFold applies the EqualFold predicate on the "performed_by" field.

func PerformedByGT

func PerformedByGT(v string) predicate.Scan

PerformedByGT applies the GT predicate on the "performed_by" field.

func PerformedByGTE

func PerformedByGTE(v string) predicate.Scan

PerformedByGTE applies the GTE predicate on the "performed_by" field.

func PerformedByGroupID

func PerformedByGroupID(v string) predicate.Scan

PerformedByGroupID applies equality check predicate on the "performed_by_group_id" field. It's identical to PerformedByGroupIDEQ.

func PerformedByGroupIDContains

func PerformedByGroupIDContains(v string) predicate.Scan

PerformedByGroupIDContains applies the Contains predicate on the "performed_by_group_id" field.

func PerformedByGroupIDContainsFold

func PerformedByGroupIDContainsFold(v string) predicate.Scan

PerformedByGroupIDContainsFold applies the ContainsFold predicate on the "performed_by_group_id" field.

func PerformedByGroupIDEQ

func PerformedByGroupIDEQ(v string) predicate.Scan

PerformedByGroupIDEQ applies the EQ predicate on the "performed_by_group_id" field.

func PerformedByGroupIDEqualFold

func PerformedByGroupIDEqualFold(v string) predicate.Scan

PerformedByGroupIDEqualFold applies the EqualFold predicate on the "performed_by_group_id" field.

func PerformedByGroupIDGT

func PerformedByGroupIDGT(v string) predicate.Scan

PerformedByGroupIDGT applies the GT predicate on the "performed_by_group_id" field.

func PerformedByGroupIDGTE

func PerformedByGroupIDGTE(v string) predicate.Scan

PerformedByGroupIDGTE applies the GTE predicate on the "performed_by_group_id" field.

func PerformedByGroupIDHasPrefix

func PerformedByGroupIDHasPrefix(v string) predicate.Scan

PerformedByGroupIDHasPrefix applies the HasPrefix predicate on the "performed_by_group_id" field.

func PerformedByGroupIDHasSuffix

func PerformedByGroupIDHasSuffix(v string) predicate.Scan

PerformedByGroupIDHasSuffix applies the HasSuffix predicate on the "performed_by_group_id" field.

func PerformedByGroupIDIn

func PerformedByGroupIDIn(vs ...string) predicate.Scan

PerformedByGroupIDIn applies the In predicate on the "performed_by_group_id" field.

func PerformedByGroupIDIsNil

func PerformedByGroupIDIsNil() predicate.Scan

PerformedByGroupIDIsNil applies the IsNil predicate on the "performed_by_group_id" field.

func PerformedByGroupIDLT

func PerformedByGroupIDLT(v string) predicate.Scan

PerformedByGroupIDLT applies the LT predicate on the "performed_by_group_id" field.

func PerformedByGroupIDLTE

func PerformedByGroupIDLTE(v string) predicate.Scan

PerformedByGroupIDLTE applies the LTE predicate on the "performed_by_group_id" field.

func PerformedByGroupIDNEQ

func PerformedByGroupIDNEQ(v string) predicate.Scan

PerformedByGroupIDNEQ applies the NEQ predicate on the "performed_by_group_id" field.

func PerformedByGroupIDNotIn

func PerformedByGroupIDNotIn(vs ...string) predicate.Scan

PerformedByGroupIDNotIn applies the NotIn predicate on the "performed_by_group_id" field.

func PerformedByGroupIDNotNil

func PerformedByGroupIDNotNil() predicate.Scan

PerformedByGroupIDNotNil applies the NotNil predicate on the "performed_by_group_id" field.

func PerformedByHasPrefix

func PerformedByHasPrefix(v string) predicate.Scan

PerformedByHasPrefix applies the HasPrefix predicate on the "performed_by" field.

func PerformedByHasSuffix

func PerformedByHasSuffix(v string) predicate.Scan

PerformedByHasSuffix applies the HasSuffix predicate on the "performed_by" field.

func PerformedByIn

func PerformedByIn(vs ...string) predicate.Scan

PerformedByIn applies the In predicate on the "performed_by" field.

func PerformedByIsNil

func PerformedByIsNil() predicate.Scan

PerformedByIsNil applies the IsNil predicate on the "performed_by" field.

func PerformedByLT

func PerformedByLT(v string) predicate.Scan

PerformedByLT applies the LT predicate on the "performed_by" field.

func PerformedByLTE

func PerformedByLTE(v string) predicate.Scan

PerformedByLTE applies the LTE predicate on the "performed_by" field.

func PerformedByNEQ

func PerformedByNEQ(v string) predicate.Scan

PerformedByNEQ applies the NEQ predicate on the "performed_by" field.

func PerformedByNotIn

func PerformedByNotIn(vs ...string) predicate.Scan

PerformedByNotIn applies the NotIn predicate on the "performed_by" field.

func PerformedByNotNil

func PerformedByNotNil() predicate.Scan

PerformedByNotNil applies the NotNil predicate on the "performed_by" field.

func PerformedByUserID

func PerformedByUserID(v string) predicate.Scan

PerformedByUserID applies equality check predicate on the "performed_by_user_id" field. It's identical to PerformedByUserIDEQ.

func PerformedByUserIDContains

func PerformedByUserIDContains(v string) predicate.Scan

PerformedByUserIDContains applies the Contains predicate on the "performed_by_user_id" field.

func PerformedByUserIDContainsFold

func PerformedByUserIDContainsFold(v string) predicate.Scan

PerformedByUserIDContainsFold applies the ContainsFold predicate on the "performed_by_user_id" field.

func PerformedByUserIDEQ

func PerformedByUserIDEQ(v string) predicate.Scan

PerformedByUserIDEQ applies the EQ predicate on the "performed_by_user_id" field.

func PerformedByUserIDEqualFold

func PerformedByUserIDEqualFold(v string) predicate.Scan

PerformedByUserIDEqualFold applies the EqualFold predicate on the "performed_by_user_id" field.

func PerformedByUserIDGT

func PerformedByUserIDGT(v string) predicate.Scan

PerformedByUserIDGT applies the GT predicate on the "performed_by_user_id" field.

func PerformedByUserIDGTE

func PerformedByUserIDGTE(v string) predicate.Scan

PerformedByUserIDGTE applies the GTE predicate on the "performed_by_user_id" field.

func PerformedByUserIDHasPrefix

func PerformedByUserIDHasPrefix(v string) predicate.Scan

PerformedByUserIDHasPrefix applies the HasPrefix predicate on the "performed_by_user_id" field.

func PerformedByUserIDHasSuffix

func PerformedByUserIDHasSuffix(v string) predicate.Scan

PerformedByUserIDHasSuffix applies the HasSuffix predicate on the "performed_by_user_id" field.

func PerformedByUserIDIn

func PerformedByUserIDIn(vs ...string) predicate.Scan

PerformedByUserIDIn applies the In predicate on the "performed_by_user_id" field.

func PerformedByUserIDIsNil

func PerformedByUserIDIsNil() predicate.Scan

PerformedByUserIDIsNil applies the IsNil predicate on the "performed_by_user_id" field.

func PerformedByUserIDLT

func PerformedByUserIDLT(v string) predicate.Scan

PerformedByUserIDLT applies the LT predicate on the "performed_by_user_id" field.

func PerformedByUserIDLTE

func PerformedByUserIDLTE(v string) predicate.Scan

PerformedByUserIDLTE applies the LTE predicate on the "performed_by_user_id" field.

func PerformedByUserIDNEQ

func PerformedByUserIDNEQ(v string) predicate.Scan

PerformedByUserIDNEQ applies the NEQ predicate on the "performed_by_user_id" field.

func PerformedByUserIDNotIn

func PerformedByUserIDNotIn(vs ...string) predicate.Scan

PerformedByUserIDNotIn applies the NotIn predicate on the "performed_by_user_id" field.

func PerformedByUserIDNotNil

func PerformedByUserIDNotNil() predicate.Scan

PerformedByUserIDNotNil applies the NotNil predicate on the "performed_by_user_id" field.

func ReviewedBy

func ReviewedBy(v string) predicate.Scan

ReviewedBy applies equality check predicate on the "reviewed_by" field. It's identical to ReviewedByEQ.

func ReviewedByContains

func ReviewedByContains(v string) predicate.Scan

ReviewedByContains applies the Contains predicate on the "reviewed_by" field.

func ReviewedByContainsFold

func ReviewedByContainsFold(v string) predicate.Scan

ReviewedByContainsFold applies the ContainsFold predicate on the "reviewed_by" field.

func ReviewedByEQ

func ReviewedByEQ(v string) predicate.Scan

ReviewedByEQ applies the EQ predicate on the "reviewed_by" field.

func ReviewedByEqualFold

func ReviewedByEqualFold(v string) predicate.Scan

ReviewedByEqualFold applies the EqualFold predicate on the "reviewed_by" field.

func ReviewedByGT

func ReviewedByGT(v string) predicate.Scan

ReviewedByGT applies the GT predicate on the "reviewed_by" field.

func ReviewedByGTE

func ReviewedByGTE(v string) predicate.Scan

ReviewedByGTE applies the GTE predicate on the "reviewed_by" field.

func ReviewedByGroupID

func ReviewedByGroupID(v string) predicate.Scan

ReviewedByGroupID applies equality check predicate on the "reviewed_by_group_id" field. It's identical to ReviewedByGroupIDEQ.

func ReviewedByGroupIDContains

func ReviewedByGroupIDContains(v string) predicate.Scan

ReviewedByGroupIDContains applies the Contains predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDContainsFold

func ReviewedByGroupIDContainsFold(v string) predicate.Scan

ReviewedByGroupIDContainsFold applies the ContainsFold predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDEQ

func ReviewedByGroupIDEQ(v string) predicate.Scan

ReviewedByGroupIDEQ applies the EQ predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDEqualFold

func ReviewedByGroupIDEqualFold(v string) predicate.Scan

ReviewedByGroupIDEqualFold applies the EqualFold predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDGT

func ReviewedByGroupIDGT(v string) predicate.Scan

ReviewedByGroupIDGT applies the GT predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDGTE

func ReviewedByGroupIDGTE(v string) predicate.Scan

ReviewedByGroupIDGTE applies the GTE predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDHasPrefix

func ReviewedByGroupIDHasPrefix(v string) predicate.Scan

ReviewedByGroupIDHasPrefix applies the HasPrefix predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDHasSuffix

func ReviewedByGroupIDHasSuffix(v string) predicate.Scan

ReviewedByGroupIDHasSuffix applies the HasSuffix predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDIn

func ReviewedByGroupIDIn(vs ...string) predicate.Scan

ReviewedByGroupIDIn applies the In predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDIsNil

func ReviewedByGroupIDIsNil() predicate.Scan

ReviewedByGroupIDIsNil applies the IsNil predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDLT

func ReviewedByGroupIDLT(v string) predicate.Scan

ReviewedByGroupIDLT applies the LT predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDLTE

func ReviewedByGroupIDLTE(v string) predicate.Scan

ReviewedByGroupIDLTE applies the LTE predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDNEQ

func ReviewedByGroupIDNEQ(v string) predicate.Scan

ReviewedByGroupIDNEQ applies the NEQ predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDNotIn

func ReviewedByGroupIDNotIn(vs ...string) predicate.Scan

ReviewedByGroupIDNotIn applies the NotIn predicate on the "reviewed_by_group_id" field.

func ReviewedByGroupIDNotNil

func ReviewedByGroupIDNotNil() predicate.Scan

ReviewedByGroupIDNotNil applies the NotNil predicate on the "reviewed_by_group_id" field.

func ReviewedByHasPrefix

func ReviewedByHasPrefix(v string) predicate.Scan

ReviewedByHasPrefix applies the HasPrefix predicate on the "reviewed_by" field.

func ReviewedByHasSuffix

func ReviewedByHasSuffix(v string) predicate.Scan

ReviewedByHasSuffix applies the HasSuffix predicate on the "reviewed_by" field.

func ReviewedByIn

func ReviewedByIn(vs ...string) predicate.Scan

ReviewedByIn applies the In predicate on the "reviewed_by" field.

func ReviewedByIsNil

func ReviewedByIsNil() predicate.Scan

ReviewedByIsNil applies the IsNil predicate on the "reviewed_by" field.

func ReviewedByLT

func ReviewedByLT(v string) predicate.Scan

ReviewedByLT applies the LT predicate on the "reviewed_by" field.

func ReviewedByLTE

func ReviewedByLTE(v string) predicate.Scan

ReviewedByLTE applies the LTE predicate on the "reviewed_by" field.

func ReviewedByNEQ

func ReviewedByNEQ(v string) predicate.Scan

ReviewedByNEQ applies the NEQ predicate on the "reviewed_by" field.

func ReviewedByNotIn

func ReviewedByNotIn(vs ...string) predicate.Scan

ReviewedByNotIn applies the NotIn predicate on the "reviewed_by" field.

func ReviewedByNotNil

func ReviewedByNotNil() predicate.Scan

ReviewedByNotNil applies the NotNil predicate on the "reviewed_by" field.

func ReviewedByUserID

func ReviewedByUserID(v string) predicate.Scan

ReviewedByUserID applies equality check predicate on the "reviewed_by_user_id" field. It's identical to ReviewedByUserIDEQ.

func ReviewedByUserIDContains

func ReviewedByUserIDContains(v string) predicate.Scan

ReviewedByUserIDContains applies the Contains predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDContainsFold

func ReviewedByUserIDContainsFold(v string) predicate.Scan

ReviewedByUserIDContainsFold applies the ContainsFold predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDEQ

func ReviewedByUserIDEQ(v string) predicate.Scan

ReviewedByUserIDEQ applies the EQ predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDEqualFold

func ReviewedByUserIDEqualFold(v string) predicate.Scan

ReviewedByUserIDEqualFold applies the EqualFold predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDGT

func ReviewedByUserIDGT(v string) predicate.Scan

ReviewedByUserIDGT applies the GT predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDGTE

func ReviewedByUserIDGTE(v string) predicate.Scan

ReviewedByUserIDGTE applies the GTE predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDHasPrefix

func ReviewedByUserIDHasPrefix(v string) predicate.Scan

ReviewedByUserIDHasPrefix applies the HasPrefix predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDHasSuffix

func ReviewedByUserIDHasSuffix(v string) predicate.Scan

ReviewedByUserIDHasSuffix applies the HasSuffix predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDIn

func ReviewedByUserIDIn(vs ...string) predicate.Scan

ReviewedByUserIDIn applies the In predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDIsNil

func ReviewedByUserIDIsNil() predicate.Scan

ReviewedByUserIDIsNil applies the IsNil predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDLT

func ReviewedByUserIDLT(v string) predicate.Scan

ReviewedByUserIDLT applies the LT predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDLTE

func ReviewedByUserIDLTE(v string) predicate.Scan

ReviewedByUserIDLTE applies the LTE predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDNEQ

func ReviewedByUserIDNEQ(v string) predicate.Scan

ReviewedByUserIDNEQ applies the NEQ predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDNotIn

func ReviewedByUserIDNotIn(vs ...string) predicate.Scan

ReviewedByUserIDNotIn applies the NotIn predicate on the "reviewed_by_user_id" field.

func ReviewedByUserIDNotNil

func ReviewedByUserIDNotNil() predicate.Scan

ReviewedByUserIDNotNil applies the NotNil predicate on the "reviewed_by_user_id" field.

func ScanDate

func ScanDate(v models.DateTime) predicate.Scan

ScanDate applies equality check predicate on the "scan_date" field. It's identical to ScanDateEQ.

func ScanDateEQ

func ScanDateEQ(v models.DateTime) predicate.Scan

ScanDateEQ applies the EQ predicate on the "scan_date" field.

func ScanDateGT

func ScanDateGT(v models.DateTime) predicate.Scan

ScanDateGT applies the GT predicate on the "scan_date" field.

func ScanDateGTE

func ScanDateGTE(v models.DateTime) predicate.Scan

ScanDateGTE applies the GTE predicate on the "scan_date" field.

func ScanDateIn

func ScanDateIn(vs ...models.DateTime) predicate.Scan

ScanDateIn applies the In predicate on the "scan_date" field.

func ScanDateIsNil

func ScanDateIsNil() predicate.Scan

ScanDateIsNil applies the IsNil predicate on the "scan_date" field.

func ScanDateLT

func ScanDateLT(v models.DateTime) predicate.Scan

ScanDateLT applies the LT predicate on the "scan_date" field.

func ScanDateLTE

func ScanDateLTE(v models.DateTime) predicate.Scan

ScanDateLTE applies the LTE predicate on the "scan_date" field.

func ScanDateNEQ

func ScanDateNEQ(v models.DateTime) predicate.Scan

ScanDateNEQ applies the NEQ predicate on the "scan_date" field.

func ScanDateNotIn

func ScanDateNotIn(vs ...models.DateTime) predicate.Scan

ScanDateNotIn applies the NotIn predicate on the "scan_date" field.

func ScanDateNotNil

func ScanDateNotNil() predicate.Scan

ScanDateNotNil applies the NotNil predicate on the "scan_date" field.

func ScanSchedule

func ScanSchedule(v models.Cron) predicate.Scan

ScanSchedule applies equality check predicate on the "scan_schedule" field. It's identical to ScanScheduleEQ.

func ScanScheduleContains

func ScanScheduleContains(v models.Cron) predicate.Scan

ScanScheduleContains applies the Contains predicate on the "scan_schedule" field.

func ScanScheduleContainsFold

func ScanScheduleContainsFold(v models.Cron) predicate.Scan

ScanScheduleContainsFold applies the ContainsFold predicate on the "scan_schedule" field.

func ScanScheduleEQ

func ScanScheduleEQ(v models.Cron) predicate.Scan

ScanScheduleEQ applies the EQ predicate on the "scan_schedule" field.

func ScanScheduleEqualFold

func ScanScheduleEqualFold(v models.Cron) predicate.Scan

ScanScheduleEqualFold applies the EqualFold predicate on the "scan_schedule" field.

func ScanScheduleGT

func ScanScheduleGT(v models.Cron) predicate.Scan

ScanScheduleGT applies the GT predicate on the "scan_schedule" field.

func ScanScheduleGTE

func ScanScheduleGTE(v models.Cron) predicate.Scan

ScanScheduleGTE applies the GTE predicate on the "scan_schedule" field.

func ScanScheduleHasPrefix

func ScanScheduleHasPrefix(v models.Cron) predicate.Scan

ScanScheduleHasPrefix applies the HasPrefix predicate on the "scan_schedule" field.

func ScanScheduleHasSuffix

func ScanScheduleHasSuffix(v models.Cron) predicate.Scan

ScanScheduleHasSuffix applies the HasSuffix predicate on the "scan_schedule" field.

func ScanScheduleIn

func ScanScheduleIn(vs ...models.Cron) predicate.Scan

ScanScheduleIn applies the In predicate on the "scan_schedule" field.

func ScanScheduleIsNil

func ScanScheduleIsNil() predicate.Scan

ScanScheduleIsNil applies the IsNil predicate on the "scan_schedule" field.

func ScanScheduleLT

func ScanScheduleLT(v models.Cron) predicate.Scan

ScanScheduleLT applies the LT predicate on the "scan_schedule" field.

func ScanScheduleLTE

func ScanScheduleLTE(v models.Cron) predicate.Scan

ScanScheduleLTE applies the LTE predicate on the "scan_schedule" field.

func ScanScheduleNEQ

func ScanScheduleNEQ(v models.Cron) predicate.Scan

ScanScheduleNEQ applies the NEQ predicate on the "scan_schedule" field.

func ScanScheduleNotIn

func ScanScheduleNotIn(vs ...models.Cron) predicate.Scan

ScanScheduleNotIn applies the NotIn predicate on the "scan_schedule" field.

func ScanScheduleNotNil

func ScanScheduleNotNil() predicate.Scan

ScanScheduleNotNil applies the NotNil predicate on the "scan_schedule" field.

func ScanTypeEQ

func ScanTypeEQ(v enums.ScanType) predicate.Scan

ScanTypeEQ applies the EQ predicate on the "scan_type" field.

func ScanTypeIn

func ScanTypeIn(vs ...enums.ScanType) predicate.Scan

ScanTypeIn applies the In predicate on the "scan_type" field.

func ScanTypeNEQ

func ScanTypeNEQ(v enums.ScanType) predicate.Scan

ScanTypeNEQ applies the NEQ predicate on the "scan_type" field.

func ScanTypeNotIn

func ScanTypeNotIn(vs ...enums.ScanType) predicate.Scan

ScanTypeNotIn applies the NotIn predicate on the "scan_type" field.

func ScanTypeValidator

func ScanTypeValidator(st enums.ScanType) error

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

func ScopeID

func ScopeID(v string) predicate.Scan

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

func ScopeIDContains

func ScopeIDContains(v string) predicate.Scan

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

func ScopeIDContainsFold

func ScopeIDContainsFold(v string) predicate.Scan

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

func ScopeIDEQ

func ScopeIDEQ(v string) predicate.Scan

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

func ScopeIDEqualFold

func ScopeIDEqualFold(v string) predicate.Scan

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

func ScopeIDGT

func ScopeIDGT(v string) predicate.Scan

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

func ScopeIDGTE

func ScopeIDGTE(v string) predicate.Scan

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

func ScopeIDHasPrefix

func ScopeIDHasPrefix(v string) predicate.Scan

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

func ScopeIDHasSuffix

func ScopeIDHasSuffix(v string) predicate.Scan

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

func ScopeIDIn

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

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

func ScopeIDIsNil

func ScopeIDIsNil() predicate.Scan

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

func ScopeIDLT

func ScopeIDLT(v string) predicate.Scan

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

func ScopeIDLTE

func ScopeIDLTE(v string) predicate.Scan

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

func ScopeIDNEQ

func ScopeIDNEQ(v string) predicate.Scan

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

func ScopeIDNotIn

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

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

func ScopeIDNotNil

func ScopeIDNotNil() predicate.Scan

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

func ScopeName

func ScopeName(v string) predicate.Scan

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

func ScopeNameContains

func ScopeNameContains(v string) predicate.Scan

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

func ScopeNameContainsFold

func ScopeNameContainsFold(v string) predicate.Scan

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

func ScopeNameEQ

func ScopeNameEQ(v string) predicate.Scan

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

func ScopeNameEqualFold

func ScopeNameEqualFold(v string) predicate.Scan

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

func ScopeNameGT

func ScopeNameGT(v string) predicate.Scan

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

func ScopeNameGTE

func ScopeNameGTE(v string) predicate.Scan

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

func ScopeNameHasPrefix

func ScopeNameHasPrefix(v string) predicate.Scan

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

func ScopeNameHasSuffix

func ScopeNameHasSuffix(v string) predicate.Scan

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

func ScopeNameIn

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

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

func ScopeNameIsNil

func ScopeNameIsNil() predicate.Scan

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

func ScopeNameLT

func ScopeNameLT(v string) predicate.Scan

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

func ScopeNameLTE

func ScopeNameLTE(v string) predicate.Scan

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

func ScopeNameNEQ

func ScopeNameNEQ(v string) predicate.Scan

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

func ScopeNameNotIn

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

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

func ScopeNameNotNil

func ScopeNameNotNil() predicate.Scan

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

func StatusEQ

func StatusEQ(v enums.ScanStatus) predicate.Scan

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

func StatusIn

func StatusIn(vs ...enums.ScanStatus) predicate.Scan

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

func StatusNEQ

func StatusNEQ(v enums.ScanStatus) predicate.Scan

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

func StatusNotIn

func StatusNotIn(vs ...enums.ScanStatus) predicate.Scan

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

func StatusValidator

func StatusValidator(s enums.ScanStatus) error

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

func SystemInternalID

func SystemInternalID(v string) predicate.Scan

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

func SystemInternalIDContains

func SystemInternalIDContains(v string) predicate.Scan

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

func SystemInternalIDContainsFold

func SystemInternalIDContainsFold(v string) predicate.Scan

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

func SystemInternalIDEQ

func SystemInternalIDEQ(v string) predicate.Scan

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

func SystemInternalIDEqualFold

func SystemInternalIDEqualFold(v string) predicate.Scan

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

func SystemInternalIDGT

func SystemInternalIDGT(v string) predicate.Scan

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

func SystemInternalIDGTE

func SystemInternalIDGTE(v string) predicate.Scan

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

func SystemInternalIDHasPrefix

func SystemInternalIDHasPrefix(v string) predicate.Scan

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

func SystemInternalIDHasSuffix

func SystemInternalIDHasSuffix(v string) predicate.Scan

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

func SystemInternalIDIn

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

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

func SystemInternalIDIsNil

func SystemInternalIDIsNil() predicate.Scan

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

func SystemInternalIDLT

func SystemInternalIDLT(v string) predicate.Scan

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

func SystemInternalIDLTE

func SystemInternalIDLTE(v string) predicate.Scan

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

func SystemInternalIDNEQ

func SystemInternalIDNEQ(v string) predicate.Scan

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

func SystemInternalIDNotIn

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

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

func SystemInternalIDNotNil

func SystemInternalIDNotNil() predicate.Scan

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

func SystemOwned

func SystemOwned(v bool) predicate.Scan

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

func SystemOwnedEQ

func SystemOwnedEQ(v bool) predicate.Scan

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

func SystemOwnedIsNil

func SystemOwnedIsNil() predicate.Scan

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

func SystemOwnedNEQ

func SystemOwnedNEQ(v bool) predicate.Scan

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

func SystemOwnedNotNil

func SystemOwnedNotNil() predicate.Scan

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

func TagsIsNil

func TagsIsNil() predicate.Scan

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

func TagsNotNil

func TagsNotNil() predicate.Scan

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

func Target

func Target(v string) predicate.Scan

Target applies equality check predicate on the "target" field. It's identical to TargetEQ.

func TargetContains

func TargetContains(v string) predicate.Scan

TargetContains applies the Contains predicate on the "target" field.

func TargetContainsFold

func TargetContainsFold(v string) predicate.Scan

TargetContainsFold applies the ContainsFold predicate on the "target" field.

func TargetEQ

func TargetEQ(v string) predicate.Scan

TargetEQ applies the EQ predicate on the "target" field.

func TargetEqualFold

func TargetEqualFold(v string) predicate.Scan

TargetEqualFold applies the EqualFold predicate on the "target" field.

func TargetGT

func TargetGT(v string) predicate.Scan

TargetGT applies the GT predicate on the "target" field.

func TargetGTE

func TargetGTE(v string) predicate.Scan

TargetGTE applies the GTE predicate on the "target" field.

func TargetHasPrefix

func TargetHasPrefix(v string) predicate.Scan

TargetHasPrefix applies the HasPrefix predicate on the "target" field.

func TargetHasSuffix

func TargetHasSuffix(v string) predicate.Scan

TargetHasSuffix applies the HasSuffix predicate on the "target" field.

func TargetIn

func TargetIn(vs ...string) predicate.Scan

TargetIn applies the In predicate on the "target" field.

func TargetLT

func TargetLT(v string) predicate.Scan

TargetLT applies the LT predicate on the "target" field.

func TargetLTE

func TargetLTE(v string) predicate.Scan

TargetLTE applies the LTE predicate on the "target" field.

func TargetNEQ

func TargetNEQ(v string) predicate.Scan

TargetNEQ applies the NEQ predicate on the "target" field.

func TargetNotIn

func TargetNotIn(vs ...string) predicate.Scan

TargetNotIn applies the NotIn predicate on the "target" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Scan

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Scan

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Scan

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Scan

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Scan

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Scan

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Scan

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Scan

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Scan

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

func UpdatedBy

func UpdatedBy(v string) predicate.Scan

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Scan

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Scan

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Scan

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Scan

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Scan

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Scan

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Scan

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Scan

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

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.Scan

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

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.Scan

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

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.Scan

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

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.Scan

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

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.Scan

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

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.Scan

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

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.Scan

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

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.Scan

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

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.Scan

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

func UpdatedByImpersonatorIn

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

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

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.Scan

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

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.Scan

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

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.Scan

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

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.Scan

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

func UpdatedByImpersonatorNotIn

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

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

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.Scan

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Scan

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Scan

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Scan

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Scan

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Scan

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

func ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Scan 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 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 ByAssignedTo

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

ByAssignedTo orders the results by the assigned_to field.

func ByAssignedToGroupField

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

ByAssignedToGroupField orders the results by assigned_to_group field.

func ByAssignedToGroupID

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

ByAssignedToGroupID orders the results by the assigned_to_group_id field.

func ByAssignedToUserField

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

ByAssignedToUserField orders the results by assigned_to_user field.

func ByAssignedToUserID

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

ByAssignedToUserID orders the results by the assigned_to_user_id field.

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

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

ByEnvironmentField orders the results by environment field.

func ByEnvironmentID

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

ByEnvironmentID orders the results by the environment_id field.

func ByEnvironmentName

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

ByEnvironmentName orders the results by the environment_name field.

func ByEvidence

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

ByEvidence orders the results by evidence terms.

func ByEvidenceCount

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

ByEvidenceCount orders the results by evidence count.

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

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

ByFindings orders the results by findings terms.

func ByFindingsCount

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

ByFindingsCount orders the results by findings count.

func ByGeneratedByPlatformField

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

ByGeneratedByPlatformField orders the results by generated_by_platform field.

func ByGeneratedByPlatformID

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

ByGeneratedByPlatformID orders the results by the generated_by_platform_id field.

func ByID

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

ByID orders the results by the id field.

func ByInternalNotes

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

ByInternalNotes orders the results by the internal_notes field.

func ByNextScanRunAt

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

ByNextScanRunAt orders the results by the next_scan_run_at field.

func ByOwnerField

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

ByOwnerField orders the results by owner field.

func ByOwnerID

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

ByOwnerID orders the results by the owner_id field.

func ByPerformedBy

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

ByPerformedBy orders the results by the performed_by field.

func ByPerformedByGroupField

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

ByPerformedByGroupField orders the results by performed_by_group field.

func ByPerformedByGroupID

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

ByPerformedByGroupID orders the results by the performed_by_group_id field.

func ByPerformedByUserField

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

ByPerformedByUserField orders the results by performed_by_user field.

func ByPerformedByUserID

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

ByPerformedByUserID orders the results by the performed_by_user_id field.

func ByPlatforms

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

ByPlatforms orders the results by platforms terms.

func ByPlatformsCount

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

ByPlatformsCount orders the results by platforms count.

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

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

ByReviewedBy orders the results by the reviewed_by field.

func ByReviewedByGroupField

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

ByReviewedByGroupField orders the results by reviewed_by_group field.

func ByReviewedByGroupID

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

ByReviewedByGroupID orders the results by the reviewed_by_group_id field.

func ByReviewedByUserField

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

ByReviewedByUserField orders the results by reviewed_by_user field.

func ByReviewedByUserID

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

ByReviewedByUserID orders the results by the reviewed_by_user_id field.

func ByScanDate

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

ByScanDate orders the results by the scan_date field.

func ByScanSchedule

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

ByScanSchedule orders the results by the scan_schedule field.

func ByScanType

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

ByScanType orders the results by the scan_type field.

func ByScopeField

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

ByScopeField orders the results by scope field.

func ByScopeID

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

ByScopeID orders the results by the scope_id field.

func ByScopeName

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

ByScopeName orders the results by the scope_name field.

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

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

ByTarget orders the results by the target 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 ByUpdatedByImpersonator

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

ByUpdatedByImpersonator orders the results by the updated_by_impersonator field.

func ByVulnerabilities

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

ByVulnerabilities orders the results by vulnerabilities terms.

func ByVulnerabilitiesCount

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

ByVulnerabilitiesCount orders the results by vulnerabilities count.

Jump to

Keyboard shortcuts

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