control

package
v2.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the control type in the database.
	Label = "control"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldUpdatedByImpersonator holds the string denoting the updated_by_impersonator field in the database.
	FieldUpdatedByImpersonator = "updated_by_impersonator"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldExternalUUID holds the string denoting the external_uuid field in the database.
	FieldExternalUUID = "external_uuid"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldDescriptionJSON holds the string denoting the description_json field in the database.
	FieldDescriptionJSON = "description_json"
	// FieldAliases holds the string denoting the aliases field in the database.
	FieldAliases = "aliases"
	// FieldReferenceID holds the string denoting the reference_id field in the database.
	FieldReferenceID = "reference_id"
	// FieldAuditorReferenceID holds the string denoting the auditor_reference_id field in the database.
	FieldAuditorReferenceID = "auditor_reference_id"
	// FieldResponsiblePartyID holds the string denoting the responsible_party_id field in the database.
	FieldResponsiblePartyID = "responsible_party_id"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldImplementationStatus holds the string denoting the implementation_status field in the database.
	FieldImplementationStatus = "implementation_status"
	// FieldImplementationDescription holds the string denoting the implementation_description field in the database.
	FieldImplementationDescription = "implementation_description"
	// FieldPublicRepresentation holds the string denoting the public_representation field in the database.
	FieldPublicRepresentation = "public_representation"
	// FieldSource holds the string denoting the source field in the database.
	FieldSource = "source"
	// FieldSourceName holds the string denoting the source_name field in the database.
	FieldSourceName = "source_name"
	// FieldReferenceFramework holds the string denoting the reference_framework field in the database.
	FieldReferenceFramework = "reference_framework"
	// FieldReferenceFrameworkRevision holds the string denoting the reference_framework_revision field in the database.
	FieldReferenceFrameworkRevision = "reference_framework_revision"
	// FieldCategory holds the string denoting the category field in the database.
	FieldCategory = "category"
	// FieldCategoryID holds the string denoting the category_id field in the database.
	FieldCategoryID = "category_id"
	// FieldSubcategory holds the string denoting the subcategory field in the database.
	FieldSubcategory = "subcategory"
	// FieldMappedCategories holds the string denoting the mapped_categories field in the database.
	FieldMappedCategories = "mapped_categories"
	// FieldAssessmentObjectives holds the string denoting the assessment_objectives field in the database.
	FieldAssessmentObjectives = "assessment_objectives"
	// FieldAssessmentMethods holds the string denoting the assessment_methods field in the database.
	FieldAssessmentMethods = "assessment_methods"
	// FieldControlQuestions holds the string denoting the control_questions field in the database.
	FieldControlQuestions = "control_questions"
	// FieldImplementationGuidance holds the string denoting the implementation_guidance field in the database.
	FieldImplementationGuidance = "implementation_guidance"
	// FieldExampleEvidence holds the string denoting the example_evidence field in the database.
	FieldExampleEvidence = "example_evidence"
	// FieldReferences holds the string denoting the references field in the database.
	FieldReferences = "references"
	// FieldTestingProcedures holds the string denoting the testing_procedures field in the database.
	FieldTestingProcedures = "testing_procedures"
	// FieldEvidenceRequests holds the string denoting the evidence_requests field in the database.
	FieldEvidenceRequests = "evidence_requests"
	// FieldControlOwnerID holds the string denoting the control_owner_id field in the database.
	FieldControlOwnerID = "control_owner_id"
	// FieldDelegateID holds the string denoting the delegate_id field in the database.
	FieldDelegateID = "delegate_id"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldSystemOwned holds the string denoting the system_owned field in the database.
	FieldSystemOwned = "system_owned"
	// FieldInternalNotes holds the string denoting the internal_notes field in the database.
	FieldInternalNotes = "internal_notes"
	// FieldSystemInternalID holds the string denoting the system_internal_id field in the database.
	FieldSystemInternalID = "system_internal_id"
	// FieldControlKindName holds the string denoting the control_kind_name field in the database.
	FieldControlKindName = "control_kind_name"
	// FieldControlKindID holds the string denoting the control_kind_id field in the database.
	FieldControlKindID = "control_kind_id"
	// FieldEnvironmentName holds the string denoting the environment_name field in the database.
	FieldEnvironmentName = "environment_name"
	// FieldEnvironmentID holds the string denoting the environment_id field in the database.
	FieldEnvironmentID = "environment_id"
	// FieldScopeName holds the string denoting the scope_name field in the database.
	FieldScopeName = "scope_name"
	// FieldScopeID holds the string denoting the scope_id field in the database.
	FieldScopeID = "scope_id"
	// FieldWorkflowEligibleMarker holds the string denoting the workflow_eligible_marker field in the database.
	FieldWorkflowEligibleMarker = "workflow_eligible_marker"
	// FieldRefCode holds the string denoting the ref_code field in the database.
	FieldRefCode = "ref_code"
	// FieldStandardID holds the string denoting the standard_id field in the database.
	FieldStandardID = "standard_id"
	// FieldTrustCenterVisibility holds the string denoting the trust_center_visibility field in the database.
	FieldTrustCenterVisibility = "trust_center_visibility"
	// FieldIsTrustCenterControl holds the string denoting the is_trust_center_control field in the database.
	FieldIsTrustCenterControl = "is_trust_center_control"
	// EdgeEvidence holds the string denoting the evidence edge name in mutations.
	EdgeEvidence = "evidence"
	// EdgeControlObjectives holds the string denoting the control_objectives edge name in mutations.
	EdgeControlObjectives = "control_objectives"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgeNarratives holds the string denoting the narratives edge name in mutations.
	EdgeNarratives = "narratives"
	// EdgeRisks holds the string denoting the risks edge name in mutations.
	EdgeRisks = "risks"
	// EdgeActionPlans holds the string denoting the action_plans edge name in mutations.
	EdgeActionPlans = "action_plans"
	// EdgeProcedures holds the string denoting the procedures edge name in mutations.
	EdgeProcedures = "procedures"
	// EdgeInternalPolicies holds the string denoting the internal_policies edge name in mutations.
	EdgeInternalPolicies = "internal_policies"
	// EdgeComments holds the string denoting the comments edge name in mutations.
	EdgeComments = "comments"
	// EdgeDiscussions holds the string denoting the discussions edge name in mutations.
	EdgeDiscussions = "discussions"
	// EdgeControlOwner holds the string denoting the control_owner edge name in mutations.
	EdgeControlOwner = "control_owner"
	// EdgeDelegate holds the string denoting the delegate edge name in mutations.
	EdgeDelegate = "delegate"
	// EdgeResponsibleParty holds the string denoting the responsible_party edge name in mutations.
	EdgeResponsibleParty = "responsible_party"
	// EdgeReviews holds the string denoting the reviews edge name in mutations.
	EdgeReviews = "reviews"
	// EdgeRemediations holds the string denoting the remediations edge name in mutations.
	EdgeRemediations = "remediations"
	// EdgeScans holds the string denoting the scans edge name in mutations.
	EdgeScans = "scans"
	// 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"
	// EdgeControlKind holds the string denoting the control_kind edge name in mutations.
	EdgeControlKind = "control_kind"
	// EdgeEnvironment holds the string denoting the environment edge name in mutations.
	EdgeEnvironment = "environment"
	// EdgeScope holds the string denoting the scope edge name in mutations.
	EdgeScope = "scope"
	// EdgeStandard holds the string denoting the standard edge name in mutations.
	EdgeStandard = "standard"
	// EdgeCheckResults holds the string denoting the check_results edge name in mutations.
	EdgeCheckResults = "check_results"
	// EdgePrograms holds the string denoting the programs edge name in mutations.
	EdgePrograms = "programs"
	// 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"
	// 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"
	// EdgeIdentityHolders holds the string denoting the identity_holders edge name in mutations.
	EdgeIdentityHolders = "identity_holders"
	// EdgeCampaigns holds the string denoting the campaigns edge name in mutations.
	EdgeCampaigns = "campaigns"
	// EdgeFindings holds the string denoting the findings edge name in mutations.
	EdgeFindings = "findings"
	// EdgeControlImplementations holds the string denoting the control_implementations edge name in mutations.
	EdgeControlImplementations = "control_implementations"
	// EdgeSubcontrols holds the string denoting the subcontrols edge name in mutations.
	EdgeSubcontrols = "subcontrols"
	// EdgeMappedToControls holds the string denoting the mapped_to_controls edge name in mutations.
	EdgeMappedToControls = "mapped_to_controls"
	// EdgeMappedFromControls holds the string denoting the mapped_from_controls edge name in mutations.
	EdgeMappedFromControls = "mapped_from_controls"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// EdgeControlMappings holds the string denoting the control_mappings edge name in mutations.
	EdgeControlMappings = "control_mappings"
	// Table holds the table name of the control in the database.
	Table = "controls"
	// EvidenceTable is the table that holds the evidence relation/edge. The primary key declared below.
	EvidenceTable = "evidence_controls"
	// 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"
	// ControlObjectivesTable is the table that holds the control_objectives relation/edge. The primary key declared below.
	ControlObjectivesTable = "control_control_objectives"
	// ControlObjectivesInverseTable is the table name for the ControlObjective entity.
	// It exists in this package in order to avoid circular dependency with the "controlobjective" package.
	ControlObjectivesInverseTable = "control_objectives"
	// TasksTable is the table that holds the tasks relation/edge. The primary key declared below.
	TasksTable = "control_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"
	// NarrativesTable is the table that holds the narratives relation/edge. The primary key declared below.
	NarrativesTable = "control_narratives"
	// NarrativesInverseTable is the table name for the Narrative entity.
	// It exists in this package in order to avoid circular dependency with the "narrative" package.
	NarrativesInverseTable = "narratives"
	// RisksTable is the table that holds the risks relation/edge. The primary key declared below.
	RisksTable = "control_risks"
	// RisksInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RisksInverseTable = "risks"
	// ActionPlansTable is the table that holds the action_plans relation/edge. The primary key declared below.
	ActionPlansTable = "control_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"
	// ProceduresTable is the table that holds the procedures relation/edge. The primary key declared below.
	ProceduresTable = "control_procedures"
	// ProceduresInverseTable is the table name for the Procedure entity.
	// It exists in this package in order to avoid circular dependency with the "procedure" package.
	ProceduresInverseTable = "procedures"
	// InternalPoliciesTable is the table that holds the internal_policies relation/edge. The primary key declared below.
	InternalPoliciesTable = "internal_policy_controls"
	// InternalPoliciesInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPoliciesInverseTable = "internal_policies"
	// CommentsTable is the table that holds the comments relation/edge.
	CommentsTable = "notes"
	// CommentsInverseTable is the table name for the Note entity.
	// It exists in this package in order to avoid circular dependency with the "note" package.
	CommentsInverseTable = "notes"
	// CommentsColumn is the table column denoting the comments relation/edge.
	CommentsColumn = "control_comments"
	// DiscussionsTable is the table that holds the discussions relation/edge.
	DiscussionsTable = "discussions"
	// DiscussionsInverseTable is the table name for the Discussion entity.
	// It exists in this package in order to avoid circular dependency with the "discussion" package.
	DiscussionsInverseTable = "discussions"
	// DiscussionsColumn is the table column denoting the discussions relation/edge.
	DiscussionsColumn = "control_discussions"
	// ControlOwnerTable is the table that holds the control_owner relation/edge.
	ControlOwnerTable = "controls"
	// ControlOwnerInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ControlOwnerInverseTable = "groups"
	// ControlOwnerColumn is the table column denoting the control_owner relation/edge.
	ControlOwnerColumn = "control_owner_id"
	// DelegateTable is the table that holds the delegate relation/edge.
	DelegateTable = "controls"
	// DelegateInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	DelegateInverseTable = "groups"
	// DelegateColumn is the table column denoting the delegate relation/edge.
	DelegateColumn = "delegate_id"
	// ResponsiblePartyTable is the table that holds the responsible_party relation/edge.
	ResponsiblePartyTable = "controls"
	// ResponsiblePartyInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	ResponsiblePartyInverseTable = "entities"
	// ResponsiblePartyColumn is the table column denoting the responsible_party relation/edge.
	ResponsiblePartyColumn = "responsible_party_id"
	// ReviewsTable is the table that holds the reviews relation/edge. The primary key declared below.
	ReviewsTable = "review_controls"
	// ReviewsInverseTable is the table name for the Review entity.
	// It exists in this package in order to avoid circular dependency with the "review" package.
	ReviewsInverseTable = "reviews"
	// RemediationsTable is the table that holds the remediations relation/edge. The primary key declared below.
	RemediationsTable = "remediation_controls"
	// 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"
	// ScansTable is the table that holds the scans relation/edge. The primary key declared below.
	ScansTable = "control_scans"
	// ScansInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScansInverseTable = "scans"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "controls"
	// 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 = "control_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 = "control_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"
	// ControlKindTable is the table that holds the control_kind relation/edge.
	ControlKindTable = "controls"
	// ControlKindInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	ControlKindInverseTable = "custom_type_enums"
	// ControlKindColumn is the table column denoting the control_kind relation/edge.
	ControlKindColumn = "control_kind_id"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "controls"
	// 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 = "controls"
	// 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"
	// StandardTable is the table that holds the standard relation/edge.
	StandardTable = "controls"
	// StandardInverseTable is the table name for the Standard entity.
	// It exists in this package in order to avoid circular dependency with the "standard" package.
	StandardInverseTable = "standards"
	// StandardColumn is the table column denoting the standard relation/edge.
	StandardColumn = "standard_id"
	// CheckResultsTable is the table that holds the check_results relation/edge. The primary key declared below.
	CheckResultsTable = "check_result_controls"
	// CheckResultsInverseTable is the table name for the CheckResult entity.
	// It exists in this package in order to avoid circular dependency with the "checkresult" package.
	CheckResultsInverseTable = "check_results"
	// ProgramsTable is the table that holds the programs relation/edge. The primary key declared below.
	ProgramsTable = "program_controls"
	// ProgramsInverseTable is the table name for the Program entity.
	// It exists in this package in order to avoid circular dependency with the "program" package.
	ProgramsInverseTable = "programs"
	// PlatformsTable is the table that holds the platforms relation/edge. The primary key declared below.
	PlatformsTable = "platform_controls"
	// 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_controls"
	// 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"
	// AssetsTable is the table that holds the assets relation/edge. The primary key declared below.
	AssetsTable = "control_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 = "control_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"
	// IdentityHoldersTable is the table that holds the identity_holders relation/edge. The primary key declared below.
	IdentityHoldersTable = "control_identity_holders"
	// IdentityHoldersInverseTable is the table name for the IdentityHolder entity.
	// It exists in this package in order to avoid circular dependency with the "identityholder" package.
	IdentityHoldersInverseTable = "identity_holders"
	// CampaignsTable is the table that holds the campaigns relation/edge. The primary key declared below.
	CampaignsTable = "control_campaigns"
	// CampaignsInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignsInverseTable = "campaigns"
	// FindingsTable is the table that holds the findings relation/edge. The primary key declared below.
	FindingsTable = "finding_controls"
	// 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"
	// ControlImplementationsTable is the table that holds the control_implementations relation/edge. The primary key declared below.
	ControlImplementationsTable = "control_control_implementations"
	// ControlImplementationsInverseTable is the table name for the ControlImplementation entity.
	// It exists in this package in order to avoid circular dependency with the "controlimplementation" package.
	ControlImplementationsInverseTable = "control_implementations"
	// SubcontrolsTable is the table that holds the subcontrols relation/edge.
	SubcontrolsTable = "subcontrols"
	// SubcontrolsInverseTable is the table name for the Subcontrol entity.
	// It exists in this package in order to avoid circular dependency with the "subcontrol" package.
	SubcontrolsInverseTable = "subcontrols"
	// SubcontrolsColumn is the table column denoting the subcontrols relation/edge.
	SubcontrolsColumn = "control_id"
	// MappedToControlsTable is the table that holds the mapped_to_controls relation/edge. The primary key declared below.
	MappedToControlsTable = "mapped_control_to_controls"
	// MappedToControlsInverseTable is the table name for the MappedControl entity.
	// It exists in this package in order to avoid circular dependency with the "mappedcontrol" package.
	MappedToControlsInverseTable = "mapped_controls"
	// MappedFromControlsTable is the table that holds the mapped_from_controls relation/edge. The primary key declared below.
	MappedFromControlsTable = "mapped_control_from_controls"
	// MappedFromControlsInverseTable is the table name for the MappedControl entity.
	// It exists in this package in order to avoid circular dependency with the "mappedcontrol" package.
	MappedFromControlsInverseTable = "mapped_controls"
	// WorkflowObjectRefsTable is the table that holds the workflow_object_refs relation/edge.
	WorkflowObjectRefsTable = "workflow_object_refs"
	// WorkflowObjectRefsInverseTable is the table name for the WorkflowObjectRef entity.
	// It exists in this package in order to avoid circular dependency with the "workflowobjectref" package.
	WorkflowObjectRefsInverseTable = "workflow_object_refs"
	// WorkflowObjectRefsColumn is the table column denoting the workflow_object_refs relation/edge.
	WorkflowObjectRefsColumn = "control_id"
	// ControlMappingsTable is the table that holds the control_mappings relation/edge.
	ControlMappingsTable = "finding_controls"
	// ControlMappingsInverseTable is the table name for the FindingControl entity.
	// It exists in this package in order to avoid circular dependency with the "findingcontrol" package.
	ControlMappingsInverseTable = "finding_controls"
	// ControlMappingsColumn is the table column denoting the control_mappings relation/edge.
	ControlMappingsColumn = "control_id"
)
View Source
const DefaultImplementationStatus enums.ControlImplementationStatus = "PLANNED"
View Source
const DefaultSource enums.ControlSource = "USER_DEFINED"
View Source
const DefaultStatus enums.ControlStatus = "NOT_IMPLEMENTED"
View Source
const DefaultTrustCenterVisibility enums.TrustCenterControlVisibility = "NOT_VISIBLE"

Variables

View Source
var (
	// EvidencePrimaryKey and EvidenceColumn2 are the table columns denoting the
	// primary key for the evidence relation (M2M).
	EvidencePrimaryKey = []string{"evidence_id", "control_id"}
	// ControlObjectivesPrimaryKey and ControlObjectivesColumn2 are the table columns denoting the
	// primary key for the control_objectives relation (M2M).
	ControlObjectivesPrimaryKey = []string{"control_id", "control_objective_id"}
	// TasksPrimaryKey and TasksColumn2 are the table columns denoting the
	// primary key for the tasks relation (M2M).
	TasksPrimaryKey = []string{"control_id", "task_id"}
	// NarrativesPrimaryKey and NarrativesColumn2 are the table columns denoting the
	// primary key for the narratives relation (M2M).
	NarrativesPrimaryKey = []string{"control_id", "narrative_id"}
	// RisksPrimaryKey and RisksColumn2 are the table columns denoting the
	// primary key for the risks relation (M2M).
	RisksPrimaryKey = []string{"control_id", "risk_id"}
	// ActionPlansPrimaryKey and ActionPlansColumn2 are the table columns denoting the
	// primary key for the action_plans relation (M2M).
	ActionPlansPrimaryKey = []string{"control_id", "action_plan_id"}
	// ProceduresPrimaryKey and ProceduresColumn2 are the table columns denoting the
	// primary key for the procedures relation (M2M).
	ProceduresPrimaryKey = []string{"control_id", "procedure_id"}
	// InternalPoliciesPrimaryKey and InternalPoliciesColumn2 are the table columns denoting the
	// primary key for the internal_policies relation (M2M).
	InternalPoliciesPrimaryKey = []string{"internal_policy_id", "control_id"}
	// ReviewsPrimaryKey and ReviewsColumn2 are the table columns denoting the
	// primary key for the reviews relation (M2M).
	ReviewsPrimaryKey = []string{"review_id", "control_id"}
	// RemediationsPrimaryKey and RemediationsColumn2 are the table columns denoting the
	// primary key for the remediations relation (M2M).
	RemediationsPrimaryKey = []string{"remediation_id", "control_id"}
	// ScansPrimaryKey and ScansColumn2 are the table columns denoting the
	// primary key for the scans relation (M2M).
	ScansPrimaryKey = []string{"control_id", "scan_id"}
	// BlockedGroupsPrimaryKey and BlockedGroupsColumn2 are the table columns denoting the
	// primary key for the blocked_groups relation (M2M).
	BlockedGroupsPrimaryKey = []string{"control_id", "group_id"}
	// EditorsPrimaryKey and EditorsColumn2 are the table columns denoting the
	// primary key for the editors relation (M2M).
	EditorsPrimaryKey = []string{"control_id", "group_id"}
	// CheckResultsPrimaryKey and CheckResultsColumn2 are the table columns denoting the
	// primary key for the check_results relation (M2M).
	CheckResultsPrimaryKey = []string{"check_result_id", "control_id"}
	// ProgramsPrimaryKey and ProgramsColumn2 are the table columns denoting the
	// primary key for the programs relation (M2M).
	ProgramsPrimaryKey = []string{"program_id", "control_id"}
	// PlatformsPrimaryKey and PlatformsColumn2 are the table columns denoting the
	// primary key for the platforms relation (M2M).
	PlatformsPrimaryKey = []string{"platform_id", "control_id"}
	// VulnerabilitiesPrimaryKey and VulnerabilitiesColumn2 are the table columns denoting the
	// primary key for the vulnerabilities relation (M2M).
	VulnerabilitiesPrimaryKey = []string{"vulnerability_id", "control_id"}
	// AssetsPrimaryKey and AssetsColumn2 are the table columns denoting the
	// primary key for the assets relation (M2M).
	AssetsPrimaryKey = []string{"control_id", "asset_id"}
	// EntitiesPrimaryKey and EntitiesColumn2 are the table columns denoting the
	// primary key for the entities relation (M2M).
	EntitiesPrimaryKey = []string{"control_id", "entity_id"}
	// IdentityHoldersPrimaryKey and IdentityHoldersColumn2 are the table columns denoting the
	// primary key for the identity_holders relation (M2M).
	IdentityHoldersPrimaryKey = []string{"control_id", "identity_holder_id"}
	// CampaignsPrimaryKey and CampaignsColumn2 are the table columns denoting the
	// primary key for the campaigns relation (M2M).
	CampaignsPrimaryKey = []string{"control_id", "campaign_id"}
	// FindingsPrimaryKey and FindingsColumn2 are the table columns denoting the
	// primary key for the findings relation (M2M).
	FindingsPrimaryKey = []string{"finding_id", "control_id"}
	// ControlImplementationsPrimaryKey and ControlImplementationsColumn2 are the table columns denoting the
	// primary key for the control_implementations relation (M2M).
	ControlImplementationsPrimaryKey = []string{"control_id", "control_implementation_id"}
	// MappedToControlsPrimaryKey and MappedToControlsColumn2 are the table columns denoting the
	// primary key for the mapped_to_controls relation (M2M).
	MappedToControlsPrimaryKey = []string{"mapped_control_id", "control_id"}
	// MappedFromControlsPrimaryKey and MappedFromControlsColumn2 are the table columns denoting the
	// primary key for the mapped_from_controls relation (M2M).
	MappedFromControlsPrimaryKey = []string{"mapped_control_id", "control_id"}
)
View Source
var (
	Hooks        [20]ent.Hook
	Interceptors [6]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DisplayIDValidator is a validator for the "display_id" field. It is called by the builders before save.
	DisplayIDValidator func(string) error
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// ReferenceFrameworkRevisionValidator is a validator for the "reference_framework_revision" field. It is called by the builders before save.
	ReferenceFrameworkRevisionValidator func(string) error
	// 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
	// DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field.
	DefaultWorkflowEligibleMarker bool
	// RefCodeValidator is a validator for the "ref_code" field. It is called by the builders before save.
	RefCodeValidator func(string) error
	// DefaultIsTrustCenterControl holds the default value on creation for the "is_trust_center_control" field.
	DefaultIsTrustCenterControl bool
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for control fields.

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

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

Functions

func AliasesIsNil

func AliasesIsNil() predicate.Control

AliasesIsNil applies the IsNil predicate on the "aliases" field.

func AliasesNotNil

func AliasesNotNil() predicate.Control

AliasesNotNil applies the NotNil predicate on the "aliases" field.

func And

func And(predicates ...predicate.Control) predicate.Control

And groups predicates with the AND operator between them.

func AssessmentMethodsIsNil

func AssessmentMethodsIsNil() predicate.Control

AssessmentMethodsIsNil applies the IsNil predicate on the "assessment_methods" field.

func AssessmentMethodsNotNil

func AssessmentMethodsNotNil() predicate.Control

AssessmentMethodsNotNil applies the NotNil predicate on the "assessment_methods" field.

func AssessmentObjectivesIsNil

func AssessmentObjectivesIsNil() predicate.Control

AssessmentObjectivesIsNil applies the IsNil predicate on the "assessment_objectives" field.

func AssessmentObjectivesNotNil

func AssessmentObjectivesNotNil() predicate.Control

AssessmentObjectivesNotNil applies the NotNil predicate on the "assessment_objectives" field.

func AuditorReferenceID

func AuditorReferenceID(v string) predicate.Control

AuditorReferenceID applies equality check predicate on the "auditor_reference_id" field. It's identical to AuditorReferenceIDEQ.

func AuditorReferenceIDContains

func AuditorReferenceIDContains(v string) predicate.Control

AuditorReferenceIDContains applies the Contains predicate on the "auditor_reference_id" field.

func AuditorReferenceIDContainsFold

func AuditorReferenceIDContainsFold(v string) predicate.Control

AuditorReferenceIDContainsFold applies the ContainsFold predicate on the "auditor_reference_id" field.

func AuditorReferenceIDEQ

func AuditorReferenceIDEQ(v string) predicate.Control

AuditorReferenceIDEQ applies the EQ predicate on the "auditor_reference_id" field.

func AuditorReferenceIDEqualFold

func AuditorReferenceIDEqualFold(v string) predicate.Control

AuditorReferenceIDEqualFold applies the EqualFold predicate on the "auditor_reference_id" field.

func AuditorReferenceIDGT

func AuditorReferenceIDGT(v string) predicate.Control

AuditorReferenceIDGT applies the GT predicate on the "auditor_reference_id" field.

func AuditorReferenceIDGTE

func AuditorReferenceIDGTE(v string) predicate.Control

AuditorReferenceIDGTE applies the GTE predicate on the "auditor_reference_id" field.

func AuditorReferenceIDHasPrefix

func AuditorReferenceIDHasPrefix(v string) predicate.Control

AuditorReferenceIDHasPrefix applies the HasPrefix predicate on the "auditor_reference_id" field.

func AuditorReferenceIDHasSuffix

func AuditorReferenceIDHasSuffix(v string) predicate.Control

AuditorReferenceIDHasSuffix applies the HasSuffix predicate on the "auditor_reference_id" field.

func AuditorReferenceIDIn

func AuditorReferenceIDIn(vs ...string) predicate.Control

AuditorReferenceIDIn applies the In predicate on the "auditor_reference_id" field.

func AuditorReferenceIDIsNil

func AuditorReferenceIDIsNil() predicate.Control

AuditorReferenceIDIsNil applies the IsNil predicate on the "auditor_reference_id" field.

func AuditorReferenceIDLT

func AuditorReferenceIDLT(v string) predicate.Control

AuditorReferenceIDLT applies the LT predicate on the "auditor_reference_id" field.

func AuditorReferenceIDLTE

func AuditorReferenceIDLTE(v string) predicate.Control

AuditorReferenceIDLTE applies the LTE predicate on the "auditor_reference_id" field.

func AuditorReferenceIDNEQ

func AuditorReferenceIDNEQ(v string) predicate.Control

AuditorReferenceIDNEQ applies the NEQ predicate on the "auditor_reference_id" field.

func AuditorReferenceIDNotIn

func AuditorReferenceIDNotIn(vs ...string) predicate.Control

AuditorReferenceIDNotIn applies the NotIn predicate on the "auditor_reference_id" field.

func AuditorReferenceIDNotNil

func AuditorReferenceIDNotNil() predicate.Control

AuditorReferenceIDNotNil applies the NotNil predicate on the "auditor_reference_id" field.

func Category

func Category(v string) predicate.Control

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

func CategoryContains

func CategoryContains(v string) predicate.Control

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

func CategoryContainsFold

func CategoryContainsFold(v string) predicate.Control

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

func CategoryEQ

func CategoryEQ(v string) predicate.Control

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

func CategoryEqualFold

func CategoryEqualFold(v string) predicate.Control

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

func CategoryGT

func CategoryGT(v string) predicate.Control

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

func CategoryGTE

func CategoryGTE(v string) predicate.Control

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

func CategoryHasPrefix

func CategoryHasPrefix(v string) predicate.Control

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

func CategoryHasSuffix

func CategoryHasSuffix(v string) predicate.Control

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

func CategoryID

func CategoryID(v string) predicate.Control

CategoryID applies equality check predicate on the "category_id" field. It's identical to CategoryIDEQ.

func CategoryIDContains

func CategoryIDContains(v string) predicate.Control

CategoryIDContains applies the Contains predicate on the "category_id" field.

func CategoryIDContainsFold

func CategoryIDContainsFold(v string) predicate.Control

CategoryIDContainsFold applies the ContainsFold predicate on the "category_id" field.

func CategoryIDEQ

func CategoryIDEQ(v string) predicate.Control

CategoryIDEQ applies the EQ predicate on the "category_id" field.

func CategoryIDEqualFold

func CategoryIDEqualFold(v string) predicate.Control

CategoryIDEqualFold applies the EqualFold predicate on the "category_id" field.

func CategoryIDGT

func CategoryIDGT(v string) predicate.Control

CategoryIDGT applies the GT predicate on the "category_id" field.

func CategoryIDGTE

func CategoryIDGTE(v string) predicate.Control

CategoryIDGTE applies the GTE predicate on the "category_id" field.

func CategoryIDHasPrefix

func CategoryIDHasPrefix(v string) predicate.Control

CategoryIDHasPrefix applies the HasPrefix predicate on the "category_id" field.

func CategoryIDHasSuffix

func CategoryIDHasSuffix(v string) predicate.Control

CategoryIDHasSuffix applies the HasSuffix predicate on the "category_id" field.

func CategoryIDIn

func CategoryIDIn(vs ...string) predicate.Control

CategoryIDIn applies the In predicate on the "category_id" field.

func CategoryIDIsNil

func CategoryIDIsNil() predicate.Control

CategoryIDIsNil applies the IsNil predicate on the "category_id" field.

func CategoryIDLT

func CategoryIDLT(v string) predicate.Control

CategoryIDLT applies the LT predicate on the "category_id" field.

func CategoryIDLTE

func CategoryIDLTE(v string) predicate.Control

CategoryIDLTE applies the LTE predicate on the "category_id" field.

func CategoryIDNEQ

func CategoryIDNEQ(v string) predicate.Control

CategoryIDNEQ applies the NEQ predicate on the "category_id" field.

func CategoryIDNotIn

func CategoryIDNotIn(vs ...string) predicate.Control

CategoryIDNotIn applies the NotIn predicate on the "category_id" field.

func CategoryIDNotNil

func CategoryIDNotNil() predicate.Control

CategoryIDNotNil applies the NotNil predicate on the "category_id" field.

func CategoryIn

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

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

func CategoryIsNil

func CategoryIsNil() predicate.Control

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

func CategoryLT

func CategoryLT(v string) predicate.Control

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

func CategoryLTE

func CategoryLTE(v string) predicate.Control

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

func CategoryNEQ

func CategoryNEQ(v string) predicate.Control

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

func CategoryNotIn

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

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

func CategoryNotNil

func CategoryNotNil() predicate.Control

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

func ControlKindID

func ControlKindID(v string) predicate.Control

ControlKindID applies equality check predicate on the "control_kind_id" field. It's identical to ControlKindIDEQ.

func ControlKindIDContains

func ControlKindIDContains(v string) predicate.Control

ControlKindIDContains applies the Contains predicate on the "control_kind_id" field.

func ControlKindIDContainsFold

func ControlKindIDContainsFold(v string) predicate.Control

ControlKindIDContainsFold applies the ContainsFold predicate on the "control_kind_id" field.

func ControlKindIDEQ

func ControlKindIDEQ(v string) predicate.Control

ControlKindIDEQ applies the EQ predicate on the "control_kind_id" field.

func ControlKindIDEqualFold

func ControlKindIDEqualFold(v string) predicate.Control

ControlKindIDEqualFold applies the EqualFold predicate on the "control_kind_id" field.

func ControlKindIDGT

func ControlKindIDGT(v string) predicate.Control

ControlKindIDGT applies the GT predicate on the "control_kind_id" field.

func ControlKindIDGTE

func ControlKindIDGTE(v string) predicate.Control

ControlKindIDGTE applies the GTE predicate on the "control_kind_id" field.

func ControlKindIDHasPrefix

func ControlKindIDHasPrefix(v string) predicate.Control

ControlKindIDHasPrefix applies the HasPrefix predicate on the "control_kind_id" field.

func ControlKindIDHasSuffix

func ControlKindIDHasSuffix(v string) predicate.Control

ControlKindIDHasSuffix applies the HasSuffix predicate on the "control_kind_id" field.

func ControlKindIDIn

func ControlKindIDIn(vs ...string) predicate.Control

ControlKindIDIn applies the In predicate on the "control_kind_id" field.

func ControlKindIDIsNil

func ControlKindIDIsNil() predicate.Control

ControlKindIDIsNil applies the IsNil predicate on the "control_kind_id" field.

func ControlKindIDLT

func ControlKindIDLT(v string) predicate.Control

ControlKindIDLT applies the LT predicate on the "control_kind_id" field.

func ControlKindIDLTE

func ControlKindIDLTE(v string) predicate.Control

ControlKindIDLTE applies the LTE predicate on the "control_kind_id" field.

func ControlKindIDNEQ

func ControlKindIDNEQ(v string) predicate.Control

ControlKindIDNEQ applies the NEQ predicate on the "control_kind_id" field.

func ControlKindIDNotIn

func ControlKindIDNotIn(vs ...string) predicate.Control

ControlKindIDNotIn applies the NotIn predicate on the "control_kind_id" field.

func ControlKindIDNotNil

func ControlKindIDNotNil() predicate.Control

ControlKindIDNotNil applies the NotNil predicate on the "control_kind_id" field.

func ControlKindName

func ControlKindName(v string) predicate.Control

ControlKindName applies equality check predicate on the "control_kind_name" field. It's identical to ControlKindNameEQ.

func ControlKindNameContains

func ControlKindNameContains(v string) predicate.Control

ControlKindNameContains applies the Contains predicate on the "control_kind_name" field.

func ControlKindNameContainsFold

func ControlKindNameContainsFold(v string) predicate.Control

ControlKindNameContainsFold applies the ContainsFold predicate on the "control_kind_name" field.

func ControlKindNameEQ

func ControlKindNameEQ(v string) predicate.Control

ControlKindNameEQ applies the EQ predicate on the "control_kind_name" field.

func ControlKindNameEqualFold

func ControlKindNameEqualFold(v string) predicate.Control

ControlKindNameEqualFold applies the EqualFold predicate on the "control_kind_name" field.

func ControlKindNameGT

func ControlKindNameGT(v string) predicate.Control

ControlKindNameGT applies the GT predicate on the "control_kind_name" field.

func ControlKindNameGTE

func ControlKindNameGTE(v string) predicate.Control

ControlKindNameGTE applies the GTE predicate on the "control_kind_name" field.

func ControlKindNameHasPrefix

func ControlKindNameHasPrefix(v string) predicate.Control

ControlKindNameHasPrefix applies the HasPrefix predicate on the "control_kind_name" field.

func ControlKindNameHasSuffix

func ControlKindNameHasSuffix(v string) predicate.Control

ControlKindNameHasSuffix applies the HasSuffix predicate on the "control_kind_name" field.

func ControlKindNameIn

func ControlKindNameIn(vs ...string) predicate.Control

ControlKindNameIn applies the In predicate on the "control_kind_name" field.

func ControlKindNameIsNil

func ControlKindNameIsNil() predicate.Control

ControlKindNameIsNil applies the IsNil predicate on the "control_kind_name" field.

func ControlKindNameLT

func ControlKindNameLT(v string) predicate.Control

ControlKindNameLT applies the LT predicate on the "control_kind_name" field.

func ControlKindNameLTE

func ControlKindNameLTE(v string) predicate.Control

ControlKindNameLTE applies the LTE predicate on the "control_kind_name" field.

func ControlKindNameNEQ

func ControlKindNameNEQ(v string) predicate.Control

ControlKindNameNEQ applies the NEQ predicate on the "control_kind_name" field.

func ControlKindNameNotIn

func ControlKindNameNotIn(vs ...string) predicate.Control

ControlKindNameNotIn applies the NotIn predicate on the "control_kind_name" field.

func ControlKindNameNotNil

func ControlKindNameNotNil() predicate.Control

ControlKindNameNotNil applies the NotNil predicate on the "control_kind_name" field.

func ControlOwnerID

func ControlOwnerID(v string) predicate.Control

ControlOwnerID applies equality check predicate on the "control_owner_id" field. It's identical to ControlOwnerIDEQ.

func ControlOwnerIDContains

func ControlOwnerIDContains(v string) predicate.Control

ControlOwnerIDContains applies the Contains predicate on the "control_owner_id" field.

func ControlOwnerIDContainsFold

func ControlOwnerIDContainsFold(v string) predicate.Control

ControlOwnerIDContainsFold applies the ContainsFold predicate on the "control_owner_id" field.

func ControlOwnerIDEQ

func ControlOwnerIDEQ(v string) predicate.Control

ControlOwnerIDEQ applies the EQ predicate on the "control_owner_id" field.

func ControlOwnerIDEqualFold

func ControlOwnerIDEqualFold(v string) predicate.Control

ControlOwnerIDEqualFold applies the EqualFold predicate on the "control_owner_id" field.

func ControlOwnerIDGT

func ControlOwnerIDGT(v string) predicate.Control

ControlOwnerIDGT applies the GT predicate on the "control_owner_id" field.

func ControlOwnerIDGTE

func ControlOwnerIDGTE(v string) predicate.Control

ControlOwnerIDGTE applies the GTE predicate on the "control_owner_id" field.

func ControlOwnerIDHasPrefix

func ControlOwnerIDHasPrefix(v string) predicate.Control

ControlOwnerIDHasPrefix applies the HasPrefix predicate on the "control_owner_id" field.

func ControlOwnerIDHasSuffix

func ControlOwnerIDHasSuffix(v string) predicate.Control

ControlOwnerIDHasSuffix applies the HasSuffix predicate on the "control_owner_id" field.

func ControlOwnerIDIn

func ControlOwnerIDIn(vs ...string) predicate.Control

ControlOwnerIDIn applies the In predicate on the "control_owner_id" field.

func ControlOwnerIDIsNil

func ControlOwnerIDIsNil() predicate.Control

ControlOwnerIDIsNil applies the IsNil predicate on the "control_owner_id" field.

func ControlOwnerIDLT

func ControlOwnerIDLT(v string) predicate.Control

ControlOwnerIDLT applies the LT predicate on the "control_owner_id" field.

func ControlOwnerIDLTE

func ControlOwnerIDLTE(v string) predicate.Control

ControlOwnerIDLTE applies the LTE predicate on the "control_owner_id" field.

func ControlOwnerIDNEQ

func ControlOwnerIDNEQ(v string) predicate.Control

ControlOwnerIDNEQ applies the NEQ predicate on the "control_owner_id" field.

func ControlOwnerIDNotIn

func ControlOwnerIDNotIn(vs ...string) predicate.Control

ControlOwnerIDNotIn applies the NotIn predicate on the "control_owner_id" field.

func ControlOwnerIDNotNil

func ControlOwnerIDNotNil() predicate.Control

ControlOwnerIDNotNil applies the NotNil predicate on the "control_owner_id" field.

func ControlQuestionsIsNil

func ControlQuestionsIsNil() predicate.Control

ControlQuestionsIsNil applies the IsNil predicate on the "control_questions" field.

func ControlQuestionsNotNil

func ControlQuestionsNotNil() predicate.Control

ControlQuestionsNotNil applies the NotNil predicate on the "control_questions" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Control

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Control

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Control

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Control

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Control

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Control

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Control

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Control

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Control

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

func CreatedBy

func CreatedBy(v string) predicate.Control

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

func CreatedByContains

func CreatedByContains(v string) predicate.Control

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Control

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Control

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Control

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

func CreatedByGT

func CreatedByGT(v string) predicate.Control

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Control

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Control

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Control

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Control

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

func CreatedByLT

func CreatedByLT(v string) predicate.Control

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Control

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Control

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Control

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

func DelegateID

func DelegateID(v string) predicate.Control

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

func DelegateIDContains

func DelegateIDContains(v string) predicate.Control

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

func DelegateIDContainsFold

func DelegateIDContainsFold(v string) predicate.Control

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

func DelegateIDEQ

func DelegateIDEQ(v string) predicate.Control

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

func DelegateIDEqualFold

func DelegateIDEqualFold(v string) predicate.Control

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

func DelegateIDGT

func DelegateIDGT(v string) predicate.Control

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

func DelegateIDGTE

func DelegateIDGTE(v string) predicate.Control

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

func DelegateIDHasPrefix

func DelegateIDHasPrefix(v string) predicate.Control

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

func DelegateIDHasSuffix

func DelegateIDHasSuffix(v string) predicate.Control

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

func DelegateIDIn

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

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

func DelegateIDIsNil

func DelegateIDIsNil() predicate.Control

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

func DelegateIDLT

func DelegateIDLT(v string) predicate.Control

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

func DelegateIDLTE

func DelegateIDLTE(v string) predicate.Control

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

func DelegateIDNEQ

func DelegateIDNEQ(v string) predicate.Control

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

func DelegateIDNotIn

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

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

func DelegateIDNotNil

func DelegateIDNotNil() predicate.Control

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

func DeletedAt

func DeletedAt(v time.Time) predicate.Control

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Control

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Control

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Control

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Control

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Control

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Control

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Control

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Control

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

func DeletedBy

func DeletedBy(v string) predicate.Control

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

func DeletedByContains

func DeletedByContains(v string) predicate.Control

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Control

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Control

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Control

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

func DeletedByGT

func DeletedByGT(v string) predicate.Control

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Control

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Control

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Control

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Control

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

func DeletedByLT

func DeletedByLT(v string) predicate.Control

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Control

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Control

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Control

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

func Description

func Description(v string) predicate.Control

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

func DescriptionContains

func DescriptionContains(v string) predicate.Control

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Control

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.Control

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Control

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

func DescriptionGT

func DescriptionGT(v string) predicate.Control

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.Control

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Control

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Control

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.Control

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

func DescriptionJSONIsNil

func DescriptionJSONIsNil() predicate.Control

DescriptionJSONIsNil applies the IsNil predicate on the "description_json" field.

func DescriptionJSONNotNil

func DescriptionJSONNotNil() predicate.Control

DescriptionJSONNotNil applies the NotNil predicate on the "description_json" field.

func DescriptionLT

func DescriptionLT(v string) predicate.Control

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.Control

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Control

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.Control

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

func DisplayID

func DisplayID(v string) predicate.Control

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.Control

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.Control

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

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.Control

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.Control

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

func DisplayIDGT

func DisplayIDGT(v string) predicate.Control

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

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.Control

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.Control

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.Control

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

func DisplayIDIn

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

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

func DisplayIDLT

func DisplayIDLT(v string) predicate.Control

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

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.Control

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

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.Control

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

func DisplayIDNotIn

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

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

func EnvironmentID

func EnvironmentID(v string) predicate.Control

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

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.Control

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

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.Control

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

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.Control

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

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.Control

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

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.Control

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

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.Control

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

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.Control

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

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.Control

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

func EnvironmentIDIn

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

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

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.Control

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

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.Control

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

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.Control

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

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.Control

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

func EnvironmentIDNotIn

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

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

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.Control

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

func EnvironmentName

func EnvironmentName(v string) predicate.Control

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

func EnvironmentNameContains

func EnvironmentNameContains(v string) predicate.Control

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

func EnvironmentNameContainsFold

func EnvironmentNameContainsFold(v string) predicate.Control

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

func EnvironmentNameEQ

func EnvironmentNameEQ(v string) predicate.Control

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

func EnvironmentNameEqualFold

func EnvironmentNameEqualFold(v string) predicate.Control

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

func EnvironmentNameGT

func EnvironmentNameGT(v string) predicate.Control

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

func EnvironmentNameGTE

func EnvironmentNameGTE(v string) predicate.Control

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

func EnvironmentNameHasPrefix

func EnvironmentNameHasPrefix(v string) predicate.Control

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

func EnvironmentNameHasSuffix

func EnvironmentNameHasSuffix(v string) predicate.Control

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

func EnvironmentNameIn

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

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

func EnvironmentNameIsNil

func EnvironmentNameIsNil() predicate.Control

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

func EnvironmentNameLT

func EnvironmentNameLT(v string) predicate.Control

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

func EnvironmentNameLTE

func EnvironmentNameLTE(v string) predicate.Control

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

func EnvironmentNameNEQ

func EnvironmentNameNEQ(v string) predicate.Control

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

func EnvironmentNameNotIn

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

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

func EnvironmentNameNotNil

func EnvironmentNameNotNil() predicate.Control

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

func EvidenceRequestsIsNil

func EvidenceRequestsIsNil() predicate.Control

EvidenceRequestsIsNil applies the IsNil predicate on the "evidence_requests" field.

func EvidenceRequestsNotNil

func EvidenceRequestsNotNil() predicate.Control

EvidenceRequestsNotNil applies the NotNil predicate on the "evidence_requests" field.

func ExampleEvidenceIsNil

func ExampleEvidenceIsNil() predicate.Control

ExampleEvidenceIsNil applies the IsNil predicate on the "example_evidence" field.

func ExampleEvidenceNotNil

func ExampleEvidenceNotNil() predicate.Control

ExampleEvidenceNotNil applies the NotNil predicate on the "example_evidence" field.

func ExternalUUID

func ExternalUUID(v string) predicate.Control

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

func ExternalUUIDContains

func ExternalUUIDContains(v string) predicate.Control

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

func ExternalUUIDContainsFold

func ExternalUUIDContainsFold(v string) predicate.Control

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

func ExternalUUIDEQ

func ExternalUUIDEQ(v string) predicate.Control

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

func ExternalUUIDEqualFold

func ExternalUUIDEqualFold(v string) predicate.Control

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

func ExternalUUIDGT

func ExternalUUIDGT(v string) predicate.Control

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

func ExternalUUIDGTE

func ExternalUUIDGTE(v string) predicate.Control

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

func ExternalUUIDHasPrefix

func ExternalUUIDHasPrefix(v string) predicate.Control

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

func ExternalUUIDHasSuffix

func ExternalUUIDHasSuffix(v string) predicate.Control

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

func ExternalUUIDIn

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

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

func ExternalUUIDIsNil

func ExternalUUIDIsNil() predicate.Control

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

func ExternalUUIDLT

func ExternalUUIDLT(v string) predicate.Control

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

func ExternalUUIDLTE

func ExternalUUIDLTE(v string) predicate.Control

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

func ExternalUUIDNEQ

func ExternalUUIDNEQ(v string) predicate.Control

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

func ExternalUUIDNotIn

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

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

func ExternalUUIDNotNil

func ExternalUUIDNotNil() predicate.Control

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

func HasActionPlans

func HasActionPlans() predicate.Control

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

func HasActionPlansWith

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

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

func HasAssets

func HasAssets() predicate.Control

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

func HasAssetsWith

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

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

func HasBlockedGroups

func HasBlockedGroups() predicate.Control

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

func HasBlockedGroupsWith

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

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

func HasCampaigns

func HasCampaigns() predicate.Control

HasCampaigns applies the HasEdge predicate on the "campaigns" edge.

func HasCampaignsWith

func HasCampaignsWith(preds ...predicate.Campaign) predicate.Control

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

func HasCheckResults

func HasCheckResults() predicate.Control

HasCheckResults applies the HasEdge predicate on the "check_results" edge.

func HasCheckResultsWith

func HasCheckResultsWith(preds ...predicate.CheckResult) predicate.Control

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

func HasComments

func HasComments() predicate.Control

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

func HasCommentsWith

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

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

func HasControlImplementations

func HasControlImplementations() predicate.Control

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

func HasControlImplementationsWith

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

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

func HasControlKind

func HasControlKind() predicate.Control

HasControlKind applies the HasEdge predicate on the "control_kind" edge.

func HasControlKindWith

func HasControlKindWith(preds ...predicate.CustomTypeEnum) predicate.Control

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

func HasControlMappings

func HasControlMappings() predicate.Control

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

func HasControlMappingsWith

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

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

func HasControlObjectives

func HasControlObjectives() predicate.Control

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

func HasControlObjectivesWith

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

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

func HasControlOwner

func HasControlOwner() predicate.Control

HasControlOwner applies the HasEdge predicate on the "control_owner" edge.

func HasControlOwnerWith

func HasControlOwnerWith(preds ...predicate.Group) predicate.Control

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

func HasDelegate

func HasDelegate() predicate.Control

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

func HasDelegateWith

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

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

func HasDiscussions

func HasDiscussions() predicate.Control

HasDiscussions applies the HasEdge predicate on the "discussions" edge.

func HasDiscussionsWith

func HasDiscussionsWith(preds ...predicate.Discussion) predicate.Control

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

func HasEditors

func HasEditors() predicate.Control

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

func HasEditorsWith

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

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

func HasEntities

func HasEntities() predicate.Control

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

func HasEntitiesWith

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

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

func HasEnvironment

func HasEnvironment() predicate.Control

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

func HasEnvironmentWith

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

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

func HasEvidence

func HasEvidence() predicate.Control

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

func HasEvidenceWith

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

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

func HasFindings

func HasFindings() predicate.Control

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

func HasFindingsWith

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

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

func HasIdentityHolders

func HasIdentityHolders() predicate.Control

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

func HasIdentityHoldersWith

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

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

func HasInternalPolicies

func HasInternalPolicies() predicate.Control

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

func HasInternalPoliciesWith

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

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

func HasMappedFromControls

func HasMappedFromControls() predicate.Control

HasMappedFromControls applies the HasEdge predicate on the "mapped_from_controls" edge.

func HasMappedFromControlsWith

func HasMappedFromControlsWith(preds ...predicate.MappedControl) predicate.Control

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

func HasMappedToControls

func HasMappedToControls() predicate.Control

HasMappedToControls applies the HasEdge predicate on the "mapped_to_controls" edge.

func HasMappedToControlsWith

func HasMappedToControlsWith(preds ...predicate.MappedControl) predicate.Control

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

func HasNarratives

func HasNarratives() predicate.Control

HasNarratives applies the HasEdge predicate on the "narratives" edge.

func HasNarrativesWith

func HasNarrativesWith(preds ...predicate.Narrative) predicate.Control

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

func HasOwner

func HasOwner() predicate.Control

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

func HasOwnerWith

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

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

func HasPlatforms

func HasPlatforms() predicate.Control

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

func HasPlatformsWith

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

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

func HasProcedures

func HasProcedures() predicate.Control

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

func HasProceduresWith

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

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

func HasPrograms

func HasPrograms() predicate.Control

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

func HasProgramsWith

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

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

func HasRemediations

func HasRemediations() predicate.Control

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

func HasRemediationsWith

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

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

func HasResponsibleParty

func HasResponsibleParty() predicate.Control

HasResponsibleParty applies the HasEdge predicate on the "responsible_party" edge.

func HasResponsiblePartyWith

func HasResponsiblePartyWith(preds ...predicate.Entity) predicate.Control

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

func HasReviews

func HasReviews() predicate.Control

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

func HasReviewsWith

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

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

func HasRisks

func HasRisks() predicate.Control

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

func HasRisksWith

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

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

func HasScans

func HasScans() predicate.Control

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

func HasScansWith

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

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

func HasScope

func HasScope() predicate.Control

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

func HasScopeWith

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

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

func HasStandard

func HasStandard() predicate.Control

HasStandard applies the HasEdge predicate on the "standard" edge.

func HasStandardWith

func HasStandardWith(preds ...predicate.Standard) predicate.Control

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

func HasSubcontrols

func HasSubcontrols() predicate.Control

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

func HasSubcontrolsWith

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

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

func HasTasks

func HasTasks() predicate.Control

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

func HasTasksWith

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

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

func HasVulnerabilities

func HasVulnerabilities() predicate.Control

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

func HasVulnerabilitiesWith

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

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

func HasWorkflowObjectRefs

func HasWorkflowObjectRefs() predicate.Control

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

func HasWorkflowObjectRefsWith

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

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

func ID

func ID(id string) predicate.Control

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Control

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Control

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Control

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Control

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Control

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Control

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Control

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Control

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func ImplementationDescription

func ImplementationDescription(v string) predicate.Control

ImplementationDescription applies equality check predicate on the "implementation_description" field. It's identical to ImplementationDescriptionEQ.

func ImplementationDescriptionContains

func ImplementationDescriptionContains(v string) predicate.Control

ImplementationDescriptionContains applies the Contains predicate on the "implementation_description" field.

func ImplementationDescriptionContainsFold

func ImplementationDescriptionContainsFold(v string) predicate.Control

ImplementationDescriptionContainsFold applies the ContainsFold predicate on the "implementation_description" field.

func ImplementationDescriptionEQ

func ImplementationDescriptionEQ(v string) predicate.Control

ImplementationDescriptionEQ applies the EQ predicate on the "implementation_description" field.

func ImplementationDescriptionEqualFold

func ImplementationDescriptionEqualFold(v string) predicate.Control

ImplementationDescriptionEqualFold applies the EqualFold predicate on the "implementation_description" field.

func ImplementationDescriptionGT

func ImplementationDescriptionGT(v string) predicate.Control

ImplementationDescriptionGT applies the GT predicate on the "implementation_description" field.

func ImplementationDescriptionGTE

func ImplementationDescriptionGTE(v string) predicate.Control

ImplementationDescriptionGTE applies the GTE predicate on the "implementation_description" field.

func ImplementationDescriptionHasPrefix

func ImplementationDescriptionHasPrefix(v string) predicate.Control

ImplementationDescriptionHasPrefix applies the HasPrefix predicate on the "implementation_description" field.

func ImplementationDescriptionHasSuffix

func ImplementationDescriptionHasSuffix(v string) predicate.Control

ImplementationDescriptionHasSuffix applies the HasSuffix predicate on the "implementation_description" field.

func ImplementationDescriptionIn

func ImplementationDescriptionIn(vs ...string) predicate.Control

ImplementationDescriptionIn applies the In predicate on the "implementation_description" field.

func ImplementationDescriptionIsNil

func ImplementationDescriptionIsNil() predicate.Control

ImplementationDescriptionIsNil applies the IsNil predicate on the "implementation_description" field.

func ImplementationDescriptionLT

func ImplementationDescriptionLT(v string) predicate.Control

ImplementationDescriptionLT applies the LT predicate on the "implementation_description" field.

func ImplementationDescriptionLTE

func ImplementationDescriptionLTE(v string) predicate.Control

ImplementationDescriptionLTE applies the LTE predicate on the "implementation_description" field.

func ImplementationDescriptionNEQ

func ImplementationDescriptionNEQ(v string) predicate.Control

ImplementationDescriptionNEQ applies the NEQ predicate on the "implementation_description" field.

func ImplementationDescriptionNotIn

func ImplementationDescriptionNotIn(vs ...string) predicate.Control

ImplementationDescriptionNotIn applies the NotIn predicate on the "implementation_description" field.

func ImplementationDescriptionNotNil

func ImplementationDescriptionNotNil() predicate.Control

ImplementationDescriptionNotNil applies the NotNil predicate on the "implementation_description" field.

func ImplementationGuidanceIsNil

func ImplementationGuidanceIsNil() predicate.Control

ImplementationGuidanceIsNil applies the IsNil predicate on the "implementation_guidance" field.

func ImplementationGuidanceNotNil

func ImplementationGuidanceNotNil() predicate.Control

ImplementationGuidanceNotNil applies the NotNil predicate on the "implementation_guidance" field.

func ImplementationStatusEQ

func ImplementationStatusEQ(v enums.ControlImplementationStatus) predicate.Control

ImplementationStatusEQ applies the EQ predicate on the "implementation_status" field.

func ImplementationStatusIn

func ImplementationStatusIn(vs ...enums.ControlImplementationStatus) predicate.Control

ImplementationStatusIn applies the In predicate on the "implementation_status" field.

func ImplementationStatusIsNil

func ImplementationStatusIsNil() predicate.Control

ImplementationStatusIsNil applies the IsNil predicate on the "implementation_status" field.

func ImplementationStatusNEQ

func ImplementationStatusNEQ(v enums.ControlImplementationStatus) predicate.Control

ImplementationStatusNEQ applies the NEQ predicate on the "implementation_status" field.

func ImplementationStatusNotIn

func ImplementationStatusNotIn(vs ...enums.ControlImplementationStatus) predicate.Control

ImplementationStatusNotIn applies the NotIn predicate on the "implementation_status" field.

func ImplementationStatusNotNil

func ImplementationStatusNotNil() predicate.Control

ImplementationStatusNotNil applies the NotNil predicate on the "implementation_status" field.

func ImplementationStatusValidator

func ImplementationStatusValidator(is enums.ControlImplementationStatus) error

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

func InternalNotes

func InternalNotes(v string) predicate.Control

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

func InternalNotesContains

func InternalNotesContains(v string) predicate.Control

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

func InternalNotesContainsFold

func InternalNotesContainsFold(v string) predicate.Control

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

func InternalNotesEQ

func InternalNotesEQ(v string) predicate.Control

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

func InternalNotesEqualFold

func InternalNotesEqualFold(v string) predicate.Control

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

func InternalNotesGT

func InternalNotesGT(v string) predicate.Control

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

func InternalNotesGTE

func InternalNotesGTE(v string) predicate.Control

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

func InternalNotesHasPrefix

func InternalNotesHasPrefix(v string) predicate.Control

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

func InternalNotesHasSuffix

func InternalNotesHasSuffix(v string) predicate.Control

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

func InternalNotesIn

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

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

func InternalNotesIsNil

func InternalNotesIsNil() predicate.Control

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

func InternalNotesLT

func InternalNotesLT(v string) predicate.Control

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

func InternalNotesLTE

func InternalNotesLTE(v string) predicate.Control

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

func InternalNotesNEQ

func InternalNotesNEQ(v string) predicate.Control

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

func InternalNotesNotIn

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

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

func InternalNotesNotNil

func InternalNotesNotNil() predicate.Control

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

func IsTrustCenterControl

func IsTrustCenterControl(v bool) predicate.Control

IsTrustCenterControl applies equality check predicate on the "is_trust_center_control" field. It's identical to IsTrustCenterControlEQ.

func IsTrustCenterControlEQ

func IsTrustCenterControlEQ(v bool) predicate.Control

IsTrustCenterControlEQ applies the EQ predicate on the "is_trust_center_control" field.

func IsTrustCenterControlIsNil

func IsTrustCenterControlIsNil() predicate.Control

IsTrustCenterControlIsNil applies the IsNil predicate on the "is_trust_center_control" field.

func IsTrustCenterControlNEQ

func IsTrustCenterControlNEQ(v bool) predicate.Control

IsTrustCenterControlNEQ applies the NEQ predicate on the "is_trust_center_control" field.

func IsTrustCenterControlNotNil

func IsTrustCenterControlNotNil() predicate.Control

IsTrustCenterControlNotNil applies the NotNil predicate on the "is_trust_center_control" field.

func MappedCategoriesIsNil

func MappedCategoriesIsNil() predicate.Control

MappedCategoriesIsNil applies the IsNil predicate on the "mapped_categories" field.

func MappedCategoriesNotNil

func MappedCategoriesNotNil() predicate.Control

MappedCategoriesNotNil applies the NotNil predicate on the "mapped_categories" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Control) predicate.Control

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.Control

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Control

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Control

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Control

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Control

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Control

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Control

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Control

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Control

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Control

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Control

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Control

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Control

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Control

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

func PublicRepresentation

func PublicRepresentation(v string) predicate.Control

PublicRepresentation applies equality check predicate on the "public_representation" field. It's identical to PublicRepresentationEQ.

func PublicRepresentationContains

func PublicRepresentationContains(v string) predicate.Control

PublicRepresentationContains applies the Contains predicate on the "public_representation" field.

func PublicRepresentationContainsFold

func PublicRepresentationContainsFold(v string) predicate.Control

PublicRepresentationContainsFold applies the ContainsFold predicate on the "public_representation" field.

func PublicRepresentationEQ

func PublicRepresentationEQ(v string) predicate.Control

PublicRepresentationEQ applies the EQ predicate on the "public_representation" field.

func PublicRepresentationEqualFold

func PublicRepresentationEqualFold(v string) predicate.Control

PublicRepresentationEqualFold applies the EqualFold predicate on the "public_representation" field.

func PublicRepresentationGT

func PublicRepresentationGT(v string) predicate.Control

PublicRepresentationGT applies the GT predicate on the "public_representation" field.

func PublicRepresentationGTE

func PublicRepresentationGTE(v string) predicate.Control

PublicRepresentationGTE applies the GTE predicate on the "public_representation" field.

func PublicRepresentationHasPrefix

func PublicRepresentationHasPrefix(v string) predicate.Control

PublicRepresentationHasPrefix applies the HasPrefix predicate on the "public_representation" field.

func PublicRepresentationHasSuffix

func PublicRepresentationHasSuffix(v string) predicate.Control

PublicRepresentationHasSuffix applies the HasSuffix predicate on the "public_representation" field.

func PublicRepresentationIn

func PublicRepresentationIn(vs ...string) predicate.Control

PublicRepresentationIn applies the In predicate on the "public_representation" field.

func PublicRepresentationIsNil

func PublicRepresentationIsNil() predicate.Control

PublicRepresentationIsNil applies the IsNil predicate on the "public_representation" field.

func PublicRepresentationLT

func PublicRepresentationLT(v string) predicate.Control

PublicRepresentationLT applies the LT predicate on the "public_representation" field.

func PublicRepresentationLTE

func PublicRepresentationLTE(v string) predicate.Control

PublicRepresentationLTE applies the LTE predicate on the "public_representation" field.

func PublicRepresentationNEQ

func PublicRepresentationNEQ(v string) predicate.Control

PublicRepresentationNEQ applies the NEQ predicate on the "public_representation" field.

func PublicRepresentationNotIn

func PublicRepresentationNotIn(vs ...string) predicate.Control

PublicRepresentationNotIn applies the NotIn predicate on the "public_representation" field.

func PublicRepresentationNotNil

func PublicRepresentationNotNil() predicate.Control

PublicRepresentationNotNil applies the NotNil predicate on the "public_representation" field.

func RefCode

func RefCode(v string) predicate.Control

RefCode applies equality check predicate on the "ref_code" field. It's identical to RefCodeEQ.

func RefCodeContains

func RefCodeContains(v string) predicate.Control

RefCodeContains applies the Contains predicate on the "ref_code" field.

func RefCodeContainsFold

func RefCodeContainsFold(v string) predicate.Control

RefCodeContainsFold applies the ContainsFold predicate on the "ref_code" field.

func RefCodeEQ

func RefCodeEQ(v string) predicate.Control

RefCodeEQ applies the EQ predicate on the "ref_code" field.

func RefCodeEqualFold

func RefCodeEqualFold(v string) predicate.Control

RefCodeEqualFold applies the EqualFold predicate on the "ref_code" field.

func RefCodeGT

func RefCodeGT(v string) predicate.Control

RefCodeGT applies the GT predicate on the "ref_code" field.

func RefCodeGTE

func RefCodeGTE(v string) predicate.Control

RefCodeGTE applies the GTE predicate on the "ref_code" field.

func RefCodeHasPrefix

func RefCodeHasPrefix(v string) predicate.Control

RefCodeHasPrefix applies the HasPrefix predicate on the "ref_code" field.

func RefCodeHasSuffix

func RefCodeHasSuffix(v string) predicate.Control

RefCodeHasSuffix applies the HasSuffix predicate on the "ref_code" field.

func RefCodeIn

func RefCodeIn(vs ...string) predicate.Control

RefCodeIn applies the In predicate on the "ref_code" field.

func RefCodeLT

func RefCodeLT(v string) predicate.Control

RefCodeLT applies the LT predicate on the "ref_code" field.

func RefCodeLTE

func RefCodeLTE(v string) predicate.Control

RefCodeLTE applies the LTE predicate on the "ref_code" field.

func RefCodeNEQ

func RefCodeNEQ(v string) predicate.Control

RefCodeNEQ applies the NEQ predicate on the "ref_code" field.

func RefCodeNotIn

func RefCodeNotIn(vs ...string) predicate.Control

RefCodeNotIn applies the NotIn predicate on the "ref_code" field.

func ReferenceFramework

func ReferenceFramework(v string) predicate.Control

ReferenceFramework applies equality check predicate on the "reference_framework" field. It's identical to ReferenceFrameworkEQ.

func ReferenceFrameworkContains

func ReferenceFrameworkContains(v string) predicate.Control

ReferenceFrameworkContains applies the Contains predicate on the "reference_framework" field.

func ReferenceFrameworkContainsFold

func ReferenceFrameworkContainsFold(v string) predicate.Control

ReferenceFrameworkContainsFold applies the ContainsFold predicate on the "reference_framework" field.

func ReferenceFrameworkEQ

func ReferenceFrameworkEQ(v string) predicate.Control

ReferenceFrameworkEQ applies the EQ predicate on the "reference_framework" field.

func ReferenceFrameworkEqualFold

func ReferenceFrameworkEqualFold(v string) predicate.Control

ReferenceFrameworkEqualFold applies the EqualFold predicate on the "reference_framework" field.

func ReferenceFrameworkGT

func ReferenceFrameworkGT(v string) predicate.Control

ReferenceFrameworkGT applies the GT predicate on the "reference_framework" field.

func ReferenceFrameworkGTE

func ReferenceFrameworkGTE(v string) predicate.Control

ReferenceFrameworkGTE applies the GTE predicate on the "reference_framework" field.

func ReferenceFrameworkHasPrefix

func ReferenceFrameworkHasPrefix(v string) predicate.Control

ReferenceFrameworkHasPrefix applies the HasPrefix predicate on the "reference_framework" field.

func ReferenceFrameworkHasSuffix

func ReferenceFrameworkHasSuffix(v string) predicate.Control

ReferenceFrameworkHasSuffix applies the HasSuffix predicate on the "reference_framework" field.

func ReferenceFrameworkIn

func ReferenceFrameworkIn(vs ...string) predicate.Control

ReferenceFrameworkIn applies the In predicate on the "reference_framework" field.

func ReferenceFrameworkIsNil

func ReferenceFrameworkIsNil() predicate.Control

ReferenceFrameworkIsNil applies the IsNil predicate on the "reference_framework" field.

func ReferenceFrameworkLT

func ReferenceFrameworkLT(v string) predicate.Control

ReferenceFrameworkLT applies the LT predicate on the "reference_framework" field.

func ReferenceFrameworkLTE

func ReferenceFrameworkLTE(v string) predicate.Control

ReferenceFrameworkLTE applies the LTE predicate on the "reference_framework" field.

func ReferenceFrameworkNEQ

func ReferenceFrameworkNEQ(v string) predicate.Control

ReferenceFrameworkNEQ applies the NEQ predicate on the "reference_framework" field.

func ReferenceFrameworkNotIn

func ReferenceFrameworkNotIn(vs ...string) predicate.Control

ReferenceFrameworkNotIn applies the NotIn predicate on the "reference_framework" field.

func ReferenceFrameworkNotNil

func ReferenceFrameworkNotNil() predicate.Control

ReferenceFrameworkNotNil applies the NotNil predicate on the "reference_framework" field.

func ReferenceFrameworkRevision

func ReferenceFrameworkRevision(v string) predicate.Control

ReferenceFrameworkRevision applies equality check predicate on the "reference_framework_revision" field. It's identical to ReferenceFrameworkRevisionEQ.

func ReferenceFrameworkRevisionContains

func ReferenceFrameworkRevisionContains(v string) predicate.Control

ReferenceFrameworkRevisionContains applies the Contains predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionContainsFold

func ReferenceFrameworkRevisionContainsFold(v string) predicate.Control

ReferenceFrameworkRevisionContainsFold applies the ContainsFold predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionEQ

func ReferenceFrameworkRevisionEQ(v string) predicate.Control

ReferenceFrameworkRevisionEQ applies the EQ predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionEqualFold

func ReferenceFrameworkRevisionEqualFold(v string) predicate.Control

ReferenceFrameworkRevisionEqualFold applies the EqualFold predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionGT

func ReferenceFrameworkRevisionGT(v string) predicate.Control

ReferenceFrameworkRevisionGT applies the GT predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionGTE

func ReferenceFrameworkRevisionGTE(v string) predicate.Control

ReferenceFrameworkRevisionGTE applies the GTE predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionHasPrefix

func ReferenceFrameworkRevisionHasPrefix(v string) predicate.Control

ReferenceFrameworkRevisionHasPrefix applies the HasPrefix predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionHasSuffix

func ReferenceFrameworkRevisionHasSuffix(v string) predicate.Control

ReferenceFrameworkRevisionHasSuffix applies the HasSuffix predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionIn

func ReferenceFrameworkRevisionIn(vs ...string) predicate.Control

ReferenceFrameworkRevisionIn applies the In predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionIsNil

func ReferenceFrameworkRevisionIsNil() predicate.Control

ReferenceFrameworkRevisionIsNil applies the IsNil predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionLT

func ReferenceFrameworkRevisionLT(v string) predicate.Control

ReferenceFrameworkRevisionLT applies the LT predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionLTE

func ReferenceFrameworkRevisionLTE(v string) predicate.Control

ReferenceFrameworkRevisionLTE applies the LTE predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionNEQ

func ReferenceFrameworkRevisionNEQ(v string) predicate.Control

ReferenceFrameworkRevisionNEQ applies the NEQ predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionNotIn

func ReferenceFrameworkRevisionNotIn(vs ...string) predicate.Control

ReferenceFrameworkRevisionNotIn applies the NotIn predicate on the "reference_framework_revision" field.

func ReferenceFrameworkRevisionNotNil

func ReferenceFrameworkRevisionNotNil() predicate.Control

ReferenceFrameworkRevisionNotNil applies the NotNil predicate on the "reference_framework_revision" field.

func ReferenceID

func ReferenceID(v string) predicate.Control

ReferenceID applies equality check predicate on the "reference_id" field. It's identical to ReferenceIDEQ.

func ReferenceIDContains

func ReferenceIDContains(v string) predicate.Control

ReferenceIDContains applies the Contains predicate on the "reference_id" field.

func ReferenceIDContainsFold

func ReferenceIDContainsFold(v string) predicate.Control

ReferenceIDContainsFold applies the ContainsFold predicate on the "reference_id" field.

func ReferenceIDEQ

func ReferenceIDEQ(v string) predicate.Control

ReferenceIDEQ applies the EQ predicate on the "reference_id" field.

func ReferenceIDEqualFold

func ReferenceIDEqualFold(v string) predicate.Control

ReferenceIDEqualFold applies the EqualFold predicate on the "reference_id" field.

func ReferenceIDGT

func ReferenceIDGT(v string) predicate.Control

ReferenceIDGT applies the GT predicate on the "reference_id" field.

func ReferenceIDGTE

func ReferenceIDGTE(v string) predicate.Control

ReferenceIDGTE applies the GTE predicate on the "reference_id" field.

func ReferenceIDHasPrefix

func ReferenceIDHasPrefix(v string) predicate.Control

ReferenceIDHasPrefix applies the HasPrefix predicate on the "reference_id" field.

func ReferenceIDHasSuffix

func ReferenceIDHasSuffix(v string) predicate.Control

ReferenceIDHasSuffix applies the HasSuffix predicate on the "reference_id" field.

func ReferenceIDIn

func ReferenceIDIn(vs ...string) predicate.Control

ReferenceIDIn applies the In predicate on the "reference_id" field.

func ReferenceIDIsNil

func ReferenceIDIsNil() predicate.Control

ReferenceIDIsNil applies the IsNil predicate on the "reference_id" field.

func ReferenceIDLT

func ReferenceIDLT(v string) predicate.Control

ReferenceIDLT applies the LT predicate on the "reference_id" field.

func ReferenceIDLTE

func ReferenceIDLTE(v string) predicate.Control

ReferenceIDLTE applies the LTE predicate on the "reference_id" field.

func ReferenceIDNEQ

func ReferenceIDNEQ(v string) predicate.Control

ReferenceIDNEQ applies the NEQ predicate on the "reference_id" field.

func ReferenceIDNotIn

func ReferenceIDNotIn(vs ...string) predicate.Control

ReferenceIDNotIn applies the NotIn predicate on the "reference_id" field.

func ReferenceIDNotNil

func ReferenceIDNotNil() predicate.Control

ReferenceIDNotNil applies the NotNil predicate on the "reference_id" field.

func ReferencesIsNil

func ReferencesIsNil() predicate.Control

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

func ReferencesNotNil

func ReferencesNotNil() predicate.Control

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

func ResponsiblePartyID

func ResponsiblePartyID(v string) predicate.Control

ResponsiblePartyID applies equality check predicate on the "responsible_party_id" field. It's identical to ResponsiblePartyIDEQ.

func ResponsiblePartyIDContains

func ResponsiblePartyIDContains(v string) predicate.Control

ResponsiblePartyIDContains applies the Contains predicate on the "responsible_party_id" field.

func ResponsiblePartyIDContainsFold

func ResponsiblePartyIDContainsFold(v string) predicate.Control

ResponsiblePartyIDContainsFold applies the ContainsFold predicate on the "responsible_party_id" field.

func ResponsiblePartyIDEQ

func ResponsiblePartyIDEQ(v string) predicate.Control

ResponsiblePartyIDEQ applies the EQ predicate on the "responsible_party_id" field.

func ResponsiblePartyIDEqualFold

func ResponsiblePartyIDEqualFold(v string) predicate.Control

ResponsiblePartyIDEqualFold applies the EqualFold predicate on the "responsible_party_id" field.

func ResponsiblePartyIDGT

func ResponsiblePartyIDGT(v string) predicate.Control

ResponsiblePartyIDGT applies the GT predicate on the "responsible_party_id" field.

func ResponsiblePartyIDGTE

func ResponsiblePartyIDGTE(v string) predicate.Control

ResponsiblePartyIDGTE applies the GTE predicate on the "responsible_party_id" field.

func ResponsiblePartyIDHasPrefix

func ResponsiblePartyIDHasPrefix(v string) predicate.Control

ResponsiblePartyIDHasPrefix applies the HasPrefix predicate on the "responsible_party_id" field.

func ResponsiblePartyIDHasSuffix

func ResponsiblePartyIDHasSuffix(v string) predicate.Control

ResponsiblePartyIDHasSuffix applies the HasSuffix predicate on the "responsible_party_id" field.

func ResponsiblePartyIDIn

func ResponsiblePartyIDIn(vs ...string) predicate.Control

ResponsiblePartyIDIn applies the In predicate on the "responsible_party_id" field.

func ResponsiblePartyIDIsNil

func ResponsiblePartyIDIsNil() predicate.Control

ResponsiblePartyIDIsNil applies the IsNil predicate on the "responsible_party_id" field.

func ResponsiblePartyIDLT

func ResponsiblePartyIDLT(v string) predicate.Control

ResponsiblePartyIDLT applies the LT predicate on the "responsible_party_id" field.

func ResponsiblePartyIDLTE

func ResponsiblePartyIDLTE(v string) predicate.Control

ResponsiblePartyIDLTE applies the LTE predicate on the "responsible_party_id" field.

func ResponsiblePartyIDNEQ

func ResponsiblePartyIDNEQ(v string) predicate.Control

ResponsiblePartyIDNEQ applies the NEQ predicate on the "responsible_party_id" field.

func ResponsiblePartyIDNotIn

func ResponsiblePartyIDNotIn(vs ...string) predicate.Control

ResponsiblePartyIDNotIn applies the NotIn predicate on the "responsible_party_id" field.

func ResponsiblePartyIDNotNil

func ResponsiblePartyIDNotNil() predicate.Control

ResponsiblePartyIDNotNil applies the NotNil predicate on the "responsible_party_id" field.

func ScopeID

func ScopeID(v string) predicate.Control

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

func ScopeIDContains

func ScopeIDContains(v string) predicate.Control

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

func ScopeIDContainsFold

func ScopeIDContainsFold(v string) predicate.Control

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

func ScopeIDEQ

func ScopeIDEQ(v string) predicate.Control

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

func ScopeIDEqualFold

func ScopeIDEqualFold(v string) predicate.Control

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

func ScopeIDGT

func ScopeIDGT(v string) predicate.Control

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

func ScopeIDGTE

func ScopeIDGTE(v string) predicate.Control

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

func ScopeIDHasPrefix

func ScopeIDHasPrefix(v string) predicate.Control

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

func ScopeIDHasSuffix

func ScopeIDHasSuffix(v string) predicate.Control

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

func ScopeIDIn

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

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

func ScopeIDIsNil

func ScopeIDIsNil() predicate.Control

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

func ScopeIDLT

func ScopeIDLT(v string) predicate.Control

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

func ScopeIDLTE

func ScopeIDLTE(v string) predicate.Control

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

func ScopeIDNEQ

func ScopeIDNEQ(v string) predicate.Control

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

func ScopeIDNotIn

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

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

func ScopeIDNotNil

func ScopeIDNotNil() predicate.Control

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

func ScopeName

func ScopeName(v string) predicate.Control

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

func ScopeNameContains

func ScopeNameContains(v string) predicate.Control

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

func ScopeNameContainsFold

func ScopeNameContainsFold(v string) predicate.Control

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

func ScopeNameEQ

func ScopeNameEQ(v string) predicate.Control

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

func ScopeNameEqualFold

func ScopeNameEqualFold(v string) predicate.Control

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

func ScopeNameGT

func ScopeNameGT(v string) predicate.Control

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

func ScopeNameGTE

func ScopeNameGTE(v string) predicate.Control

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

func ScopeNameHasPrefix

func ScopeNameHasPrefix(v string) predicate.Control

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

func ScopeNameHasSuffix

func ScopeNameHasSuffix(v string) predicate.Control

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

func ScopeNameIn

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

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

func ScopeNameIsNil

func ScopeNameIsNil() predicate.Control

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

func ScopeNameLT

func ScopeNameLT(v string) predicate.Control

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

func ScopeNameLTE

func ScopeNameLTE(v string) predicate.Control

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

func ScopeNameNEQ

func ScopeNameNEQ(v string) predicate.Control

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

func ScopeNameNotIn

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

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

func ScopeNameNotNil

func ScopeNameNotNil() predicate.Control

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

func SourceEQ

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

func SourceIn

func SourceIn(vs ...enums.ControlSource) predicate.Control

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

func SourceIsNil

func SourceIsNil() predicate.Control

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

func SourceNEQ

func SourceNEQ(v enums.ControlSource) predicate.Control

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

func SourceName

func SourceName(v string) predicate.Control

SourceName applies equality check predicate on the "source_name" field. It's identical to SourceNameEQ.

func SourceNameContains

func SourceNameContains(v string) predicate.Control

SourceNameContains applies the Contains predicate on the "source_name" field.

func SourceNameContainsFold

func SourceNameContainsFold(v string) predicate.Control

SourceNameContainsFold applies the ContainsFold predicate on the "source_name" field.

func SourceNameEQ

func SourceNameEQ(v string) predicate.Control

SourceNameEQ applies the EQ predicate on the "source_name" field.

func SourceNameEqualFold

func SourceNameEqualFold(v string) predicate.Control

SourceNameEqualFold applies the EqualFold predicate on the "source_name" field.

func SourceNameGT

func SourceNameGT(v string) predicate.Control

SourceNameGT applies the GT predicate on the "source_name" field.

func SourceNameGTE

func SourceNameGTE(v string) predicate.Control

SourceNameGTE applies the GTE predicate on the "source_name" field.

func SourceNameHasPrefix

func SourceNameHasPrefix(v string) predicate.Control

SourceNameHasPrefix applies the HasPrefix predicate on the "source_name" field.

func SourceNameHasSuffix

func SourceNameHasSuffix(v string) predicate.Control

SourceNameHasSuffix applies the HasSuffix predicate on the "source_name" field.

func SourceNameIn

func SourceNameIn(vs ...string) predicate.Control

SourceNameIn applies the In predicate on the "source_name" field.

func SourceNameIsNil

func SourceNameIsNil() predicate.Control

SourceNameIsNil applies the IsNil predicate on the "source_name" field.

func SourceNameLT

func SourceNameLT(v string) predicate.Control

SourceNameLT applies the LT predicate on the "source_name" field.

func SourceNameLTE

func SourceNameLTE(v string) predicate.Control

SourceNameLTE applies the LTE predicate on the "source_name" field.

func SourceNameNEQ

func SourceNameNEQ(v string) predicate.Control

SourceNameNEQ applies the NEQ predicate on the "source_name" field.

func SourceNameNotIn

func SourceNameNotIn(vs ...string) predicate.Control

SourceNameNotIn applies the NotIn predicate on the "source_name" field.

func SourceNameNotNil

func SourceNameNotNil() predicate.Control

SourceNameNotNil applies the NotNil predicate on the "source_name" field.

func SourceNotIn

func SourceNotIn(vs ...enums.ControlSource) predicate.Control

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

func SourceNotNil

func SourceNotNil() predicate.Control

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

func SourceValidator

func SourceValidator(s enums.ControlSource) error

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

func StandardID

func StandardID(v string) predicate.Control

StandardID applies equality check predicate on the "standard_id" field. It's identical to StandardIDEQ.

func StandardIDContains

func StandardIDContains(v string) predicate.Control

StandardIDContains applies the Contains predicate on the "standard_id" field.

func StandardIDContainsFold

func StandardIDContainsFold(v string) predicate.Control

StandardIDContainsFold applies the ContainsFold predicate on the "standard_id" field.

func StandardIDEQ

func StandardIDEQ(v string) predicate.Control

StandardIDEQ applies the EQ predicate on the "standard_id" field.

func StandardIDEqualFold

func StandardIDEqualFold(v string) predicate.Control

StandardIDEqualFold applies the EqualFold predicate on the "standard_id" field.

func StandardIDGT

func StandardIDGT(v string) predicate.Control

StandardIDGT applies the GT predicate on the "standard_id" field.

func StandardIDGTE

func StandardIDGTE(v string) predicate.Control

StandardIDGTE applies the GTE predicate on the "standard_id" field.

func StandardIDHasPrefix

func StandardIDHasPrefix(v string) predicate.Control

StandardIDHasPrefix applies the HasPrefix predicate on the "standard_id" field.

func StandardIDHasSuffix

func StandardIDHasSuffix(v string) predicate.Control

StandardIDHasSuffix applies the HasSuffix predicate on the "standard_id" field.

func StandardIDIn

func StandardIDIn(vs ...string) predicate.Control

StandardIDIn applies the In predicate on the "standard_id" field.

func StandardIDIsNil

func StandardIDIsNil() predicate.Control

StandardIDIsNil applies the IsNil predicate on the "standard_id" field.

func StandardIDLT

func StandardIDLT(v string) predicate.Control

StandardIDLT applies the LT predicate on the "standard_id" field.

func StandardIDLTE

func StandardIDLTE(v string) predicate.Control

StandardIDLTE applies the LTE predicate on the "standard_id" field.

func StandardIDNEQ

func StandardIDNEQ(v string) predicate.Control

StandardIDNEQ applies the NEQ predicate on the "standard_id" field.

func StandardIDNotIn

func StandardIDNotIn(vs ...string) predicate.Control

StandardIDNotIn applies the NotIn predicate on the "standard_id" field.

func StandardIDNotNil

func StandardIDNotNil() predicate.Control

StandardIDNotNil applies the NotNil predicate on the "standard_id" field.

func StatusEQ

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

func StatusIn

func StatusIn(vs ...enums.ControlStatus) predicate.Control

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

func StatusIsNil

func StatusIsNil() predicate.Control

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

func StatusNEQ

func StatusNEQ(v enums.ControlStatus) predicate.Control

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

func StatusNotIn

func StatusNotIn(vs ...enums.ControlStatus) predicate.Control

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

func StatusNotNil

func StatusNotNil() predicate.Control

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

func StatusValidator

func StatusValidator(s enums.ControlStatus) error

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

func Subcategory

func Subcategory(v string) predicate.Control

Subcategory applies equality check predicate on the "subcategory" field. It's identical to SubcategoryEQ.

func SubcategoryContains

func SubcategoryContains(v string) predicate.Control

SubcategoryContains applies the Contains predicate on the "subcategory" field.

func SubcategoryContainsFold

func SubcategoryContainsFold(v string) predicate.Control

SubcategoryContainsFold applies the ContainsFold predicate on the "subcategory" field.

func SubcategoryEQ

func SubcategoryEQ(v string) predicate.Control

SubcategoryEQ applies the EQ predicate on the "subcategory" field.

func SubcategoryEqualFold

func SubcategoryEqualFold(v string) predicate.Control

SubcategoryEqualFold applies the EqualFold predicate on the "subcategory" field.

func SubcategoryGT

func SubcategoryGT(v string) predicate.Control

SubcategoryGT applies the GT predicate on the "subcategory" field.

func SubcategoryGTE

func SubcategoryGTE(v string) predicate.Control

SubcategoryGTE applies the GTE predicate on the "subcategory" field.

func SubcategoryHasPrefix

func SubcategoryHasPrefix(v string) predicate.Control

SubcategoryHasPrefix applies the HasPrefix predicate on the "subcategory" field.

func SubcategoryHasSuffix

func SubcategoryHasSuffix(v string) predicate.Control

SubcategoryHasSuffix applies the HasSuffix predicate on the "subcategory" field.

func SubcategoryIn

func SubcategoryIn(vs ...string) predicate.Control

SubcategoryIn applies the In predicate on the "subcategory" field.

func SubcategoryIsNil

func SubcategoryIsNil() predicate.Control

SubcategoryIsNil applies the IsNil predicate on the "subcategory" field.

func SubcategoryLT

func SubcategoryLT(v string) predicate.Control

SubcategoryLT applies the LT predicate on the "subcategory" field.

func SubcategoryLTE

func SubcategoryLTE(v string) predicate.Control

SubcategoryLTE applies the LTE predicate on the "subcategory" field.

func SubcategoryNEQ

func SubcategoryNEQ(v string) predicate.Control

SubcategoryNEQ applies the NEQ predicate on the "subcategory" field.

func SubcategoryNotIn

func SubcategoryNotIn(vs ...string) predicate.Control

SubcategoryNotIn applies the NotIn predicate on the "subcategory" field.

func SubcategoryNotNil

func SubcategoryNotNil() predicate.Control

SubcategoryNotNil applies the NotNil predicate on the "subcategory" field.

func SystemInternalID

func SystemInternalID(v string) predicate.Control

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

func SystemInternalIDContains

func SystemInternalIDContains(v string) predicate.Control

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

func SystemInternalIDContainsFold

func SystemInternalIDContainsFold(v string) predicate.Control

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

func SystemInternalIDEQ

func SystemInternalIDEQ(v string) predicate.Control

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

func SystemInternalIDEqualFold

func SystemInternalIDEqualFold(v string) predicate.Control

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

func SystemInternalIDGT

func SystemInternalIDGT(v string) predicate.Control

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

func SystemInternalIDGTE

func SystemInternalIDGTE(v string) predicate.Control

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

func SystemInternalIDHasPrefix

func SystemInternalIDHasPrefix(v string) predicate.Control

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

func SystemInternalIDHasSuffix

func SystemInternalIDHasSuffix(v string) predicate.Control

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

func SystemInternalIDIn

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

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

func SystemInternalIDIsNil

func SystemInternalIDIsNil() predicate.Control

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

func SystemInternalIDLT

func SystemInternalIDLT(v string) predicate.Control

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

func SystemInternalIDLTE

func SystemInternalIDLTE(v string) predicate.Control

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

func SystemInternalIDNEQ

func SystemInternalIDNEQ(v string) predicate.Control

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

func SystemInternalIDNotIn

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

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

func SystemInternalIDNotNil

func SystemInternalIDNotNil() predicate.Control

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

func SystemOwned

func SystemOwned(v bool) predicate.Control

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

func SystemOwnedEQ

func SystemOwnedEQ(v bool) predicate.Control

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

func SystemOwnedIsNil

func SystemOwnedIsNil() predicate.Control

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

func SystemOwnedNEQ

func SystemOwnedNEQ(v bool) predicate.Control

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

func SystemOwnedNotNil

func SystemOwnedNotNil() predicate.Control

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

func TagsIsNil

func TagsIsNil() predicate.Control

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

func TagsNotNil

func TagsNotNil() predicate.Control

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

func TestingProceduresIsNil

func TestingProceduresIsNil() predicate.Control

TestingProceduresIsNil applies the IsNil predicate on the "testing_procedures" field.

func TestingProceduresNotNil

func TestingProceduresNotNil() predicate.Control

TestingProceduresNotNil applies the NotNil predicate on the "testing_procedures" field.

func Title

func Title(v string) predicate.Control

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

func TitleContains

func TitleContains(v string) predicate.Control

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

func TitleContainsFold

func TitleContainsFold(v string) predicate.Control

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

func TitleEQ

func TitleEQ(v string) predicate.Control

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

func TitleEqualFold

func TitleEqualFold(v string) predicate.Control

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

func TitleGT

func TitleGT(v string) predicate.Control

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

func TitleGTE

func TitleGTE(v string) predicate.Control

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

func TitleHasPrefix

func TitleHasPrefix(v string) predicate.Control

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

func TitleHasSuffix

func TitleHasSuffix(v string) predicate.Control

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

func TitleIn

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

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

func TitleIsNil

func TitleIsNil() predicate.Control

TitleIsNil applies the IsNil predicate on the "title" field.

func TitleLT

func TitleLT(v string) predicate.Control

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

func TitleLTE

func TitleLTE(v string) predicate.Control

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

func TitleNEQ

func TitleNEQ(v string) predicate.Control

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

func TitleNotIn

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

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

func TitleNotNil

func TitleNotNil() predicate.Control

TitleNotNil applies the NotNil predicate on the "title" field.

func TrustCenterVisibilityEQ

func TrustCenterVisibilityEQ(v enums.TrustCenterControlVisibility) predicate.Control

TrustCenterVisibilityEQ applies the EQ predicate on the "trust_center_visibility" field.

func TrustCenterVisibilityIn

func TrustCenterVisibilityIn(vs ...enums.TrustCenterControlVisibility) predicate.Control

TrustCenterVisibilityIn applies the In predicate on the "trust_center_visibility" field.

func TrustCenterVisibilityIsNil

func TrustCenterVisibilityIsNil() predicate.Control

TrustCenterVisibilityIsNil applies the IsNil predicate on the "trust_center_visibility" field.

func TrustCenterVisibilityNEQ

func TrustCenterVisibilityNEQ(v enums.TrustCenterControlVisibility) predicate.Control

TrustCenterVisibilityNEQ applies the NEQ predicate on the "trust_center_visibility" field.

func TrustCenterVisibilityNotIn

func TrustCenterVisibilityNotIn(vs ...enums.TrustCenterControlVisibility) predicate.Control

TrustCenterVisibilityNotIn applies the NotIn predicate on the "trust_center_visibility" field.

func TrustCenterVisibilityNotNil

func TrustCenterVisibilityNotNil() predicate.Control

TrustCenterVisibilityNotNil applies the NotNil predicate on the "trust_center_visibility" field.

func TrustCenterVisibilityValidator

func TrustCenterVisibilityValidator(tcv enums.TrustCenterControlVisibility) error

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Control

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Control

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Control

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Control

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Control

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Control

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Control

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Control

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Control

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

func UpdatedBy

func UpdatedBy(v string) predicate.Control

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Control

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Control

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Control

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Control

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Control

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Control

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Control

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Control

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

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.Control

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

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.Control

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

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.Control

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

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.Control

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

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.Control

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

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.Control

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

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.Control

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

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.Control

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

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.Control

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

func UpdatedByImpersonatorIn

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

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

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.Control

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

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.Control

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

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.Control

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

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.Control

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

func UpdatedByImpersonatorNotIn

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

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

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.Control

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Control

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Control

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Control

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Control

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Control

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

func ValidColumn

func ValidColumn(column string) bool

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

func WorkflowEligibleMarker

func WorkflowEligibleMarker(v bool) predicate.Control

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

func WorkflowEligibleMarkerEQ

func WorkflowEligibleMarkerEQ(v bool) predicate.Control

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

func WorkflowEligibleMarkerIsNil

func WorkflowEligibleMarkerIsNil() predicate.Control

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

func WorkflowEligibleMarkerNEQ

func WorkflowEligibleMarkerNEQ(v bool) predicate.Control

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

func WorkflowEligibleMarkerNotNil

func WorkflowEligibleMarkerNotNil() predicate.Control

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Control 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 ByAuditorReferenceID

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

ByAuditorReferenceID orders the results by the auditor_reference_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 ByCampaigns

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

ByCampaigns orders the results by campaigns terms.

func ByCampaignsCount

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

ByCampaignsCount orders the results by campaigns count.

func ByCategory

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

ByCategory orders the results by the category field.

func ByCategoryID

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

ByCategoryID orders the results by the category_id field.

func ByCheckResults

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

ByCheckResults orders the results by check_results terms.

func ByCheckResultsCount

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

ByCheckResultsCount orders the results by check_results count.

func ByComments

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

ByComments orders the results by comments terms.

func ByCommentsCount

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

ByCommentsCount orders the results by comments count.

func ByControlImplementations

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

ByControlImplementations orders the results by control_implementations terms.

func ByControlImplementationsCount

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

ByControlImplementationsCount orders the results by control_implementations count.

func ByControlKindField

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

ByControlKindField orders the results by control_kind field.

func ByControlKindID

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

ByControlKindID orders the results by the control_kind_id field.

func ByControlKindName

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

ByControlKindName orders the results by the control_kind_name field.

func ByControlMappings

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

ByControlMappings orders the results by control_mappings terms.

func ByControlMappingsCount

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

ByControlMappingsCount orders the results by control_mappings count.

func ByControlObjectives

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

ByControlObjectives orders the results by control_objectives terms.

func ByControlObjectivesCount

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

ByControlObjectivesCount orders the results by control_objectives count.

func ByControlOwnerField

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

ByControlOwnerField orders the results by control_owner field.

func ByControlOwnerID

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

ByControlOwnerID orders the results by the control_owner_id field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByDelegateField

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

ByDelegateField orders the results by delegate field.

func ByDelegateID

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

ByDelegateID orders the results by the delegate_id field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDiscussions

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

ByDiscussions orders the results by discussions terms.

func ByDiscussionsCount

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

ByDiscussionsCount orders the results by discussions count.

func ByDisplayID

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

ByDisplayID orders the results by the display_id 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 ByExternalUUID

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

ByExternalUUID orders the results by the external_uuid field.

func ByFindings

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

ByFindings orders the results by findings terms.

func ByFindingsCount

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

ByFindingsCount orders the results by findings count.

func ByID

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

ByID orders the results by the id field.

func ByIdentityHolders

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

ByIdentityHolders orders the results by identity_holders terms.

func ByIdentityHoldersCount

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

ByIdentityHoldersCount orders the results by identity_holders count.

func ByImplementationDescription

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

ByImplementationDescription orders the results by the implementation_description field.

func ByImplementationStatus

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

ByImplementationStatus orders the results by the implementation_status field.

func ByInternalNotes

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

ByInternalNotes orders the results by the internal_notes field.

func ByInternalPolicies

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

ByInternalPolicies orders the results by internal_policies terms.

func ByInternalPoliciesCount

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

ByInternalPoliciesCount orders the results by internal_policies count.

func ByIsTrustCenterControl

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

ByIsTrustCenterControl orders the results by the is_trust_center_control field.

func ByMappedFromControls

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

ByMappedFromControls orders the results by mapped_from_controls terms.

func ByMappedFromControlsCount

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

ByMappedFromControlsCount orders the results by mapped_from_controls count.

func ByMappedToControls

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

ByMappedToControls orders the results by mapped_to_controls terms.

func ByMappedToControlsCount

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

ByMappedToControlsCount orders the results by mapped_to_controls count.

func ByNarratives

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

ByNarratives orders the results by narratives terms.

func ByNarrativesCount

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

ByNarrativesCount orders the results by narratives count.

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

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

ByProcedures orders the results by procedures terms.

func ByProceduresCount

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

ByProceduresCount orders the results by procedures count.

func ByPrograms

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

ByPrograms orders the results by programs terms.

func ByProgramsCount

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

ByProgramsCount orders the results by programs count.

func ByPublicRepresentation

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

ByPublicRepresentation orders the results by the public_representation field.

func ByRefCode

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

ByRefCode orders the results by the ref_code field.

func ByReferenceFramework

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

ByReferenceFramework orders the results by the reference_framework field.

func ByReferenceFrameworkRevision

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

ByReferenceFrameworkRevision orders the results by the reference_framework_revision field.

func ByReferenceID

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

ByReferenceID orders the results by the reference_id field.

func ByRemediations

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

ByRemediations orders the results by remediations terms.

func ByRemediationsCount

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

ByRemediationsCount orders the results by remediations count.

func ByResponsiblePartyField

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

ByResponsiblePartyField orders the results by responsible_party field.

func ByResponsiblePartyID

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

ByResponsiblePartyID orders the results by the responsible_party_id field.

func ByReviews

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

ByReviews orders the results by reviews terms.

func ByReviewsCount

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

ByReviewsCount orders the results by reviews count.

func ByRisks

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

ByRisks orders the results by risks terms.

func ByRisksCount

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

ByRisksCount orders the results by risks count.

func ByScans

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

ByScans orders the results by scans terms.

func ByScansCount

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

ByScansCount orders the results by scans count.

func ByScopeField

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

ByScopeField orders the results by scope field.

func ByScopeID

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

ByScopeID orders the results by the scope_id field.

func ByScopeName

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

ByScopeName orders the results by the scope_name field.

func BySource

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

BySource orders the results by the source field.

func BySourceName

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

BySourceName orders the results by the source_name field.

func ByStandardField

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

ByStandardField orders the results by standard field.

func ByStandardID

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

ByStandardID orders the results by the standard_id field.

func ByStatus

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

ByStatus orders the results by the status field.

func BySubcategory

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

BySubcategory orders the results by the subcategory field.

func BySubcontrols

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

BySubcontrols orders the results by subcontrols terms.

func BySubcontrolsCount

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

BySubcontrolsCount orders the results by subcontrols count.

func BySystemInternalID

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

BySystemInternalID orders the results by the system_internal_id field.

func BySystemOwned

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

BySystemOwned orders the results by the system_owned field.

func ByTasks

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

ByTasks orders the results by tasks terms.

func ByTasksCount

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

ByTasksCount orders the results by tasks count.

func ByTitle

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

ByTitle orders the results by the title field.

func ByTrustCenterVisibility

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

ByTrustCenterVisibility orders the results by the trust_center_visibility field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

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

ByUpdatedBy orders the results by the updated_by field.

func ByUpdatedByImpersonator

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

ByUpdatedByImpersonator orders the results by the updated_by_impersonator field.

func ByVulnerabilities

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

ByVulnerabilities orders the results by vulnerabilities terms.

func ByVulnerabilitiesCount

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

ByVulnerabilitiesCount orders the results by vulnerabilities count.

func ByWorkflowEligibleMarker

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

ByWorkflowEligibleMarker orders the results by the workflow_eligible_marker field.

func ByWorkflowObjectRefs

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

ByWorkflowObjectRefs orders the results by workflow_object_refs terms.

func ByWorkflowObjectRefsCount

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

ByWorkflowObjectRefsCount orders the results by workflow_object_refs count.

Jump to

Keyboard shortcuts

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