platform

package
v1.5.4 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the platform type in the database.
	Label = "platform"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldInternalOwner holds the string denoting the internal_owner field in the database.
	FieldInternalOwner = "internal_owner"
	// FieldInternalOwnerUserID holds the string denoting the internal_owner_user_id field in the database.
	FieldInternalOwnerUserID = "internal_owner_user_id"
	// FieldInternalOwnerGroupID holds the string denoting the internal_owner_group_id field in the database.
	FieldInternalOwnerGroupID = "internal_owner_group_id"
	// FieldBusinessOwner holds the string denoting the business_owner field in the database.
	FieldBusinessOwner = "business_owner"
	// FieldBusinessOwnerUserID holds the string denoting the business_owner_user_id field in the database.
	FieldBusinessOwnerUserID = "business_owner_user_id"
	// FieldBusinessOwnerGroupID holds the string denoting the business_owner_group_id field in the database.
	FieldBusinessOwnerGroupID = "business_owner_group_id"
	// FieldTechnicalOwner holds the string denoting the technical_owner field in the database.
	FieldTechnicalOwner = "technical_owner"
	// FieldTechnicalOwnerUserID holds the string denoting the technical_owner_user_id field in the database.
	FieldTechnicalOwnerUserID = "technical_owner_user_id"
	// FieldTechnicalOwnerGroupID holds the string denoting the technical_owner_group_id field in the database.
	FieldTechnicalOwnerGroupID = "technical_owner_group_id"
	// FieldSecurityOwner holds the string denoting the security_owner field in the database.
	FieldSecurityOwner = "security_owner"
	// FieldSecurityOwnerUserID holds the string denoting the security_owner_user_id field in the database.
	FieldSecurityOwnerUserID = "security_owner_user_id"
	// FieldSecurityOwnerGroupID holds the string denoting the security_owner_group_id field in the database.
	FieldSecurityOwnerGroupID = "security_owner_group_id"
	// FieldPlatformKindName holds the string denoting the platform_kind_name field in the database.
	FieldPlatformKindName = "platform_kind_name"
	// FieldPlatformKindID holds the string denoting the platform_kind_id field in the database.
	FieldPlatformKindID = "platform_kind_id"
	// FieldPlatformDataClassificationName holds the string denoting the platform_data_classification_name field in the database.
	FieldPlatformDataClassificationName = "platform_data_classification_name"
	// FieldPlatformDataClassificationID holds the string denoting the platform_data_classification_id field in the database.
	FieldPlatformDataClassificationID = "platform_data_classification_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"
	// FieldAccessModelName holds the string denoting the access_model_name field in the database.
	FieldAccessModelName = "access_model_name"
	// FieldAccessModelID holds the string denoting the access_model_id field in the database.
	FieldAccessModelID = "access_model_id"
	// FieldEncryptionStatusName holds the string denoting the encryption_status_name field in the database.
	FieldEncryptionStatusName = "encryption_status_name"
	// FieldEncryptionStatusID holds the string denoting the encryption_status_id field in the database.
	FieldEncryptionStatusID = "encryption_status_id"
	// FieldSecurityTierName holds the string denoting the security_tier_name field in the database.
	FieldSecurityTierName = "security_tier_name"
	// FieldSecurityTierID holds the string denoting the security_tier_id field in the database.
	FieldSecurityTierID = "security_tier_id"
	// FieldCriticalityName holds the string denoting the criticality_name field in the database.
	FieldCriticalityName = "criticality_name"
	// FieldCriticalityID holds the string denoting the criticality_id field in the database.
	FieldCriticalityID = "criticality_id"
	// FieldWorkflowEligibleMarker holds the string denoting the workflow_eligible_marker field in the database.
	FieldWorkflowEligibleMarker = "workflow_eligible_marker"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldBusinessPurpose holds the string denoting the business_purpose field in the database.
	FieldBusinessPurpose = "business_purpose"
	// FieldScopeStatement holds the string denoting the scope_statement field in the database.
	FieldScopeStatement = "scope_statement"
	// FieldTrustBoundaryDescription holds the string denoting the trust_boundary_description field in the database.
	FieldTrustBoundaryDescription = "trust_boundary_description"
	// FieldDataFlowSummary holds the string denoting the data_flow_summary field in the database.
	FieldDataFlowSummary = "data_flow_summary"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldPhysicalLocation holds the string denoting the physical_location field in the database.
	FieldPhysicalLocation = "physical_location"
	// FieldRegion holds the string denoting the region field in the database.
	FieldRegion = "region"
	// FieldContainsPii holds the string denoting the contains_pii field in the database.
	FieldContainsPii = "contains_pii"
	// FieldSourceType holds the string denoting the source_type field in the database.
	FieldSourceType = "source_type"
	// FieldSourceIdentifier holds the string denoting the source_identifier field in the database.
	FieldSourceIdentifier = "source_identifier"
	// FieldCostCenter holds the string denoting the cost_center field in the database.
	FieldCostCenter = "cost_center"
	// FieldEstimatedMonthlyCost holds the string denoting the estimated_monthly_cost field in the database.
	FieldEstimatedMonthlyCost = "estimated_monthly_cost"
	// FieldPurchaseDate holds the string denoting the purchase_date field in the database.
	FieldPurchaseDate = "purchase_date"
	// FieldPlatformOwnerID holds the string denoting the platform_owner_id field in the database.
	FieldPlatformOwnerID = "platform_owner_id"
	// FieldExternalReferenceID holds the string denoting the external_reference_id field in the database.
	FieldExternalReferenceID = "external_reference_id"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeBlockedGroups holds the string denoting the blocked_groups edge name in mutations.
	EdgeBlockedGroups = "blocked_groups"
	// EdgeEditors holds the string denoting the editors edge name in mutations.
	EdgeEditors = "editors"
	// EdgeViewers holds the string denoting the viewers edge name in mutations.
	EdgeViewers = "viewers"
	// EdgeInternalOwnerUser holds the string denoting the internal_owner_user edge name in mutations.
	EdgeInternalOwnerUser = "internal_owner_user"
	// EdgeInternalOwnerGroup holds the string denoting the internal_owner_group edge name in mutations.
	EdgeInternalOwnerGroup = "internal_owner_group"
	// EdgeBusinessOwnerUser holds the string denoting the business_owner_user edge name in mutations.
	EdgeBusinessOwnerUser = "business_owner_user"
	// EdgeBusinessOwnerGroup holds the string denoting the business_owner_group edge name in mutations.
	EdgeBusinessOwnerGroup = "business_owner_group"
	// EdgeTechnicalOwnerUser holds the string denoting the technical_owner_user edge name in mutations.
	EdgeTechnicalOwnerUser = "technical_owner_user"
	// EdgeTechnicalOwnerGroup holds the string denoting the technical_owner_group edge name in mutations.
	EdgeTechnicalOwnerGroup = "technical_owner_group"
	// EdgeSecurityOwnerUser holds the string denoting the security_owner_user edge name in mutations.
	EdgeSecurityOwnerUser = "security_owner_user"
	// EdgeSecurityOwnerGroup holds the string denoting the security_owner_group edge name in mutations.
	EdgeSecurityOwnerGroup = "security_owner_group"
	// EdgePlatformKind holds the string denoting the platform_kind edge name in mutations.
	EdgePlatformKind = "platform_kind"
	// EdgePlatformDataClassification holds the string denoting the platform_data_classification edge name in mutations.
	EdgePlatformDataClassification = "platform_data_classification"
	// 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"
	// EdgeAccessModel holds the string denoting the access_model edge name in mutations.
	EdgeAccessModel = "access_model"
	// EdgeEncryptionStatus holds the string denoting the encryption_status edge name in mutations.
	EdgeEncryptionStatus = "encryption_status"
	// EdgeSecurityTier holds the string denoting the security_tier edge name in mutations.
	EdgeSecurityTier = "security_tier"
	// EdgeCriticality holds the string denoting the criticality edge name in mutations.
	EdgeCriticality = "criticality"
	// EdgeAssets holds the string denoting the assets edge name in mutations.
	EdgeAssets = "assets"
	// EdgeEntities holds the string denoting the entities edge name in mutations.
	EdgeEntities = "entities"
	// EdgeEvidence holds the string denoting the evidence edge name in mutations.
	EdgeEvidence = "evidence"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeRisks holds the string denoting the risks edge name in mutations.
	EdgeRisks = "risks"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgeAssessments holds the string denoting the assessments edge name in mutations.
	EdgeAssessments = "assessments"
	// EdgeScans holds the string denoting the scans edge name in mutations.
	EdgeScans = "scans"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgeIdentityHolders holds the string denoting the identity_holders edge name in mutations.
	EdgeIdentityHolders = "identity_holders"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// EdgeSourceAssets holds the string denoting the source_assets edge name in mutations.
	EdgeSourceAssets = "source_assets"
	// EdgeSourceEntities holds the string denoting the source_entities edge name in mutations.
	EdgeSourceEntities = "source_entities"
	// EdgeOutOfScopeAssets holds the string denoting the out_of_scope_assets edge name in mutations.
	EdgeOutOfScopeAssets = "out_of_scope_assets"
	// EdgeOutOfScopeVendors holds the string denoting the out_of_scope_vendors edge name in mutations.
	EdgeOutOfScopeVendors = "out_of_scope_vendors"
	// EdgeApplicableFrameworks holds the string denoting the applicable_frameworks edge name in mutations.
	EdgeApplicableFrameworks = "applicable_frameworks"
	// EdgeGeneratedScans holds the string denoting the generated_scans edge name in mutations.
	EdgeGeneratedScans = "generated_scans"
	// EdgePlatformOwner holds the string denoting the platform_owner edge name in mutations.
	EdgePlatformOwner = "platform_owner"
	// Table holds the table name of the platform in the database.
	Table = "platforms"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "platforms"
	// 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 = "platform_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 = "platform_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"
	// ViewersTable is the table that holds the viewers relation/edge. The primary key declared below.
	ViewersTable = "platform_viewers"
	// ViewersInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ViewersInverseTable = "groups"
	// InternalOwnerUserTable is the table that holds the internal_owner_user relation/edge.
	InternalOwnerUserTable = "platforms"
	// InternalOwnerUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	InternalOwnerUserInverseTable = "users"
	// InternalOwnerUserColumn is the table column denoting the internal_owner_user relation/edge.
	InternalOwnerUserColumn = "internal_owner_user_id"
	// InternalOwnerGroupTable is the table that holds the internal_owner_group relation/edge.
	InternalOwnerGroupTable = "platforms"
	// InternalOwnerGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	InternalOwnerGroupInverseTable = "groups"
	// InternalOwnerGroupColumn is the table column denoting the internal_owner_group relation/edge.
	InternalOwnerGroupColumn = "internal_owner_group_id"
	// BusinessOwnerUserTable is the table that holds the business_owner_user relation/edge.
	BusinessOwnerUserTable = "platforms"
	// BusinessOwnerUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	BusinessOwnerUserInverseTable = "users"
	// BusinessOwnerUserColumn is the table column denoting the business_owner_user relation/edge.
	BusinessOwnerUserColumn = "business_owner_user_id"
	// BusinessOwnerGroupTable is the table that holds the business_owner_group relation/edge.
	BusinessOwnerGroupTable = "platforms"
	// BusinessOwnerGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	BusinessOwnerGroupInverseTable = "groups"
	// BusinessOwnerGroupColumn is the table column denoting the business_owner_group relation/edge.
	BusinessOwnerGroupColumn = "business_owner_group_id"
	// TechnicalOwnerUserTable is the table that holds the technical_owner_user relation/edge.
	TechnicalOwnerUserTable = "platforms"
	// TechnicalOwnerUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	TechnicalOwnerUserInverseTable = "users"
	// TechnicalOwnerUserColumn is the table column denoting the technical_owner_user relation/edge.
	TechnicalOwnerUserColumn = "technical_owner_user_id"
	// TechnicalOwnerGroupTable is the table that holds the technical_owner_group relation/edge.
	TechnicalOwnerGroupTable = "platforms"
	// TechnicalOwnerGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	TechnicalOwnerGroupInverseTable = "groups"
	// TechnicalOwnerGroupColumn is the table column denoting the technical_owner_group relation/edge.
	TechnicalOwnerGroupColumn = "technical_owner_group_id"
	// SecurityOwnerUserTable is the table that holds the security_owner_user relation/edge.
	SecurityOwnerUserTable = "platforms"
	// SecurityOwnerUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	SecurityOwnerUserInverseTable = "users"
	// SecurityOwnerUserColumn is the table column denoting the security_owner_user relation/edge.
	SecurityOwnerUserColumn = "security_owner_user_id"
	// SecurityOwnerGroupTable is the table that holds the security_owner_group relation/edge.
	SecurityOwnerGroupTable = "platforms"
	// SecurityOwnerGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	SecurityOwnerGroupInverseTable = "groups"
	// SecurityOwnerGroupColumn is the table column denoting the security_owner_group relation/edge.
	SecurityOwnerGroupColumn = "security_owner_group_id"
	// PlatformKindTable is the table that holds the platform_kind relation/edge.
	PlatformKindTable = "platforms"
	// PlatformKindInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	PlatformKindInverseTable = "custom_type_enums"
	// PlatformKindColumn is the table column denoting the platform_kind relation/edge.
	PlatformKindColumn = "platform_kind_id"
	// PlatformDataClassificationTable is the table that holds the platform_data_classification relation/edge.
	PlatformDataClassificationTable = "platforms"
	// PlatformDataClassificationInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	PlatformDataClassificationInverseTable = "custom_type_enums"
	// PlatformDataClassificationColumn is the table column denoting the platform_data_classification relation/edge.
	PlatformDataClassificationColumn = "platform_data_classification_id"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "platforms"
	// 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 = "platforms"
	// 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"
	// AccessModelTable is the table that holds the access_model relation/edge.
	AccessModelTable = "platforms"
	// AccessModelInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	AccessModelInverseTable = "custom_type_enums"
	// AccessModelColumn is the table column denoting the access_model relation/edge.
	AccessModelColumn = "access_model_id"
	// EncryptionStatusTable is the table that holds the encryption_status relation/edge.
	EncryptionStatusTable = "platforms"
	// EncryptionStatusInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	EncryptionStatusInverseTable = "custom_type_enums"
	// EncryptionStatusColumn is the table column denoting the encryption_status relation/edge.
	EncryptionStatusColumn = "encryption_status_id"
	// SecurityTierTable is the table that holds the security_tier relation/edge.
	SecurityTierTable = "platforms"
	// SecurityTierInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	SecurityTierInverseTable = "custom_type_enums"
	// SecurityTierColumn is the table column denoting the security_tier relation/edge.
	SecurityTierColumn = "security_tier_id"
	// CriticalityTable is the table that holds the criticality relation/edge.
	CriticalityTable = "platforms"
	// CriticalityInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	CriticalityInverseTable = "custom_type_enums"
	// CriticalityColumn is the table column denoting the criticality relation/edge.
	CriticalityColumn = "criticality_id"
	// AssetsTable is the table that holds the assets relation/edge. The primary key declared below.
	AssetsTable = "platform_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 = "platform_entities"
	// EntitiesInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntitiesInverseTable = "entities"
	// EvidenceTable is the table that holds the evidence relation/edge. The primary key declared below.
	EvidenceTable = "platform_evidence"
	// EvidenceInverseTable is the table name for the Evidence entity.
	// It exists in this package in order to avoid circular dependency with the "evidence" package.
	EvidenceInverseTable = "evidences"
	// FilesTable is the table that holds the files relation/edge. The primary key declared below.
	FilesTable = "platform_files"
	// FilesInverseTable is the table name for the File entity.
	// It exists in this package in order to avoid circular dependency with the "file" package.
	FilesInverseTable = "files"
	// RisksTable is the table that holds the risks relation/edge. The primary key declared below.
	RisksTable = "platform_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"
	// ControlsTable is the table that holds the controls relation/edge. The primary key declared below.
	ControlsTable = "platform_controls"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// AssessmentsTable is the table that holds the assessments relation/edge. The primary key declared below.
	AssessmentsTable = "platform_assessments"
	// AssessmentsInverseTable is the table name for the Assessment entity.
	// It exists in this package in order to avoid circular dependency with the "assessment" package.
	AssessmentsInverseTable = "assessments"
	// ScansTable is the table that holds the scans relation/edge. The primary key declared below.
	ScansTable = "platform_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"
	// TasksTable is the table that holds the tasks relation/edge. The primary key declared below.
	TasksTable = "platform_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"
	// IdentityHoldersTable is the table that holds the identity_holders relation/edge. The primary key declared below.
	IdentityHoldersTable = "platform_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"
	// 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 = "platform_id"
	// SourceAssetsTable is the table that holds the source_assets relation/edge.
	SourceAssetsTable = "assets"
	// SourceAssetsInverseTable is the table name for the Asset entity.
	// It exists in this package in order to avoid circular dependency with the "asset" package.
	SourceAssetsInverseTable = "assets"
	// SourceAssetsColumn is the table column denoting the source_assets relation/edge.
	SourceAssetsColumn = "source_platform_id"
	// SourceEntitiesTable is the table that holds the source_entities relation/edge. The primary key declared below.
	SourceEntitiesTable = "platform_source_entities"
	// SourceEntitiesInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	SourceEntitiesInverseTable = "entities"
	// OutOfScopeAssetsTable is the table that holds the out_of_scope_assets relation/edge. The primary key declared below.
	OutOfScopeAssetsTable = "platform_out_of_scope_assets"
	// OutOfScopeAssetsInverseTable is the table name for the Asset entity.
	// It exists in this package in order to avoid circular dependency with the "asset" package.
	OutOfScopeAssetsInverseTable = "assets"
	// OutOfScopeVendorsTable is the table that holds the out_of_scope_vendors relation/edge. The primary key declared below.
	OutOfScopeVendorsTable = "platform_out_of_scope_vendors"
	// OutOfScopeVendorsInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	OutOfScopeVendorsInverseTable = "entities"
	// ApplicableFrameworksTable is the table that holds the applicable_frameworks relation/edge. The primary key declared below.
	ApplicableFrameworksTable = "platform_applicable_frameworks"
	// ApplicableFrameworksInverseTable is the table name for the Standard entity.
	// It exists in this package in order to avoid circular dependency with the "standard" package.
	ApplicableFrameworksInverseTable = "standards"
	// GeneratedScansTable is the table that holds the generated_scans relation/edge.
	GeneratedScansTable = "scans"
	// GeneratedScansInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	GeneratedScansInverseTable = "scans"
	// GeneratedScansColumn is the table column denoting the generated_scans relation/edge.
	GeneratedScansColumn = "generated_by_platform_id"
	// PlatformOwnerTable is the table that holds the platform_owner relation/edge.
	PlatformOwnerTable = "platforms"
	// PlatformOwnerInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	PlatformOwnerInverseTable = "users"
	// PlatformOwnerColumn is the table column denoting the platform_owner relation/edge.
	PlatformOwnerColumn = "platform_owner_id"
)
View Source
const DefaultSourceType enums.SourceType = "MANUAL"
View Source
const DefaultStatus enums.PlatformStatus = "ACTIVE"

Variables

View Source
var (
	// BlockedGroupsPrimaryKey and BlockedGroupsColumn2 are the table columns denoting the
	// primary key for the blocked_groups relation (M2M).
	BlockedGroupsPrimaryKey = []string{"platform_id", "group_id"}
	// EditorsPrimaryKey and EditorsColumn2 are the table columns denoting the
	// primary key for the editors relation (M2M).
	EditorsPrimaryKey = []string{"platform_id", "group_id"}
	// ViewersPrimaryKey and ViewersColumn2 are the table columns denoting the
	// primary key for the viewers relation (M2M).
	ViewersPrimaryKey = []string{"platform_id", "group_id"}
	// AssetsPrimaryKey and AssetsColumn2 are the table columns denoting the
	// primary key for the assets relation (M2M).
	AssetsPrimaryKey = []string{"platform_id", "asset_id"}
	// EntitiesPrimaryKey and EntitiesColumn2 are the table columns denoting the
	// primary key for the entities relation (M2M).
	EntitiesPrimaryKey = []string{"platform_id", "entity_id"}
	// EvidencePrimaryKey and EvidenceColumn2 are the table columns denoting the
	// primary key for the evidence relation (M2M).
	EvidencePrimaryKey = []string{"platform_id", "evidence_id"}
	// FilesPrimaryKey and FilesColumn2 are the table columns denoting the
	// primary key for the files relation (M2M).
	FilesPrimaryKey = []string{"platform_id", "file_id"}
	// RisksPrimaryKey and RisksColumn2 are the table columns denoting the
	// primary key for the risks relation (M2M).
	RisksPrimaryKey = []string{"platform_id", "risk_id"}
	// ControlsPrimaryKey and ControlsColumn2 are the table columns denoting the
	// primary key for the controls relation (M2M).
	ControlsPrimaryKey = []string{"platform_id", "control_id"}
	// AssessmentsPrimaryKey and AssessmentsColumn2 are the table columns denoting the
	// primary key for the assessments relation (M2M).
	AssessmentsPrimaryKey = []string{"platform_id", "assessment_id"}
	// ScansPrimaryKey and ScansColumn2 are the table columns denoting the
	// primary key for the scans relation (M2M).
	ScansPrimaryKey = []string{"platform_id", "scan_id"}
	// TasksPrimaryKey and TasksColumn2 are the table columns denoting the
	// primary key for the tasks relation (M2M).
	TasksPrimaryKey = []string{"platform_id", "task_id"}
	// IdentityHoldersPrimaryKey and IdentityHoldersColumn2 are the table columns denoting the
	// primary key for the identity_holders relation (M2M).
	IdentityHoldersPrimaryKey = []string{"platform_id", "identity_holder_id"}
	// SourceEntitiesPrimaryKey and SourceEntitiesColumn2 are the table columns denoting the
	// primary key for the source_entities relation (M2M).
	SourceEntitiesPrimaryKey = []string{"platform_id", "entity_id"}
	// OutOfScopeAssetsPrimaryKey and OutOfScopeAssetsColumn2 are the table columns denoting the
	// primary key for the out_of_scope_assets relation (M2M).
	OutOfScopeAssetsPrimaryKey = []string{"platform_id", "asset_id"}
	// OutOfScopeVendorsPrimaryKey and OutOfScopeVendorsColumn2 are the table columns denoting the
	// primary key for the out_of_scope_vendors relation (M2M).
	OutOfScopeVendorsPrimaryKey = []string{"platform_id", "entity_id"}
	// ApplicableFrameworksPrimaryKey and ApplicableFrameworksColumn2 are the table columns denoting the
	// primary key for the applicable_frameworks relation (M2M).
	ApplicableFrameworksPrimaryKey = []string{"platform_id", "standard_id"}
)
View Source
var (
	Hooks        [18]ent.Hook
	Interceptors [3]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DisplayIDValidator is a validator for the "display_id" field. It is called by the builders before save.
	DisplayIDValidator func(string) error
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field.
	DefaultWorkflowEligibleMarker bool
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DefaultContainsPii holds the default value on creation for the "contains_pii" field.
	DefaultContainsPii bool
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for platform fields.

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

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

Functions

func AccessModelID

func AccessModelID(v string) predicate.Platform

AccessModelID applies equality check predicate on the "access_model_id" field. It's identical to AccessModelIDEQ.

func AccessModelIDContains

func AccessModelIDContains(v string) predicate.Platform

AccessModelIDContains applies the Contains predicate on the "access_model_id" field.

func AccessModelIDContainsFold

func AccessModelIDContainsFold(v string) predicate.Platform

AccessModelIDContainsFold applies the ContainsFold predicate on the "access_model_id" field.

func AccessModelIDEQ

func AccessModelIDEQ(v string) predicate.Platform

AccessModelIDEQ applies the EQ predicate on the "access_model_id" field.

func AccessModelIDEqualFold

func AccessModelIDEqualFold(v string) predicate.Platform

AccessModelIDEqualFold applies the EqualFold predicate on the "access_model_id" field.

func AccessModelIDGT

func AccessModelIDGT(v string) predicate.Platform

AccessModelIDGT applies the GT predicate on the "access_model_id" field.

func AccessModelIDGTE

func AccessModelIDGTE(v string) predicate.Platform

AccessModelIDGTE applies the GTE predicate on the "access_model_id" field.

func AccessModelIDHasPrefix

func AccessModelIDHasPrefix(v string) predicate.Platform

AccessModelIDHasPrefix applies the HasPrefix predicate on the "access_model_id" field.

func AccessModelIDHasSuffix

func AccessModelIDHasSuffix(v string) predicate.Platform

AccessModelIDHasSuffix applies the HasSuffix predicate on the "access_model_id" field.

func AccessModelIDIn

func AccessModelIDIn(vs ...string) predicate.Platform

AccessModelIDIn applies the In predicate on the "access_model_id" field.

func AccessModelIDIsNil

func AccessModelIDIsNil() predicate.Platform

AccessModelIDIsNil applies the IsNil predicate on the "access_model_id" field.

func AccessModelIDLT

func AccessModelIDLT(v string) predicate.Platform

AccessModelIDLT applies the LT predicate on the "access_model_id" field.

func AccessModelIDLTE

func AccessModelIDLTE(v string) predicate.Platform

AccessModelIDLTE applies the LTE predicate on the "access_model_id" field.

func AccessModelIDNEQ

func AccessModelIDNEQ(v string) predicate.Platform

AccessModelIDNEQ applies the NEQ predicate on the "access_model_id" field.

func AccessModelIDNotIn

func AccessModelIDNotIn(vs ...string) predicate.Platform

AccessModelIDNotIn applies the NotIn predicate on the "access_model_id" field.

func AccessModelIDNotNil

func AccessModelIDNotNil() predicate.Platform

AccessModelIDNotNil applies the NotNil predicate on the "access_model_id" field.

func AccessModelName

func AccessModelName(v string) predicate.Platform

AccessModelName applies equality check predicate on the "access_model_name" field. It's identical to AccessModelNameEQ.

func AccessModelNameContains

func AccessModelNameContains(v string) predicate.Platform

AccessModelNameContains applies the Contains predicate on the "access_model_name" field.

func AccessModelNameContainsFold

func AccessModelNameContainsFold(v string) predicate.Platform

AccessModelNameContainsFold applies the ContainsFold predicate on the "access_model_name" field.

func AccessModelNameEQ

func AccessModelNameEQ(v string) predicate.Platform

AccessModelNameEQ applies the EQ predicate on the "access_model_name" field.

func AccessModelNameEqualFold

func AccessModelNameEqualFold(v string) predicate.Platform

AccessModelNameEqualFold applies the EqualFold predicate on the "access_model_name" field.

func AccessModelNameGT

func AccessModelNameGT(v string) predicate.Platform

AccessModelNameGT applies the GT predicate on the "access_model_name" field.

func AccessModelNameGTE

func AccessModelNameGTE(v string) predicate.Platform

AccessModelNameGTE applies the GTE predicate on the "access_model_name" field.

func AccessModelNameHasPrefix

func AccessModelNameHasPrefix(v string) predicate.Platform

AccessModelNameHasPrefix applies the HasPrefix predicate on the "access_model_name" field.

func AccessModelNameHasSuffix

func AccessModelNameHasSuffix(v string) predicate.Platform

AccessModelNameHasSuffix applies the HasSuffix predicate on the "access_model_name" field.

func AccessModelNameIn

func AccessModelNameIn(vs ...string) predicate.Platform

AccessModelNameIn applies the In predicate on the "access_model_name" field.

func AccessModelNameIsNil

func AccessModelNameIsNil() predicate.Platform

AccessModelNameIsNil applies the IsNil predicate on the "access_model_name" field.

func AccessModelNameLT

func AccessModelNameLT(v string) predicate.Platform

AccessModelNameLT applies the LT predicate on the "access_model_name" field.

func AccessModelNameLTE

func AccessModelNameLTE(v string) predicate.Platform

AccessModelNameLTE applies the LTE predicate on the "access_model_name" field.

func AccessModelNameNEQ

func AccessModelNameNEQ(v string) predicate.Platform

AccessModelNameNEQ applies the NEQ predicate on the "access_model_name" field.

func AccessModelNameNotIn

func AccessModelNameNotIn(vs ...string) predicate.Platform

AccessModelNameNotIn applies the NotIn predicate on the "access_model_name" field.

func AccessModelNameNotNil

func AccessModelNameNotNil() predicate.Platform

AccessModelNameNotNil applies the NotNil predicate on the "access_model_name" field.

func And

func And(predicates ...predicate.Platform) predicate.Platform

And groups predicates with the AND operator between them.

func BusinessOwner

func BusinessOwner(v string) predicate.Platform

BusinessOwner applies equality check predicate on the "business_owner" field. It's identical to BusinessOwnerEQ.

func BusinessOwnerContains

func BusinessOwnerContains(v string) predicate.Platform

BusinessOwnerContains applies the Contains predicate on the "business_owner" field.

func BusinessOwnerContainsFold

func BusinessOwnerContainsFold(v string) predicate.Platform

BusinessOwnerContainsFold applies the ContainsFold predicate on the "business_owner" field.

func BusinessOwnerEQ

func BusinessOwnerEQ(v string) predicate.Platform

BusinessOwnerEQ applies the EQ predicate on the "business_owner" field.

func BusinessOwnerEqualFold

func BusinessOwnerEqualFold(v string) predicate.Platform

BusinessOwnerEqualFold applies the EqualFold predicate on the "business_owner" field.

func BusinessOwnerGT

func BusinessOwnerGT(v string) predicate.Platform

BusinessOwnerGT applies the GT predicate on the "business_owner" field.

func BusinessOwnerGTE

func BusinessOwnerGTE(v string) predicate.Platform

BusinessOwnerGTE applies the GTE predicate on the "business_owner" field.

func BusinessOwnerGroupID

func BusinessOwnerGroupID(v string) predicate.Platform

BusinessOwnerGroupID applies equality check predicate on the "business_owner_group_id" field. It's identical to BusinessOwnerGroupIDEQ.

func BusinessOwnerGroupIDContains

func BusinessOwnerGroupIDContains(v string) predicate.Platform

BusinessOwnerGroupIDContains applies the Contains predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDContainsFold

func BusinessOwnerGroupIDContainsFold(v string) predicate.Platform

BusinessOwnerGroupIDContainsFold applies the ContainsFold predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDEQ

func BusinessOwnerGroupIDEQ(v string) predicate.Platform

BusinessOwnerGroupIDEQ applies the EQ predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDEqualFold

func BusinessOwnerGroupIDEqualFold(v string) predicate.Platform

BusinessOwnerGroupIDEqualFold applies the EqualFold predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDGT

func BusinessOwnerGroupIDGT(v string) predicate.Platform

BusinessOwnerGroupIDGT applies the GT predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDGTE

func BusinessOwnerGroupIDGTE(v string) predicate.Platform

BusinessOwnerGroupIDGTE applies the GTE predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDHasPrefix

func BusinessOwnerGroupIDHasPrefix(v string) predicate.Platform

BusinessOwnerGroupIDHasPrefix applies the HasPrefix predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDHasSuffix

func BusinessOwnerGroupIDHasSuffix(v string) predicate.Platform

BusinessOwnerGroupIDHasSuffix applies the HasSuffix predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDIn

func BusinessOwnerGroupIDIn(vs ...string) predicate.Platform

BusinessOwnerGroupIDIn applies the In predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDIsNil

func BusinessOwnerGroupIDIsNil() predicate.Platform

BusinessOwnerGroupIDIsNil applies the IsNil predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDLT

func BusinessOwnerGroupIDLT(v string) predicate.Platform

BusinessOwnerGroupIDLT applies the LT predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDLTE

func BusinessOwnerGroupIDLTE(v string) predicate.Platform

BusinessOwnerGroupIDLTE applies the LTE predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDNEQ

func BusinessOwnerGroupIDNEQ(v string) predicate.Platform

BusinessOwnerGroupIDNEQ applies the NEQ predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDNotIn

func BusinessOwnerGroupIDNotIn(vs ...string) predicate.Platform

BusinessOwnerGroupIDNotIn applies the NotIn predicate on the "business_owner_group_id" field.

func BusinessOwnerGroupIDNotNil

func BusinessOwnerGroupIDNotNil() predicate.Platform

BusinessOwnerGroupIDNotNil applies the NotNil predicate on the "business_owner_group_id" field.

func BusinessOwnerHasPrefix

func BusinessOwnerHasPrefix(v string) predicate.Platform

BusinessOwnerHasPrefix applies the HasPrefix predicate on the "business_owner" field.

func BusinessOwnerHasSuffix

func BusinessOwnerHasSuffix(v string) predicate.Platform

BusinessOwnerHasSuffix applies the HasSuffix predicate on the "business_owner" field.

func BusinessOwnerIn

func BusinessOwnerIn(vs ...string) predicate.Platform

BusinessOwnerIn applies the In predicate on the "business_owner" field.

func BusinessOwnerIsNil

func BusinessOwnerIsNil() predicate.Platform

BusinessOwnerIsNil applies the IsNil predicate on the "business_owner" field.

func BusinessOwnerLT

func BusinessOwnerLT(v string) predicate.Platform

BusinessOwnerLT applies the LT predicate on the "business_owner" field.

func BusinessOwnerLTE

func BusinessOwnerLTE(v string) predicate.Platform

BusinessOwnerLTE applies the LTE predicate on the "business_owner" field.

func BusinessOwnerNEQ

func BusinessOwnerNEQ(v string) predicate.Platform

BusinessOwnerNEQ applies the NEQ predicate on the "business_owner" field.

func BusinessOwnerNotIn

func BusinessOwnerNotIn(vs ...string) predicate.Platform

BusinessOwnerNotIn applies the NotIn predicate on the "business_owner" field.

func BusinessOwnerNotNil

func BusinessOwnerNotNil() predicate.Platform

BusinessOwnerNotNil applies the NotNil predicate on the "business_owner" field.

func BusinessOwnerUserID

func BusinessOwnerUserID(v string) predicate.Platform

BusinessOwnerUserID applies equality check predicate on the "business_owner_user_id" field. It's identical to BusinessOwnerUserIDEQ.

func BusinessOwnerUserIDContains

func BusinessOwnerUserIDContains(v string) predicate.Platform

BusinessOwnerUserIDContains applies the Contains predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDContainsFold

func BusinessOwnerUserIDContainsFold(v string) predicate.Platform

BusinessOwnerUserIDContainsFold applies the ContainsFold predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDEQ

func BusinessOwnerUserIDEQ(v string) predicate.Platform

BusinessOwnerUserIDEQ applies the EQ predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDEqualFold

func BusinessOwnerUserIDEqualFold(v string) predicate.Platform

BusinessOwnerUserIDEqualFold applies the EqualFold predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDGT

func BusinessOwnerUserIDGT(v string) predicate.Platform

BusinessOwnerUserIDGT applies the GT predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDGTE

func BusinessOwnerUserIDGTE(v string) predicate.Platform

BusinessOwnerUserIDGTE applies the GTE predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDHasPrefix

func BusinessOwnerUserIDHasPrefix(v string) predicate.Platform

BusinessOwnerUserIDHasPrefix applies the HasPrefix predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDHasSuffix

func BusinessOwnerUserIDHasSuffix(v string) predicate.Platform

BusinessOwnerUserIDHasSuffix applies the HasSuffix predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDIn

func BusinessOwnerUserIDIn(vs ...string) predicate.Platform

BusinessOwnerUserIDIn applies the In predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDIsNil

func BusinessOwnerUserIDIsNil() predicate.Platform

BusinessOwnerUserIDIsNil applies the IsNil predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDLT

func BusinessOwnerUserIDLT(v string) predicate.Platform

BusinessOwnerUserIDLT applies the LT predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDLTE

func BusinessOwnerUserIDLTE(v string) predicate.Platform

BusinessOwnerUserIDLTE applies the LTE predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDNEQ

func BusinessOwnerUserIDNEQ(v string) predicate.Platform

BusinessOwnerUserIDNEQ applies the NEQ predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDNotIn

func BusinessOwnerUserIDNotIn(vs ...string) predicate.Platform

BusinessOwnerUserIDNotIn applies the NotIn predicate on the "business_owner_user_id" field.

func BusinessOwnerUserIDNotNil

func BusinessOwnerUserIDNotNil() predicate.Platform

BusinessOwnerUserIDNotNil applies the NotNil predicate on the "business_owner_user_id" field.

func BusinessPurpose

func BusinessPurpose(v string) predicate.Platform

BusinessPurpose applies equality check predicate on the "business_purpose" field. It's identical to BusinessPurposeEQ.

func BusinessPurposeContains

func BusinessPurposeContains(v string) predicate.Platform

BusinessPurposeContains applies the Contains predicate on the "business_purpose" field.

func BusinessPurposeContainsFold

func BusinessPurposeContainsFold(v string) predicate.Platform

BusinessPurposeContainsFold applies the ContainsFold predicate on the "business_purpose" field.

func BusinessPurposeEQ

func BusinessPurposeEQ(v string) predicate.Platform

BusinessPurposeEQ applies the EQ predicate on the "business_purpose" field.

func BusinessPurposeEqualFold

func BusinessPurposeEqualFold(v string) predicate.Platform

BusinessPurposeEqualFold applies the EqualFold predicate on the "business_purpose" field.

func BusinessPurposeGT

func BusinessPurposeGT(v string) predicate.Platform

BusinessPurposeGT applies the GT predicate on the "business_purpose" field.

func BusinessPurposeGTE

func BusinessPurposeGTE(v string) predicate.Platform

BusinessPurposeGTE applies the GTE predicate on the "business_purpose" field.

func BusinessPurposeHasPrefix

func BusinessPurposeHasPrefix(v string) predicate.Platform

BusinessPurposeHasPrefix applies the HasPrefix predicate on the "business_purpose" field.

func BusinessPurposeHasSuffix

func BusinessPurposeHasSuffix(v string) predicate.Platform

BusinessPurposeHasSuffix applies the HasSuffix predicate on the "business_purpose" field.

func BusinessPurposeIn

func BusinessPurposeIn(vs ...string) predicate.Platform

BusinessPurposeIn applies the In predicate on the "business_purpose" field.

func BusinessPurposeIsNil

func BusinessPurposeIsNil() predicate.Platform

BusinessPurposeIsNil applies the IsNil predicate on the "business_purpose" field.

func BusinessPurposeLT

func BusinessPurposeLT(v string) predicate.Platform

BusinessPurposeLT applies the LT predicate on the "business_purpose" field.

func BusinessPurposeLTE

func BusinessPurposeLTE(v string) predicate.Platform

BusinessPurposeLTE applies the LTE predicate on the "business_purpose" field.

func BusinessPurposeNEQ

func BusinessPurposeNEQ(v string) predicate.Platform

BusinessPurposeNEQ applies the NEQ predicate on the "business_purpose" field.

func BusinessPurposeNotIn

func BusinessPurposeNotIn(vs ...string) predicate.Platform

BusinessPurposeNotIn applies the NotIn predicate on the "business_purpose" field.

func BusinessPurposeNotNil

func BusinessPurposeNotNil() predicate.Platform

BusinessPurposeNotNil applies the NotNil predicate on the "business_purpose" field.

func ContainsPii

func ContainsPii(v bool) predicate.Platform

ContainsPii applies equality check predicate on the "contains_pii" field. It's identical to ContainsPiiEQ.

func ContainsPiiEQ

func ContainsPiiEQ(v bool) predicate.Platform

ContainsPiiEQ applies the EQ predicate on the "contains_pii" field.

func ContainsPiiIsNil

func ContainsPiiIsNil() predicate.Platform

ContainsPiiIsNil applies the IsNil predicate on the "contains_pii" field.

func ContainsPiiNEQ

func ContainsPiiNEQ(v bool) predicate.Platform

ContainsPiiNEQ applies the NEQ predicate on the "contains_pii" field.

func ContainsPiiNotNil

func ContainsPiiNotNil() predicate.Platform

ContainsPiiNotNil applies the NotNil predicate on the "contains_pii" field.

func CostCenter

func CostCenter(v string) predicate.Platform

CostCenter applies equality check predicate on the "cost_center" field. It's identical to CostCenterEQ.

func CostCenterContains

func CostCenterContains(v string) predicate.Platform

CostCenterContains applies the Contains predicate on the "cost_center" field.

func CostCenterContainsFold

func CostCenterContainsFold(v string) predicate.Platform

CostCenterContainsFold applies the ContainsFold predicate on the "cost_center" field.

func CostCenterEQ

func CostCenterEQ(v string) predicate.Platform

CostCenterEQ applies the EQ predicate on the "cost_center" field.

func CostCenterEqualFold

func CostCenterEqualFold(v string) predicate.Platform

CostCenterEqualFold applies the EqualFold predicate on the "cost_center" field.

func CostCenterGT

func CostCenterGT(v string) predicate.Platform

CostCenterGT applies the GT predicate on the "cost_center" field.

func CostCenterGTE

func CostCenterGTE(v string) predicate.Platform

CostCenterGTE applies the GTE predicate on the "cost_center" field.

func CostCenterHasPrefix

func CostCenterHasPrefix(v string) predicate.Platform

CostCenterHasPrefix applies the HasPrefix predicate on the "cost_center" field.

func CostCenterHasSuffix

func CostCenterHasSuffix(v string) predicate.Platform

CostCenterHasSuffix applies the HasSuffix predicate on the "cost_center" field.

func CostCenterIn

func CostCenterIn(vs ...string) predicate.Platform

CostCenterIn applies the In predicate on the "cost_center" field.

func CostCenterIsNil

func CostCenterIsNil() predicate.Platform

CostCenterIsNil applies the IsNil predicate on the "cost_center" field.

func CostCenterLT

func CostCenterLT(v string) predicate.Platform

CostCenterLT applies the LT predicate on the "cost_center" field.

func CostCenterLTE

func CostCenterLTE(v string) predicate.Platform

CostCenterLTE applies the LTE predicate on the "cost_center" field.

func CostCenterNEQ

func CostCenterNEQ(v string) predicate.Platform

CostCenterNEQ applies the NEQ predicate on the "cost_center" field.

func CostCenterNotIn

func CostCenterNotIn(vs ...string) predicate.Platform

CostCenterNotIn applies the NotIn predicate on the "cost_center" field.

func CostCenterNotNil

func CostCenterNotNil() predicate.Platform

CostCenterNotNil applies the NotNil predicate on the "cost_center" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Platform

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Platform

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Platform

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Platform

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Platform

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Platform

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Platform

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Platform

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Platform

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

func CreatedBy

func CreatedBy(v string) predicate.Platform

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

func CreatedByContains

func CreatedByContains(v string) predicate.Platform

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Platform

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Platform

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Platform

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

func CreatedByGT

func CreatedByGT(v string) predicate.Platform

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Platform

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Platform

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Platform

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Platform

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

func CreatedByLT

func CreatedByLT(v string) predicate.Platform

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Platform

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Platform

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Platform

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

func CriticalityID

func CriticalityID(v string) predicate.Platform

CriticalityID applies equality check predicate on the "criticality_id" field. It's identical to CriticalityIDEQ.

func CriticalityIDContains

func CriticalityIDContains(v string) predicate.Platform

CriticalityIDContains applies the Contains predicate on the "criticality_id" field.

func CriticalityIDContainsFold

func CriticalityIDContainsFold(v string) predicate.Platform

CriticalityIDContainsFold applies the ContainsFold predicate on the "criticality_id" field.

func CriticalityIDEQ

func CriticalityIDEQ(v string) predicate.Platform

CriticalityIDEQ applies the EQ predicate on the "criticality_id" field.

func CriticalityIDEqualFold

func CriticalityIDEqualFold(v string) predicate.Platform

CriticalityIDEqualFold applies the EqualFold predicate on the "criticality_id" field.

func CriticalityIDGT

func CriticalityIDGT(v string) predicate.Platform

CriticalityIDGT applies the GT predicate on the "criticality_id" field.

func CriticalityIDGTE

func CriticalityIDGTE(v string) predicate.Platform

CriticalityIDGTE applies the GTE predicate on the "criticality_id" field.

func CriticalityIDHasPrefix

func CriticalityIDHasPrefix(v string) predicate.Platform

CriticalityIDHasPrefix applies the HasPrefix predicate on the "criticality_id" field.

func CriticalityIDHasSuffix

func CriticalityIDHasSuffix(v string) predicate.Platform

CriticalityIDHasSuffix applies the HasSuffix predicate on the "criticality_id" field.

func CriticalityIDIn

func CriticalityIDIn(vs ...string) predicate.Platform

CriticalityIDIn applies the In predicate on the "criticality_id" field.

func CriticalityIDIsNil

func CriticalityIDIsNil() predicate.Platform

CriticalityIDIsNil applies the IsNil predicate on the "criticality_id" field.

func CriticalityIDLT

func CriticalityIDLT(v string) predicate.Platform

CriticalityIDLT applies the LT predicate on the "criticality_id" field.

func CriticalityIDLTE

func CriticalityIDLTE(v string) predicate.Platform

CriticalityIDLTE applies the LTE predicate on the "criticality_id" field.

func CriticalityIDNEQ

func CriticalityIDNEQ(v string) predicate.Platform

CriticalityIDNEQ applies the NEQ predicate on the "criticality_id" field.

func CriticalityIDNotIn

func CriticalityIDNotIn(vs ...string) predicate.Platform

CriticalityIDNotIn applies the NotIn predicate on the "criticality_id" field.

func CriticalityIDNotNil

func CriticalityIDNotNil() predicate.Platform

CriticalityIDNotNil applies the NotNil predicate on the "criticality_id" field.

func CriticalityName

func CriticalityName(v string) predicate.Platform

CriticalityName applies equality check predicate on the "criticality_name" field. It's identical to CriticalityNameEQ.

func CriticalityNameContains

func CriticalityNameContains(v string) predicate.Platform

CriticalityNameContains applies the Contains predicate on the "criticality_name" field.

func CriticalityNameContainsFold

func CriticalityNameContainsFold(v string) predicate.Platform

CriticalityNameContainsFold applies the ContainsFold predicate on the "criticality_name" field.

func CriticalityNameEQ

func CriticalityNameEQ(v string) predicate.Platform

CriticalityNameEQ applies the EQ predicate on the "criticality_name" field.

func CriticalityNameEqualFold

func CriticalityNameEqualFold(v string) predicate.Platform

CriticalityNameEqualFold applies the EqualFold predicate on the "criticality_name" field.

func CriticalityNameGT

func CriticalityNameGT(v string) predicate.Platform

CriticalityNameGT applies the GT predicate on the "criticality_name" field.

func CriticalityNameGTE

func CriticalityNameGTE(v string) predicate.Platform

CriticalityNameGTE applies the GTE predicate on the "criticality_name" field.

func CriticalityNameHasPrefix

func CriticalityNameHasPrefix(v string) predicate.Platform

CriticalityNameHasPrefix applies the HasPrefix predicate on the "criticality_name" field.

func CriticalityNameHasSuffix

func CriticalityNameHasSuffix(v string) predicate.Platform

CriticalityNameHasSuffix applies the HasSuffix predicate on the "criticality_name" field.

func CriticalityNameIn

func CriticalityNameIn(vs ...string) predicate.Platform

CriticalityNameIn applies the In predicate on the "criticality_name" field.

func CriticalityNameIsNil

func CriticalityNameIsNil() predicate.Platform

CriticalityNameIsNil applies the IsNil predicate on the "criticality_name" field.

func CriticalityNameLT

func CriticalityNameLT(v string) predicate.Platform

CriticalityNameLT applies the LT predicate on the "criticality_name" field.

func CriticalityNameLTE

func CriticalityNameLTE(v string) predicate.Platform

CriticalityNameLTE applies the LTE predicate on the "criticality_name" field.

func CriticalityNameNEQ

func CriticalityNameNEQ(v string) predicate.Platform

CriticalityNameNEQ applies the NEQ predicate on the "criticality_name" field.

func CriticalityNameNotIn

func CriticalityNameNotIn(vs ...string) predicate.Platform

CriticalityNameNotIn applies the NotIn predicate on the "criticality_name" field.

func CriticalityNameNotNil

func CriticalityNameNotNil() predicate.Platform

CriticalityNameNotNil applies the NotNil predicate on the "criticality_name" field.

func DataFlowSummary

func DataFlowSummary(v string) predicate.Platform

DataFlowSummary applies equality check predicate on the "data_flow_summary" field. It's identical to DataFlowSummaryEQ.

func DataFlowSummaryContains

func DataFlowSummaryContains(v string) predicate.Platform

DataFlowSummaryContains applies the Contains predicate on the "data_flow_summary" field.

func DataFlowSummaryContainsFold

func DataFlowSummaryContainsFold(v string) predicate.Platform

DataFlowSummaryContainsFold applies the ContainsFold predicate on the "data_flow_summary" field.

func DataFlowSummaryEQ

func DataFlowSummaryEQ(v string) predicate.Platform

DataFlowSummaryEQ applies the EQ predicate on the "data_flow_summary" field.

func DataFlowSummaryEqualFold

func DataFlowSummaryEqualFold(v string) predicate.Platform

DataFlowSummaryEqualFold applies the EqualFold predicate on the "data_flow_summary" field.

func DataFlowSummaryGT

func DataFlowSummaryGT(v string) predicate.Platform

DataFlowSummaryGT applies the GT predicate on the "data_flow_summary" field.

func DataFlowSummaryGTE

func DataFlowSummaryGTE(v string) predicate.Platform

DataFlowSummaryGTE applies the GTE predicate on the "data_flow_summary" field.

func DataFlowSummaryHasPrefix

func DataFlowSummaryHasPrefix(v string) predicate.Platform

DataFlowSummaryHasPrefix applies the HasPrefix predicate on the "data_flow_summary" field.

func DataFlowSummaryHasSuffix

func DataFlowSummaryHasSuffix(v string) predicate.Platform

DataFlowSummaryHasSuffix applies the HasSuffix predicate on the "data_flow_summary" field.

func DataFlowSummaryIn

func DataFlowSummaryIn(vs ...string) predicate.Platform

DataFlowSummaryIn applies the In predicate on the "data_flow_summary" field.

func DataFlowSummaryIsNil

func DataFlowSummaryIsNil() predicate.Platform

DataFlowSummaryIsNil applies the IsNil predicate on the "data_flow_summary" field.

func DataFlowSummaryLT

func DataFlowSummaryLT(v string) predicate.Platform

DataFlowSummaryLT applies the LT predicate on the "data_flow_summary" field.

func DataFlowSummaryLTE

func DataFlowSummaryLTE(v string) predicate.Platform

DataFlowSummaryLTE applies the LTE predicate on the "data_flow_summary" field.

func DataFlowSummaryNEQ

func DataFlowSummaryNEQ(v string) predicate.Platform

DataFlowSummaryNEQ applies the NEQ predicate on the "data_flow_summary" field.

func DataFlowSummaryNotIn

func DataFlowSummaryNotIn(vs ...string) predicate.Platform

DataFlowSummaryNotIn applies the NotIn predicate on the "data_flow_summary" field.

func DataFlowSummaryNotNil

func DataFlowSummaryNotNil() predicate.Platform

DataFlowSummaryNotNil applies the NotNil predicate on the "data_flow_summary" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.Platform

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Platform

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Platform

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Platform

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Platform

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Platform

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Platform

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Platform

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Platform

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

func DeletedBy

func DeletedBy(v string) predicate.Platform

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

func DeletedByContains

func DeletedByContains(v string) predicate.Platform

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Platform

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Platform

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Platform

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

func DeletedByGT

func DeletedByGT(v string) predicate.Platform

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Platform

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Platform

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Platform

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Platform

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

func DeletedByLT

func DeletedByLT(v string) predicate.Platform

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Platform

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Platform

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Platform

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

func Description

func Description(v string) predicate.Platform

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

func DescriptionContains

func DescriptionContains(v string) predicate.Platform

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Platform

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.Platform

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Platform

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

func DescriptionGT

func DescriptionGT(v string) predicate.Platform

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.Platform

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Platform

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Platform

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.Platform

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

func DescriptionLT

func DescriptionLT(v string) predicate.Platform

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.Platform

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Platform

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.Platform

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

func DisplayID

func DisplayID(v string) predicate.Platform

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.Platform

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.Platform

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

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.Platform

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.Platform

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

func DisplayIDGT

func DisplayIDGT(v string) predicate.Platform

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

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.Platform

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.Platform

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.Platform

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

func DisplayIDIn

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

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

func DisplayIDLT

func DisplayIDLT(v string) predicate.Platform

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

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.Platform

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

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.Platform

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

func DisplayIDNotIn

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

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

func EncryptionStatusID

func EncryptionStatusID(v string) predicate.Platform

EncryptionStatusID applies equality check predicate on the "encryption_status_id" field. It's identical to EncryptionStatusIDEQ.

func EncryptionStatusIDContains

func EncryptionStatusIDContains(v string) predicate.Platform

EncryptionStatusIDContains applies the Contains predicate on the "encryption_status_id" field.

func EncryptionStatusIDContainsFold

func EncryptionStatusIDContainsFold(v string) predicate.Platform

EncryptionStatusIDContainsFold applies the ContainsFold predicate on the "encryption_status_id" field.

func EncryptionStatusIDEQ

func EncryptionStatusIDEQ(v string) predicate.Platform

EncryptionStatusIDEQ applies the EQ predicate on the "encryption_status_id" field.

func EncryptionStatusIDEqualFold

func EncryptionStatusIDEqualFold(v string) predicate.Platform

EncryptionStatusIDEqualFold applies the EqualFold predicate on the "encryption_status_id" field.

func EncryptionStatusIDGT

func EncryptionStatusIDGT(v string) predicate.Platform

EncryptionStatusIDGT applies the GT predicate on the "encryption_status_id" field.

func EncryptionStatusIDGTE

func EncryptionStatusIDGTE(v string) predicate.Platform

EncryptionStatusIDGTE applies the GTE predicate on the "encryption_status_id" field.

func EncryptionStatusIDHasPrefix

func EncryptionStatusIDHasPrefix(v string) predicate.Platform

EncryptionStatusIDHasPrefix applies the HasPrefix predicate on the "encryption_status_id" field.

func EncryptionStatusIDHasSuffix

func EncryptionStatusIDHasSuffix(v string) predicate.Platform

EncryptionStatusIDHasSuffix applies the HasSuffix predicate on the "encryption_status_id" field.

func EncryptionStatusIDIn

func EncryptionStatusIDIn(vs ...string) predicate.Platform

EncryptionStatusIDIn applies the In predicate on the "encryption_status_id" field.

func EncryptionStatusIDIsNil

func EncryptionStatusIDIsNil() predicate.Platform

EncryptionStatusIDIsNil applies the IsNil predicate on the "encryption_status_id" field.

func EncryptionStatusIDLT

func EncryptionStatusIDLT(v string) predicate.Platform

EncryptionStatusIDLT applies the LT predicate on the "encryption_status_id" field.

func EncryptionStatusIDLTE

func EncryptionStatusIDLTE(v string) predicate.Platform

EncryptionStatusIDLTE applies the LTE predicate on the "encryption_status_id" field.

func EncryptionStatusIDNEQ

func EncryptionStatusIDNEQ(v string) predicate.Platform

EncryptionStatusIDNEQ applies the NEQ predicate on the "encryption_status_id" field.

func EncryptionStatusIDNotIn

func EncryptionStatusIDNotIn(vs ...string) predicate.Platform

EncryptionStatusIDNotIn applies the NotIn predicate on the "encryption_status_id" field.

func EncryptionStatusIDNotNil

func EncryptionStatusIDNotNil() predicate.Platform

EncryptionStatusIDNotNil applies the NotNil predicate on the "encryption_status_id" field.

func EncryptionStatusName

func EncryptionStatusName(v string) predicate.Platform

EncryptionStatusName applies equality check predicate on the "encryption_status_name" field. It's identical to EncryptionStatusNameEQ.

func EncryptionStatusNameContains

func EncryptionStatusNameContains(v string) predicate.Platform

EncryptionStatusNameContains applies the Contains predicate on the "encryption_status_name" field.

func EncryptionStatusNameContainsFold

func EncryptionStatusNameContainsFold(v string) predicate.Platform

EncryptionStatusNameContainsFold applies the ContainsFold predicate on the "encryption_status_name" field.

func EncryptionStatusNameEQ

func EncryptionStatusNameEQ(v string) predicate.Platform

EncryptionStatusNameEQ applies the EQ predicate on the "encryption_status_name" field.

func EncryptionStatusNameEqualFold

func EncryptionStatusNameEqualFold(v string) predicate.Platform

EncryptionStatusNameEqualFold applies the EqualFold predicate on the "encryption_status_name" field.

func EncryptionStatusNameGT

func EncryptionStatusNameGT(v string) predicate.Platform

EncryptionStatusNameGT applies the GT predicate on the "encryption_status_name" field.

func EncryptionStatusNameGTE

func EncryptionStatusNameGTE(v string) predicate.Platform

EncryptionStatusNameGTE applies the GTE predicate on the "encryption_status_name" field.

func EncryptionStatusNameHasPrefix

func EncryptionStatusNameHasPrefix(v string) predicate.Platform

EncryptionStatusNameHasPrefix applies the HasPrefix predicate on the "encryption_status_name" field.

func EncryptionStatusNameHasSuffix

func EncryptionStatusNameHasSuffix(v string) predicate.Platform

EncryptionStatusNameHasSuffix applies the HasSuffix predicate on the "encryption_status_name" field.

func EncryptionStatusNameIn

func EncryptionStatusNameIn(vs ...string) predicate.Platform

EncryptionStatusNameIn applies the In predicate on the "encryption_status_name" field.

func EncryptionStatusNameIsNil

func EncryptionStatusNameIsNil() predicate.Platform

EncryptionStatusNameIsNil applies the IsNil predicate on the "encryption_status_name" field.

func EncryptionStatusNameLT

func EncryptionStatusNameLT(v string) predicate.Platform

EncryptionStatusNameLT applies the LT predicate on the "encryption_status_name" field.

func EncryptionStatusNameLTE

func EncryptionStatusNameLTE(v string) predicate.Platform

EncryptionStatusNameLTE applies the LTE predicate on the "encryption_status_name" field.

func EncryptionStatusNameNEQ

func EncryptionStatusNameNEQ(v string) predicate.Platform

EncryptionStatusNameNEQ applies the NEQ predicate on the "encryption_status_name" field.

func EncryptionStatusNameNotIn

func EncryptionStatusNameNotIn(vs ...string) predicate.Platform

EncryptionStatusNameNotIn applies the NotIn predicate on the "encryption_status_name" field.

func EncryptionStatusNameNotNil

func EncryptionStatusNameNotNil() predicate.Platform

EncryptionStatusNameNotNil applies the NotNil predicate on the "encryption_status_name" field.

func EnvironmentID

func EnvironmentID(v string) predicate.Platform

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

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.Platform

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

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.Platform

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

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.Platform

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

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.Platform

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

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.Platform

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

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.Platform

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

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.Platform

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

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.Platform

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

func EnvironmentIDIn

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

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

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.Platform

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

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.Platform

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

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.Platform

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

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.Platform

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

func EnvironmentIDNotIn

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

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

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.Platform

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

func EnvironmentName

func EnvironmentName(v string) predicate.Platform

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

func EnvironmentNameContains

func EnvironmentNameContains(v string) predicate.Platform

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

func EnvironmentNameContainsFold

func EnvironmentNameContainsFold(v string) predicate.Platform

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

func EnvironmentNameEQ

func EnvironmentNameEQ(v string) predicate.Platform

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

func EnvironmentNameEqualFold

func EnvironmentNameEqualFold(v string) predicate.Platform

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

func EnvironmentNameGT

func EnvironmentNameGT(v string) predicate.Platform

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

func EnvironmentNameGTE

func EnvironmentNameGTE(v string) predicate.Platform

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

func EnvironmentNameHasPrefix

func EnvironmentNameHasPrefix(v string) predicate.Platform

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

func EnvironmentNameHasSuffix

func EnvironmentNameHasSuffix(v string) predicate.Platform

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

func EnvironmentNameIn

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

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

func EnvironmentNameIsNil

func EnvironmentNameIsNil() predicate.Platform

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

func EnvironmentNameLT

func EnvironmentNameLT(v string) predicate.Platform

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

func EnvironmentNameLTE

func EnvironmentNameLTE(v string) predicate.Platform

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

func EnvironmentNameNEQ

func EnvironmentNameNEQ(v string) predicate.Platform

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

func EnvironmentNameNotIn

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

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

func EnvironmentNameNotNil

func EnvironmentNameNotNil() predicate.Platform

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

func EstimatedMonthlyCost

func EstimatedMonthlyCost(v float64) predicate.Platform

EstimatedMonthlyCost applies equality check predicate on the "estimated_monthly_cost" field. It's identical to EstimatedMonthlyCostEQ.

func EstimatedMonthlyCostEQ

func EstimatedMonthlyCostEQ(v float64) predicate.Platform

EstimatedMonthlyCostEQ applies the EQ predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostGT

func EstimatedMonthlyCostGT(v float64) predicate.Platform

EstimatedMonthlyCostGT applies the GT predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostGTE

func EstimatedMonthlyCostGTE(v float64) predicate.Platform

EstimatedMonthlyCostGTE applies the GTE predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostIn

func EstimatedMonthlyCostIn(vs ...float64) predicate.Platform

EstimatedMonthlyCostIn applies the In predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostIsNil

func EstimatedMonthlyCostIsNil() predicate.Platform

EstimatedMonthlyCostIsNil applies the IsNil predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostLT

func EstimatedMonthlyCostLT(v float64) predicate.Platform

EstimatedMonthlyCostLT applies the LT predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostLTE

func EstimatedMonthlyCostLTE(v float64) predicate.Platform

EstimatedMonthlyCostLTE applies the LTE predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostNEQ

func EstimatedMonthlyCostNEQ(v float64) predicate.Platform

EstimatedMonthlyCostNEQ applies the NEQ predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostNotIn

func EstimatedMonthlyCostNotIn(vs ...float64) predicate.Platform

EstimatedMonthlyCostNotIn applies the NotIn predicate on the "estimated_monthly_cost" field.

func EstimatedMonthlyCostNotNil

func EstimatedMonthlyCostNotNil() predicate.Platform

EstimatedMonthlyCostNotNil applies the NotNil predicate on the "estimated_monthly_cost" field.

func ExternalReferenceID

func ExternalReferenceID(v string) predicate.Platform

ExternalReferenceID applies equality check predicate on the "external_reference_id" field. It's identical to ExternalReferenceIDEQ.

func ExternalReferenceIDContains

func ExternalReferenceIDContains(v string) predicate.Platform

ExternalReferenceIDContains applies the Contains predicate on the "external_reference_id" field.

func ExternalReferenceIDContainsFold

func ExternalReferenceIDContainsFold(v string) predicate.Platform

ExternalReferenceIDContainsFold applies the ContainsFold predicate on the "external_reference_id" field.

func ExternalReferenceIDEQ

func ExternalReferenceIDEQ(v string) predicate.Platform

ExternalReferenceIDEQ applies the EQ predicate on the "external_reference_id" field.

func ExternalReferenceIDEqualFold

func ExternalReferenceIDEqualFold(v string) predicate.Platform

ExternalReferenceIDEqualFold applies the EqualFold predicate on the "external_reference_id" field.

func ExternalReferenceIDGT

func ExternalReferenceIDGT(v string) predicate.Platform

ExternalReferenceIDGT applies the GT predicate on the "external_reference_id" field.

func ExternalReferenceIDGTE

func ExternalReferenceIDGTE(v string) predicate.Platform

ExternalReferenceIDGTE applies the GTE predicate on the "external_reference_id" field.

func ExternalReferenceIDHasPrefix

func ExternalReferenceIDHasPrefix(v string) predicate.Platform

ExternalReferenceIDHasPrefix applies the HasPrefix predicate on the "external_reference_id" field.

func ExternalReferenceIDHasSuffix

func ExternalReferenceIDHasSuffix(v string) predicate.Platform

ExternalReferenceIDHasSuffix applies the HasSuffix predicate on the "external_reference_id" field.

func ExternalReferenceIDIn

func ExternalReferenceIDIn(vs ...string) predicate.Platform

ExternalReferenceIDIn applies the In predicate on the "external_reference_id" field.

func ExternalReferenceIDIsNil

func ExternalReferenceIDIsNil() predicate.Platform

ExternalReferenceIDIsNil applies the IsNil predicate on the "external_reference_id" field.

func ExternalReferenceIDLT

func ExternalReferenceIDLT(v string) predicate.Platform

ExternalReferenceIDLT applies the LT predicate on the "external_reference_id" field.

func ExternalReferenceIDLTE

func ExternalReferenceIDLTE(v string) predicate.Platform

ExternalReferenceIDLTE applies the LTE predicate on the "external_reference_id" field.

func ExternalReferenceIDNEQ

func ExternalReferenceIDNEQ(v string) predicate.Platform

ExternalReferenceIDNEQ applies the NEQ predicate on the "external_reference_id" field.

func ExternalReferenceIDNotIn

func ExternalReferenceIDNotIn(vs ...string) predicate.Platform

ExternalReferenceIDNotIn applies the NotIn predicate on the "external_reference_id" field.

func ExternalReferenceIDNotNil

func ExternalReferenceIDNotNil() predicate.Platform

ExternalReferenceIDNotNil applies the NotNil predicate on the "external_reference_id" field.

func HasAccessModel

func HasAccessModel() predicate.Platform

HasAccessModel applies the HasEdge predicate on the "access_model" edge.

func HasAccessModelWith

func HasAccessModelWith(preds ...predicate.CustomTypeEnum) predicate.Platform

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

func HasApplicableFrameworks

func HasApplicableFrameworks() predicate.Platform

HasApplicableFrameworks applies the HasEdge predicate on the "applicable_frameworks" edge.

func HasApplicableFrameworksWith

func HasApplicableFrameworksWith(preds ...predicate.Standard) predicate.Platform

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

func HasAssessments

func HasAssessments() predicate.Platform

HasAssessments applies the HasEdge predicate on the "assessments" edge.

func HasAssessmentsWith

func HasAssessmentsWith(preds ...predicate.Assessment) predicate.Platform

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

func HasAssets

func HasAssets() predicate.Platform

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

func HasAssetsWith

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

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

func HasBlockedGroups

func HasBlockedGroups() predicate.Platform

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

func HasBlockedGroupsWith

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

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

func HasBusinessOwnerGroup

func HasBusinessOwnerGroup() predicate.Platform

HasBusinessOwnerGroup applies the HasEdge predicate on the "business_owner_group" edge.

func HasBusinessOwnerGroupWith

func HasBusinessOwnerGroupWith(preds ...predicate.Group) predicate.Platform

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

func HasBusinessOwnerUser

func HasBusinessOwnerUser() predicate.Platform

HasBusinessOwnerUser applies the HasEdge predicate on the "business_owner_user" edge.

func HasBusinessOwnerUserWith

func HasBusinessOwnerUserWith(preds ...predicate.User) predicate.Platform

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

func HasControls

func HasControls() predicate.Platform

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

func HasControlsWith

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

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

func HasCriticality

func HasCriticality() predicate.Platform

HasCriticality applies the HasEdge predicate on the "criticality" edge.

func HasCriticalityWith

func HasCriticalityWith(preds ...predicate.CustomTypeEnum) predicate.Platform

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

func HasEditors

func HasEditors() predicate.Platform

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

func HasEditorsWith

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

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

func HasEncryptionStatus

func HasEncryptionStatus() predicate.Platform

HasEncryptionStatus applies the HasEdge predicate on the "encryption_status" edge.

func HasEncryptionStatusWith

func HasEncryptionStatusWith(preds ...predicate.CustomTypeEnum) predicate.Platform

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

func HasEntities

func HasEntities() predicate.Platform

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

func HasEntitiesWith

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

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

func HasEnvironment

func HasEnvironment() predicate.Platform

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

func HasEnvironmentWith

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

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

func HasEvidence

func HasEvidence() predicate.Platform

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

func HasEvidenceWith

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

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

func HasFiles

func HasFiles() predicate.Platform

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

func HasFilesWith

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

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

func HasGeneratedScans

func HasGeneratedScans() predicate.Platform

HasGeneratedScans applies the HasEdge predicate on the "generated_scans" edge.

func HasGeneratedScansWith

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

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

func HasIdentityHolders

func HasIdentityHolders() predicate.Platform

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

func HasIdentityHoldersWith

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

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

func HasInternalOwnerGroup

func HasInternalOwnerGroup() predicate.Platform

HasInternalOwnerGroup applies the HasEdge predicate on the "internal_owner_group" edge.

func HasInternalOwnerGroupWith

func HasInternalOwnerGroupWith(preds ...predicate.Group) predicate.Platform

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

func HasInternalOwnerUser

func HasInternalOwnerUser() predicate.Platform

HasInternalOwnerUser applies the HasEdge predicate on the "internal_owner_user" edge.

func HasInternalOwnerUserWith

func HasInternalOwnerUserWith(preds ...predicate.User) predicate.Platform

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

func HasOutOfScopeAssets

func HasOutOfScopeAssets() predicate.Platform

HasOutOfScopeAssets applies the HasEdge predicate on the "out_of_scope_assets" edge.

func HasOutOfScopeAssetsWith

func HasOutOfScopeAssetsWith(preds ...predicate.Asset) predicate.Platform

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

func HasOutOfScopeVendors

func HasOutOfScopeVendors() predicate.Platform

HasOutOfScopeVendors applies the HasEdge predicate on the "out_of_scope_vendors" edge.

func HasOutOfScopeVendorsWith

func HasOutOfScopeVendorsWith(preds ...predicate.Entity) predicate.Platform

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

func HasOwner

func HasOwner() predicate.Platform

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

func HasOwnerWith

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

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

func HasPlatformDataClassification

func HasPlatformDataClassification() predicate.Platform

HasPlatformDataClassification applies the HasEdge predicate on the "platform_data_classification" edge.

func HasPlatformDataClassificationWith

func HasPlatformDataClassificationWith(preds ...predicate.CustomTypeEnum) predicate.Platform

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

func HasPlatformKind

func HasPlatformKind() predicate.Platform

HasPlatformKind applies the HasEdge predicate on the "platform_kind" edge.

func HasPlatformKindWith

func HasPlatformKindWith(preds ...predicate.CustomTypeEnum) predicate.Platform

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

func HasPlatformOwner

func HasPlatformOwner() predicate.Platform

HasPlatformOwner applies the HasEdge predicate on the "platform_owner" edge.

func HasPlatformOwnerWith

func HasPlatformOwnerWith(preds ...predicate.User) predicate.Platform

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

func HasRisks

func HasRisks() predicate.Platform

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

func HasRisksWith

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

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

func HasScans

func HasScans() predicate.Platform

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

func HasScansWith

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

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

func HasScope

func HasScope() predicate.Platform

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

func HasScopeWith

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

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

func HasSecurityOwnerGroup

func HasSecurityOwnerGroup() predicate.Platform

HasSecurityOwnerGroup applies the HasEdge predicate on the "security_owner_group" edge.

func HasSecurityOwnerGroupWith

func HasSecurityOwnerGroupWith(preds ...predicate.Group) predicate.Platform

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

func HasSecurityOwnerUser

func HasSecurityOwnerUser() predicate.Platform

HasSecurityOwnerUser applies the HasEdge predicate on the "security_owner_user" edge.

func HasSecurityOwnerUserWith

func HasSecurityOwnerUserWith(preds ...predicate.User) predicate.Platform

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

func HasSecurityTier

func HasSecurityTier() predicate.Platform

HasSecurityTier applies the HasEdge predicate on the "security_tier" edge.

func HasSecurityTierWith

func HasSecurityTierWith(preds ...predicate.CustomTypeEnum) predicate.Platform

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

func HasSourceAssets

func HasSourceAssets() predicate.Platform

HasSourceAssets applies the HasEdge predicate on the "source_assets" edge.

func HasSourceAssetsWith

func HasSourceAssetsWith(preds ...predicate.Asset) predicate.Platform

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

func HasSourceEntities

func HasSourceEntities() predicate.Platform

HasSourceEntities applies the HasEdge predicate on the "source_entities" edge.

func HasSourceEntitiesWith

func HasSourceEntitiesWith(preds ...predicate.Entity) predicate.Platform

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

func HasTasks

func HasTasks() predicate.Platform

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

func HasTasksWith

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

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

func HasTechnicalOwnerGroup

func HasTechnicalOwnerGroup() predicate.Platform

HasTechnicalOwnerGroup applies the HasEdge predicate on the "technical_owner_group" edge.

func HasTechnicalOwnerGroupWith

func HasTechnicalOwnerGroupWith(preds ...predicate.Group) predicate.Platform

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

func HasTechnicalOwnerUser

func HasTechnicalOwnerUser() predicate.Platform

HasTechnicalOwnerUser applies the HasEdge predicate on the "technical_owner_user" edge.

func HasTechnicalOwnerUserWith

func HasTechnicalOwnerUserWith(preds ...predicate.User) predicate.Platform

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

func HasViewers

func HasViewers() predicate.Platform

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

func HasViewersWith

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

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

func HasWorkflowObjectRefs

func HasWorkflowObjectRefs() predicate.Platform

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

func HasWorkflowObjectRefsWith

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

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

func ID

func ID(id string) predicate.Platform

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Platform

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Platform

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Platform

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Platform

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Platform

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Platform

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Platform

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Platform

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func InternalOwner

func InternalOwner(v string) predicate.Platform

InternalOwner applies equality check predicate on the "internal_owner" field. It's identical to InternalOwnerEQ.

func InternalOwnerContains

func InternalOwnerContains(v string) predicate.Platform

InternalOwnerContains applies the Contains predicate on the "internal_owner" field.

func InternalOwnerContainsFold

func InternalOwnerContainsFold(v string) predicate.Platform

InternalOwnerContainsFold applies the ContainsFold predicate on the "internal_owner" field.

func InternalOwnerEQ

func InternalOwnerEQ(v string) predicate.Platform

InternalOwnerEQ applies the EQ predicate on the "internal_owner" field.

func InternalOwnerEqualFold

func InternalOwnerEqualFold(v string) predicate.Platform

InternalOwnerEqualFold applies the EqualFold predicate on the "internal_owner" field.

func InternalOwnerGT

func InternalOwnerGT(v string) predicate.Platform

InternalOwnerGT applies the GT predicate on the "internal_owner" field.

func InternalOwnerGTE

func InternalOwnerGTE(v string) predicate.Platform

InternalOwnerGTE applies the GTE predicate on the "internal_owner" field.

func InternalOwnerGroupID

func InternalOwnerGroupID(v string) predicate.Platform

InternalOwnerGroupID applies equality check predicate on the "internal_owner_group_id" field. It's identical to InternalOwnerGroupIDEQ.

func InternalOwnerGroupIDContains

func InternalOwnerGroupIDContains(v string) predicate.Platform

InternalOwnerGroupIDContains applies the Contains predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDContainsFold

func InternalOwnerGroupIDContainsFold(v string) predicate.Platform

InternalOwnerGroupIDContainsFold applies the ContainsFold predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDEQ

func InternalOwnerGroupIDEQ(v string) predicate.Platform

InternalOwnerGroupIDEQ applies the EQ predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDEqualFold

func InternalOwnerGroupIDEqualFold(v string) predicate.Platform

InternalOwnerGroupIDEqualFold applies the EqualFold predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDGT

func InternalOwnerGroupIDGT(v string) predicate.Platform

InternalOwnerGroupIDGT applies the GT predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDGTE

func InternalOwnerGroupIDGTE(v string) predicate.Platform

InternalOwnerGroupIDGTE applies the GTE predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDHasPrefix

func InternalOwnerGroupIDHasPrefix(v string) predicate.Platform

InternalOwnerGroupIDHasPrefix applies the HasPrefix predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDHasSuffix

func InternalOwnerGroupIDHasSuffix(v string) predicate.Platform

InternalOwnerGroupIDHasSuffix applies the HasSuffix predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDIn

func InternalOwnerGroupIDIn(vs ...string) predicate.Platform

InternalOwnerGroupIDIn applies the In predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDIsNil

func InternalOwnerGroupIDIsNil() predicate.Platform

InternalOwnerGroupIDIsNil applies the IsNil predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDLT

func InternalOwnerGroupIDLT(v string) predicate.Platform

InternalOwnerGroupIDLT applies the LT predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDLTE

func InternalOwnerGroupIDLTE(v string) predicate.Platform

InternalOwnerGroupIDLTE applies the LTE predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDNEQ

func InternalOwnerGroupIDNEQ(v string) predicate.Platform

InternalOwnerGroupIDNEQ applies the NEQ predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDNotIn

func InternalOwnerGroupIDNotIn(vs ...string) predicate.Platform

InternalOwnerGroupIDNotIn applies the NotIn predicate on the "internal_owner_group_id" field.

func InternalOwnerGroupIDNotNil

func InternalOwnerGroupIDNotNil() predicate.Platform

InternalOwnerGroupIDNotNil applies the NotNil predicate on the "internal_owner_group_id" field.

func InternalOwnerHasPrefix

func InternalOwnerHasPrefix(v string) predicate.Platform

InternalOwnerHasPrefix applies the HasPrefix predicate on the "internal_owner" field.

func InternalOwnerHasSuffix

func InternalOwnerHasSuffix(v string) predicate.Platform

InternalOwnerHasSuffix applies the HasSuffix predicate on the "internal_owner" field.

func InternalOwnerIn

func InternalOwnerIn(vs ...string) predicate.Platform

InternalOwnerIn applies the In predicate on the "internal_owner" field.

func InternalOwnerIsNil

func InternalOwnerIsNil() predicate.Platform

InternalOwnerIsNil applies the IsNil predicate on the "internal_owner" field.

func InternalOwnerLT

func InternalOwnerLT(v string) predicate.Platform

InternalOwnerLT applies the LT predicate on the "internal_owner" field.

func InternalOwnerLTE

func InternalOwnerLTE(v string) predicate.Platform

InternalOwnerLTE applies the LTE predicate on the "internal_owner" field.

func InternalOwnerNEQ

func InternalOwnerNEQ(v string) predicate.Platform

InternalOwnerNEQ applies the NEQ predicate on the "internal_owner" field.

func InternalOwnerNotIn

func InternalOwnerNotIn(vs ...string) predicate.Platform

InternalOwnerNotIn applies the NotIn predicate on the "internal_owner" field.

func InternalOwnerNotNil

func InternalOwnerNotNil() predicate.Platform

InternalOwnerNotNil applies the NotNil predicate on the "internal_owner" field.

func InternalOwnerUserID

func InternalOwnerUserID(v string) predicate.Platform

InternalOwnerUserID applies equality check predicate on the "internal_owner_user_id" field. It's identical to InternalOwnerUserIDEQ.

func InternalOwnerUserIDContains

func InternalOwnerUserIDContains(v string) predicate.Platform

InternalOwnerUserIDContains applies the Contains predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDContainsFold

func InternalOwnerUserIDContainsFold(v string) predicate.Platform

InternalOwnerUserIDContainsFold applies the ContainsFold predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDEQ

func InternalOwnerUserIDEQ(v string) predicate.Platform

InternalOwnerUserIDEQ applies the EQ predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDEqualFold

func InternalOwnerUserIDEqualFold(v string) predicate.Platform

InternalOwnerUserIDEqualFold applies the EqualFold predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDGT

func InternalOwnerUserIDGT(v string) predicate.Platform

InternalOwnerUserIDGT applies the GT predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDGTE

func InternalOwnerUserIDGTE(v string) predicate.Platform

InternalOwnerUserIDGTE applies the GTE predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDHasPrefix

func InternalOwnerUserIDHasPrefix(v string) predicate.Platform

InternalOwnerUserIDHasPrefix applies the HasPrefix predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDHasSuffix

func InternalOwnerUserIDHasSuffix(v string) predicate.Platform

InternalOwnerUserIDHasSuffix applies the HasSuffix predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDIn

func InternalOwnerUserIDIn(vs ...string) predicate.Platform

InternalOwnerUserIDIn applies the In predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDIsNil

func InternalOwnerUserIDIsNil() predicate.Platform

InternalOwnerUserIDIsNil applies the IsNil predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDLT

func InternalOwnerUserIDLT(v string) predicate.Platform

InternalOwnerUserIDLT applies the LT predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDLTE

func InternalOwnerUserIDLTE(v string) predicate.Platform

InternalOwnerUserIDLTE applies the LTE predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDNEQ

func InternalOwnerUserIDNEQ(v string) predicate.Platform

InternalOwnerUserIDNEQ applies the NEQ predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDNotIn

func InternalOwnerUserIDNotIn(vs ...string) predicate.Platform

InternalOwnerUserIDNotIn applies the NotIn predicate on the "internal_owner_user_id" field.

func InternalOwnerUserIDNotNil

func InternalOwnerUserIDNotNil() predicate.Platform

InternalOwnerUserIDNotNil applies the NotNil predicate on the "internal_owner_user_id" field.

func MetadataIsNil

func MetadataIsNil() predicate.Platform

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

func MetadataNotNil

func MetadataNotNil() predicate.Platform

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

func Name

func Name(v string) predicate.Platform

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

func NameContains

func NameContains(v string) predicate.Platform

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

func NameContainsFold

func NameContainsFold(v string) predicate.Platform

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

func NameEQ

func NameEQ(v string) predicate.Platform

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

func NameEqualFold

func NameEqualFold(v string) predicate.Platform

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

func NameGT

func NameGT(v string) predicate.Platform

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

func NameGTE

func NameGTE(v string) predicate.Platform

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Platform

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Platform

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.Platform

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

func NameLTE

func NameLTE(v string) predicate.Platform

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

func NameNEQ

func NameNEQ(v string) predicate.Platform

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

func NameNotIn

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

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

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Platform) predicate.Platform

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.Platform

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Platform

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Platform

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Platform

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Platform

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Platform

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Platform

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Platform

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Platform

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Platform

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Platform

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Platform

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Platform

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Platform

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

func PhysicalLocation

func PhysicalLocation(v string) predicate.Platform

PhysicalLocation applies equality check predicate on the "physical_location" field. It's identical to PhysicalLocationEQ.

func PhysicalLocationContains

func PhysicalLocationContains(v string) predicate.Platform

PhysicalLocationContains applies the Contains predicate on the "physical_location" field.

func PhysicalLocationContainsFold

func PhysicalLocationContainsFold(v string) predicate.Platform

PhysicalLocationContainsFold applies the ContainsFold predicate on the "physical_location" field.

func PhysicalLocationEQ

func PhysicalLocationEQ(v string) predicate.Platform

PhysicalLocationEQ applies the EQ predicate on the "physical_location" field.

func PhysicalLocationEqualFold

func PhysicalLocationEqualFold(v string) predicate.Platform

PhysicalLocationEqualFold applies the EqualFold predicate on the "physical_location" field.

func PhysicalLocationGT

func PhysicalLocationGT(v string) predicate.Platform

PhysicalLocationGT applies the GT predicate on the "physical_location" field.

func PhysicalLocationGTE

func PhysicalLocationGTE(v string) predicate.Platform

PhysicalLocationGTE applies the GTE predicate on the "physical_location" field.

func PhysicalLocationHasPrefix

func PhysicalLocationHasPrefix(v string) predicate.Platform

PhysicalLocationHasPrefix applies the HasPrefix predicate on the "physical_location" field.

func PhysicalLocationHasSuffix

func PhysicalLocationHasSuffix(v string) predicate.Platform

PhysicalLocationHasSuffix applies the HasSuffix predicate on the "physical_location" field.

func PhysicalLocationIn

func PhysicalLocationIn(vs ...string) predicate.Platform

PhysicalLocationIn applies the In predicate on the "physical_location" field.

func PhysicalLocationIsNil

func PhysicalLocationIsNil() predicate.Platform

PhysicalLocationIsNil applies the IsNil predicate on the "physical_location" field.

func PhysicalLocationLT

func PhysicalLocationLT(v string) predicate.Platform

PhysicalLocationLT applies the LT predicate on the "physical_location" field.

func PhysicalLocationLTE

func PhysicalLocationLTE(v string) predicate.Platform

PhysicalLocationLTE applies the LTE predicate on the "physical_location" field.

func PhysicalLocationNEQ

func PhysicalLocationNEQ(v string) predicate.Platform

PhysicalLocationNEQ applies the NEQ predicate on the "physical_location" field.

func PhysicalLocationNotIn

func PhysicalLocationNotIn(vs ...string) predicate.Platform

PhysicalLocationNotIn applies the NotIn predicate on the "physical_location" field.

func PhysicalLocationNotNil

func PhysicalLocationNotNil() predicate.Platform

PhysicalLocationNotNil applies the NotNil predicate on the "physical_location" field.

func PlatformDataClassificationID

func PlatformDataClassificationID(v string) predicate.Platform

PlatformDataClassificationID applies equality check predicate on the "platform_data_classification_id" field. It's identical to PlatformDataClassificationIDEQ.

func PlatformDataClassificationIDContains

func PlatformDataClassificationIDContains(v string) predicate.Platform

PlatformDataClassificationIDContains applies the Contains predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDContainsFold

func PlatformDataClassificationIDContainsFold(v string) predicate.Platform

PlatformDataClassificationIDContainsFold applies the ContainsFold predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDEQ

func PlatformDataClassificationIDEQ(v string) predicate.Platform

PlatformDataClassificationIDEQ applies the EQ predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDEqualFold

func PlatformDataClassificationIDEqualFold(v string) predicate.Platform

PlatformDataClassificationIDEqualFold applies the EqualFold predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDGT

func PlatformDataClassificationIDGT(v string) predicate.Platform

PlatformDataClassificationIDGT applies the GT predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDGTE

func PlatformDataClassificationIDGTE(v string) predicate.Platform

PlatformDataClassificationIDGTE applies the GTE predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDHasPrefix

func PlatformDataClassificationIDHasPrefix(v string) predicate.Platform

PlatformDataClassificationIDHasPrefix applies the HasPrefix predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDHasSuffix

func PlatformDataClassificationIDHasSuffix(v string) predicate.Platform

PlatformDataClassificationIDHasSuffix applies the HasSuffix predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDIn

func PlatformDataClassificationIDIn(vs ...string) predicate.Platform

PlatformDataClassificationIDIn applies the In predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDIsNil

func PlatformDataClassificationIDIsNil() predicate.Platform

PlatformDataClassificationIDIsNil applies the IsNil predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDLT

func PlatformDataClassificationIDLT(v string) predicate.Platform

PlatformDataClassificationIDLT applies the LT predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDLTE

func PlatformDataClassificationIDLTE(v string) predicate.Platform

PlatformDataClassificationIDLTE applies the LTE predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDNEQ

func PlatformDataClassificationIDNEQ(v string) predicate.Platform

PlatformDataClassificationIDNEQ applies the NEQ predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDNotIn

func PlatformDataClassificationIDNotIn(vs ...string) predicate.Platform

PlatformDataClassificationIDNotIn applies the NotIn predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationIDNotNil

func PlatformDataClassificationIDNotNil() predicate.Platform

PlatformDataClassificationIDNotNil applies the NotNil predicate on the "platform_data_classification_id" field.

func PlatformDataClassificationName

func PlatformDataClassificationName(v string) predicate.Platform

PlatformDataClassificationName applies equality check predicate on the "platform_data_classification_name" field. It's identical to PlatformDataClassificationNameEQ.

func PlatformDataClassificationNameContains

func PlatformDataClassificationNameContains(v string) predicate.Platform

PlatformDataClassificationNameContains applies the Contains predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameContainsFold

func PlatformDataClassificationNameContainsFold(v string) predicate.Platform

PlatformDataClassificationNameContainsFold applies the ContainsFold predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameEQ

func PlatformDataClassificationNameEQ(v string) predicate.Platform

PlatformDataClassificationNameEQ applies the EQ predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameEqualFold

func PlatformDataClassificationNameEqualFold(v string) predicate.Platform

PlatformDataClassificationNameEqualFold applies the EqualFold predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameGT

func PlatformDataClassificationNameGT(v string) predicate.Platform

PlatformDataClassificationNameGT applies the GT predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameGTE

func PlatformDataClassificationNameGTE(v string) predicate.Platform

PlatformDataClassificationNameGTE applies the GTE predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameHasPrefix

func PlatformDataClassificationNameHasPrefix(v string) predicate.Platform

PlatformDataClassificationNameHasPrefix applies the HasPrefix predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameHasSuffix

func PlatformDataClassificationNameHasSuffix(v string) predicate.Platform

PlatformDataClassificationNameHasSuffix applies the HasSuffix predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameIn

func PlatformDataClassificationNameIn(vs ...string) predicate.Platform

PlatformDataClassificationNameIn applies the In predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameIsNil

func PlatformDataClassificationNameIsNil() predicate.Platform

PlatformDataClassificationNameIsNil applies the IsNil predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameLT

func PlatformDataClassificationNameLT(v string) predicate.Platform

PlatformDataClassificationNameLT applies the LT predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameLTE

func PlatformDataClassificationNameLTE(v string) predicate.Platform

PlatformDataClassificationNameLTE applies the LTE predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameNEQ

func PlatformDataClassificationNameNEQ(v string) predicate.Platform

PlatformDataClassificationNameNEQ applies the NEQ predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameNotIn

func PlatformDataClassificationNameNotIn(vs ...string) predicate.Platform

PlatformDataClassificationNameNotIn applies the NotIn predicate on the "platform_data_classification_name" field.

func PlatformDataClassificationNameNotNil

func PlatformDataClassificationNameNotNil() predicate.Platform

PlatformDataClassificationNameNotNil applies the NotNil predicate on the "platform_data_classification_name" field.

func PlatformKindID

func PlatformKindID(v string) predicate.Platform

PlatformKindID applies equality check predicate on the "platform_kind_id" field. It's identical to PlatformKindIDEQ.

func PlatformKindIDContains

func PlatformKindIDContains(v string) predicate.Platform

PlatformKindIDContains applies the Contains predicate on the "platform_kind_id" field.

func PlatformKindIDContainsFold

func PlatformKindIDContainsFold(v string) predicate.Platform

PlatformKindIDContainsFold applies the ContainsFold predicate on the "platform_kind_id" field.

func PlatformKindIDEQ

func PlatformKindIDEQ(v string) predicate.Platform

PlatformKindIDEQ applies the EQ predicate on the "platform_kind_id" field.

func PlatformKindIDEqualFold

func PlatformKindIDEqualFold(v string) predicate.Platform

PlatformKindIDEqualFold applies the EqualFold predicate on the "platform_kind_id" field.

func PlatformKindIDGT

func PlatformKindIDGT(v string) predicate.Platform

PlatformKindIDGT applies the GT predicate on the "platform_kind_id" field.

func PlatformKindIDGTE

func PlatformKindIDGTE(v string) predicate.Platform

PlatformKindIDGTE applies the GTE predicate on the "platform_kind_id" field.

func PlatformKindIDHasPrefix

func PlatformKindIDHasPrefix(v string) predicate.Platform

PlatformKindIDHasPrefix applies the HasPrefix predicate on the "platform_kind_id" field.

func PlatformKindIDHasSuffix

func PlatformKindIDHasSuffix(v string) predicate.Platform

PlatformKindIDHasSuffix applies the HasSuffix predicate on the "platform_kind_id" field.

func PlatformKindIDIn

func PlatformKindIDIn(vs ...string) predicate.Platform

PlatformKindIDIn applies the In predicate on the "platform_kind_id" field.

func PlatformKindIDIsNil

func PlatformKindIDIsNil() predicate.Platform

PlatformKindIDIsNil applies the IsNil predicate on the "platform_kind_id" field.

func PlatformKindIDLT

func PlatformKindIDLT(v string) predicate.Platform

PlatformKindIDLT applies the LT predicate on the "platform_kind_id" field.

func PlatformKindIDLTE

func PlatformKindIDLTE(v string) predicate.Platform

PlatformKindIDLTE applies the LTE predicate on the "platform_kind_id" field.

func PlatformKindIDNEQ

func PlatformKindIDNEQ(v string) predicate.Platform

PlatformKindIDNEQ applies the NEQ predicate on the "platform_kind_id" field.

func PlatformKindIDNotIn

func PlatformKindIDNotIn(vs ...string) predicate.Platform

PlatformKindIDNotIn applies the NotIn predicate on the "platform_kind_id" field.

func PlatformKindIDNotNil

func PlatformKindIDNotNil() predicate.Platform

PlatformKindIDNotNil applies the NotNil predicate on the "platform_kind_id" field.

func PlatformKindName

func PlatformKindName(v string) predicate.Platform

PlatformKindName applies equality check predicate on the "platform_kind_name" field. It's identical to PlatformKindNameEQ.

func PlatformKindNameContains

func PlatformKindNameContains(v string) predicate.Platform

PlatformKindNameContains applies the Contains predicate on the "platform_kind_name" field.

func PlatformKindNameContainsFold

func PlatformKindNameContainsFold(v string) predicate.Platform

PlatformKindNameContainsFold applies the ContainsFold predicate on the "platform_kind_name" field.

func PlatformKindNameEQ

func PlatformKindNameEQ(v string) predicate.Platform

PlatformKindNameEQ applies the EQ predicate on the "platform_kind_name" field.

func PlatformKindNameEqualFold

func PlatformKindNameEqualFold(v string) predicate.Platform

PlatformKindNameEqualFold applies the EqualFold predicate on the "platform_kind_name" field.

func PlatformKindNameGT

func PlatformKindNameGT(v string) predicate.Platform

PlatformKindNameGT applies the GT predicate on the "platform_kind_name" field.

func PlatformKindNameGTE

func PlatformKindNameGTE(v string) predicate.Platform

PlatformKindNameGTE applies the GTE predicate on the "platform_kind_name" field.

func PlatformKindNameHasPrefix

func PlatformKindNameHasPrefix(v string) predicate.Platform

PlatformKindNameHasPrefix applies the HasPrefix predicate on the "platform_kind_name" field.

func PlatformKindNameHasSuffix

func PlatformKindNameHasSuffix(v string) predicate.Platform

PlatformKindNameHasSuffix applies the HasSuffix predicate on the "platform_kind_name" field.

func PlatformKindNameIn

func PlatformKindNameIn(vs ...string) predicate.Platform

PlatformKindNameIn applies the In predicate on the "platform_kind_name" field.

func PlatformKindNameIsNil

func PlatformKindNameIsNil() predicate.Platform

PlatformKindNameIsNil applies the IsNil predicate on the "platform_kind_name" field.

func PlatformKindNameLT

func PlatformKindNameLT(v string) predicate.Platform

PlatformKindNameLT applies the LT predicate on the "platform_kind_name" field.

func PlatformKindNameLTE

func PlatformKindNameLTE(v string) predicate.Platform

PlatformKindNameLTE applies the LTE predicate on the "platform_kind_name" field.

func PlatformKindNameNEQ

func PlatformKindNameNEQ(v string) predicate.Platform

PlatformKindNameNEQ applies the NEQ predicate on the "platform_kind_name" field.

func PlatformKindNameNotIn

func PlatformKindNameNotIn(vs ...string) predicate.Platform

PlatformKindNameNotIn applies the NotIn predicate on the "platform_kind_name" field.

func PlatformKindNameNotNil

func PlatformKindNameNotNil() predicate.Platform

PlatformKindNameNotNil applies the NotNil predicate on the "platform_kind_name" field.

func PlatformOwnerID

func PlatformOwnerID(v string) predicate.Platform

PlatformOwnerID applies equality check predicate on the "platform_owner_id" field. It's identical to PlatformOwnerIDEQ.

func PlatformOwnerIDContains

func PlatformOwnerIDContains(v string) predicate.Platform

PlatformOwnerIDContains applies the Contains predicate on the "platform_owner_id" field.

func PlatformOwnerIDContainsFold

func PlatformOwnerIDContainsFold(v string) predicate.Platform

PlatformOwnerIDContainsFold applies the ContainsFold predicate on the "platform_owner_id" field.

func PlatformOwnerIDEQ

func PlatformOwnerIDEQ(v string) predicate.Platform

PlatformOwnerIDEQ applies the EQ predicate on the "platform_owner_id" field.

func PlatformOwnerIDEqualFold

func PlatformOwnerIDEqualFold(v string) predicate.Platform

PlatformOwnerIDEqualFold applies the EqualFold predicate on the "platform_owner_id" field.

func PlatformOwnerIDGT

func PlatformOwnerIDGT(v string) predicate.Platform

PlatformOwnerIDGT applies the GT predicate on the "platform_owner_id" field.

func PlatformOwnerIDGTE

func PlatformOwnerIDGTE(v string) predicate.Platform

PlatformOwnerIDGTE applies the GTE predicate on the "platform_owner_id" field.

func PlatformOwnerIDHasPrefix

func PlatformOwnerIDHasPrefix(v string) predicate.Platform

PlatformOwnerIDHasPrefix applies the HasPrefix predicate on the "platform_owner_id" field.

func PlatformOwnerIDHasSuffix

func PlatformOwnerIDHasSuffix(v string) predicate.Platform

PlatformOwnerIDHasSuffix applies the HasSuffix predicate on the "platform_owner_id" field.

func PlatformOwnerIDIn

func PlatformOwnerIDIn(vs ...string) predicate.Platform

PlatformOwnerIDIn applies the In predicate on the "platform_owner_id" field.

func PlatformOwnerIDIsNil

func PlatformOwnerIDIsNil() predicate.Platform

PlatformOwnerIDIsNil applies the IsNil predicate on the "platform_owner_id" field.

func PlatformOwnerIDLT

func PlatformOwnerIDLT(v string) predicate.Platform

PlatformOwnerIDLT applies the LT predicate on the "platform_owner_id" field.

func PlatformOwnerIDLTE

func PlatformOwnerIDLTE(v string) predicate.Platform

PlatformOwnerIDLTE applies the LTE predicate on the "platform_owner_id" field.

func PlatformOwnerIDNEQ

func PlatformOwnerIDNEQ(v string) predicate.Platform

PlatformOwnerIDNEQ applies the NEQ predicate on the "platform_owner_id" field.

func PlatformOwnerIDNotIn

func PlatformOwnerIDNotIn(vs ...string) predicate.Platform

PlatformOwnerIDNotIn applies the NotIn predicate on the "platform_owner_id" field.

func PlatformOwnerIDNotNil

func PlatformOwnerIDNotNil() predicate.Platform

PlatformOwnerIDNotNil applies the NotNil predicate on the "platform_owner_id" field.

func PurchaseDate

func PurchaseDate(v models.DateTime) predicate.Platform

PurchaseDate applies equality check predicate on the "purchase_date" field. It's identical to PurchaseDateEQ.

func PurchaseDateEQ

func PurchaseDateEQ(v models.DateTime) predicate.Platform

PurchaseDateEQ applies the EQ predicate on the "purchase_date" field.

func PurchaseDateGT

func PurchaseDateGT(v models.DateTime) predicate.Platform

PurchaseDateGT applies the GT predicate on the "purchase_date" field.

func PurchaseDateGTE

func PurchaseDateGTE(v models.DateTime) predicate.Platform

PurchaseDateGTE applies the GTE predicate on the "purchase_date" field.

func PurchaseDateIn

func PurchaseDateIn(vs ...models.DateTime) predicate.Platform

PurchaseDateIn applies the In predicate on the "purchase_date" field.

func PurchaseDateIsNil

func PurchaseDateIsNil() predicate.Platform

PurchaseDateIsNil applies the IsNil predicate on the "purchase_date" field.

func PurchaseDateLT

func PurchaseDateLT(v models.DateTime) predicate.Platform

PurchaseDateLT applies the LT predicate on the "purchase_date" field.

func PurchaseDateLTE

func PurchaseDateLTE(v models.DateTime) predicate.Platform

PurchaseDateLTE applies the LTE predicate on the "purchase_date" field.

func PurchaseDateNEQ

func PurchaseDateNEQ(v models.DateTime) predicate.Platform

PurchaseDateNEQ applies the NEQ predicate on the "purchase_date" field.

func PurchaseDateNotIn

func PurchaseDateNotIn(vs ...models.DateTime) predicate.Platform

PurchaseDateNotIn applies the NotIn predicate on the "purchase_date" field.

func PurchaseDateNotNil

func PurchaseDateNotNil() predicate.Platform

PurchaseDateNotNil applies the NotNil predicate on the "purchase_date" field.

func Region

func Region(v string) predicate.Platform

Region applies equality check predicate on the "region" field. It's identical to RegionEQ.

func RegionContains

func RegionContains(v string) predicate.Platform

RegionContains applies the Contains predicate on the "region" field.

func RegionContainsFold

func RegionContainsFold(v string) predicate.Platform

RegionContainsFold applies the ContainsFold predicate on the "region" field.

func RegionEQ

func RegionEQ(v string) predicate.Platform

RegionEQ applies the EQ predicate on the "region" field.

func RegionEqualFold

func RegionEqualFold(v string) predicate.Platform

RegionEqualFold applies the EqualFold predicate on the "region" field.

func RegionGT

func RegionGT(v string) predicate.Platform

RegionGT applies the GT predicate on the "region" field.

func RegionGTE

func RegionGTE(v string) predicate.Platform

RegionGTE applies the GTE predicate on the "region" field.

func RegionHasPrefix

func RegionHasPrefix(v string) predicate.Platform

RegionHasPrefix applies the HasPrefix predicate on the "region" field.

func RegionHasSuffix

func RegionHasSuffix(v string) predicate.Platform

RegionHasSuffix applies the HasSuffix predicate on the "region" field.

func RegionIn

func RegionIn(vs ...string) predicate.Platform

RegionIn applies the In predicate on the "region" field.

func RegionIsNil

func RegionIsNil() predicate.Platform

RegionIsNil applies the IsNil predicate on the "region" field.

func RegionLT

func RegionLT(v string) predicate.Platform

RegionLT applies the LT predicate on the "region" field.

func RegionLTE

func RegionLTE(v string) predicate.Platform

RegionLTE applies the LTE predicate on the "region" field.

func RegionNEQ

func RegionNEQ(v string) predicate.Platform

RegionNEQ applies the NEQ predicate on the "region" field.

func RegionNotIn

func RegionNotIn(vs ...string) predicate.Platform

RegionNotIn applies the NotIn predicate on the "region" field.

func RegionNotNil

func RegionNotNil() predicate.Platform

RegionNotNil applies the NotNil predicate on the "region" field.

func ScopeID

func ScopeID(v string) predicate.Platform

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

func ScopeIDContains

func ScopeIDContains(v string) predicate.Platform

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

func ScopeIDContainsFold

func ScopeIDContainsFold(v string) predicate.Platform

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

func ScopeIDEQ

func ScopeIDEQ(v string) predicate.Platform

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

func ScopeIDEqualFold

func ScopeIDEqualFold(v string) predicate.Platform

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

func ScopeIDGT

func ScopeIDGT(v string) predicate.Platform

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

func ScopeIDGTE

func ScopeIDGTE(v string) predicate.Platform

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

func ScopeIDHasPrefix

func ScopeIDHasPrefix(v string) predicate.Platform

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

func ScopeIDHasSuffix

func ScopeIDHasSuffix(v string) predicate.Platform

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

func ScopeIDIn

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

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

func ScopeIDIsNil

func ScopeIDIsNil() predicate.Platform

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

func ScopeIDLT

func ScopeIDLT(v string) predicate.Platform

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

func ScopeIDLTE

func ScopeIDLTE(v string) predicate.Platform

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

func ScopeIDNEQ

func ScopeIDNEQ(v string) predicate.Platform

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

func ScopeIDNotIn

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

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

func ScopeIDNotNil

func ScopeIDNotNil() predicate.Platform

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

func ScopeName

func ScopeName(v string) predicate.Platform

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

func ScopeNameContains

func ScopeNameContains(v string) predicate.Platform

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

func ScopeNameContainsFold

func ScopeNameContainsFold(v string) predicate.Platform

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

func ScopeNameEQ

func ScopeNameEQ(v string) predicate.Platform

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

func ScopeNameEqualFold

func ScopeNameEqualFold(v string) predicate.Platform

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

func ScopeNameGT

func ScopeNameGT(v string) predicate.Platform

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

func ScopeNameGTE

func ScopeNameGTE(v string) predicate.Platform

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

func ScopeNameHasPrefix

func ScopeNameHasPrefix(v string) predicate.Platform

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

func ScopeNameHasSuffix

func ScopeNameHasSuffix(v string) predicate.Platform

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

func ScopeNameIn

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

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

func ScopeNameIsNil

func ScopeNameIsNil() predicate.Platform

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

func ScopeNameLT

func ScopeNameLT(v string) predicate.Platform

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

func ScopeNameLTE

func ScopeNameLTE(v string) predicate.Platform

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

func ScopeNameNEQ

func ScopeNameNEQ(v string) predicate.Platform

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

func ScopeNameNotIn

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

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

func ScopeNameNotNil

func ScopeNameNotNil() predicate.Platform

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

func ScopeStatement

func ScopeStatement(v string) predicate.Platform

ScopeStatement applies equality check predicate on the "scope_statement" field. It's identical to ScopeStatementEQ.

func ScopeStatementContains

func ScopeStatementContains(v string) predicate.Platform

ScopeStatementContains applies the Contains predicate on the "scope_statement" field.

func ScopeStatementContainsFold

func ScopeStatementContainsFold(v string) predicate.Platform

ScopeStatementContainsFold applies the ContainsFold predicate on the "scope_statement" field.

func ScopeStatementEQ

func ScopeStatementEQ(v string) predicate.Platform

ScopeStatementEQ applies the EQ predicate on the "scope_statement" field.

func ScopeStatementEqualFold

func ScopeStatementEqualFold(v string) predicate.Platform

ScopeStatementEqualFold applies the EqualFold predicate on the "scope_statement" field.

func ScopeStatementGT

func ScopeStatementGT(v string) predicate.Platform

ScopeStatementGT applies the GT predicate on the "scope_statement" field.

func ScopeStatementGTE

func ScopeStatementGTE(v string) predicate.Platform

ScopeStatementGTE applies the GTE predicate on the "scope_statement" field.

func ScopeStatementHasPrefix

func ScopeStatementHasPrefix(v string) predicate.Platform

ScopeStatementHasPrefix applies the HasPrefix predicate on the "scope_statement" field.

func ScopeStatementHasSuffix

func ScopeStatementHasSuffix(v string) predicate.Platform

ScopeStatementHasSuffix applies the HasSuffix predicate on the "scope_statement" field.

func ScopeStatementIn

func ScopeStatementIn(vs ...string) predicate.Platform

ScopeStatementIn applies the In predicate on the "scope_statement" field.

func ScopeStatementIsNil

func ScopeStatementIsNil() predicate.Platform

ScopeStatementIsNil applies the IsNil predicate on the "scope_statement" field.

func ScopeStatementLT

func ScopeStatementLT(v string) predicate.Platform

ScopeStatementLT applies the LT predicate on the "scope_statement" field.

func ScopeStatementLTE

func ScopeStatementLTE(v string) predicate.Platform

ScopeStatementLTE applies the LTE predicate on the "scope_statement" field.

func ScopeStatementNEQ

func ScopeStatementNEQ(v string) predicate.Platform

ScopeStatementNEQ applies the NEQ predicate on the "scope_statement" field.

func ScopeStatementNotIn

func ScopeStatementNotIn(vs ...string) predicate.Platform

ScopeStatementNotIn applies the NotIn predicate on the "scope_statement" field.

func ScopeStatementNotNil

func ScopeStatementNotNil() predicate.Platform

ScopeStatementNotNil applies the NotNil predicate on the "scope_statement" field.

func SecurityOwner

func SecurityOwner(v string) predicate.Platform

SecurityOwner applies equality check predicate on the "security_owner" field. It's identical to SecurityOwnerEQ.

func SecurityOwnerContains

func SecurityOwnerContains(v string) predicate.Platform

SecurityOwnerContains applies the Contains predicate on the "security_owner" field.

func SecurityOwnerContainsFold

func SecurityOwnerContainsFold(v string) predicate.Platform

SecurityOwnerContainsFold applies the ContainsFold predicate on the "security_owner" field.

func SecurityOwnerEQ

func SecurityOwnerEQ(v string) predicate.Platform

SecurityOwnerEQ applies the EQ predicate on the "security_owner" field.

func SecurityOwnerEqualFold

func SecurityOwnerEqualFold(v string) predicate.Platform

SecurityOwnerEqualFold applies the EqualFold predicate on the "security_owner" field.

func SecurityOwnerGT

func SecurityOwnerGT(v string) predicate.Platform

SecurityOwnerGT applies the GT predicate on the "security_owner" field.

func SecurityOwnerGTE

func SecurityOwnerGTE(v string) predicate.Platform

SecurityOwnerGTE applies the GTE predicate on the "security_owner" field.

func SecurityOwnerGroupID

func SecurityOwnerGroupID(v string) predicate.Platform

SecurityOwnerGroupID applies equality check predicate on the "security_owner_group_id" field. It's identical to SecurityOwnerGroupIDEQ.

func SecurityOwnerGroupIDContains

func SecurityOwnerGroupIDContains(v string) predicate.Platform

SecurityOwnerGroupIDContains applies the Contains predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDContainsFold

func SecurityOwnerGroupIDContainsFold(v string) predicate.Platform

SecurityOwnerGroupIDContainsFold applies the ContainsFold predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDEQ

func SecurityOwnerGroupIDEQ(v string) predicate.Platform

SecurityOwnerGroupIDEQ applies the EQ predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDEqualFold

func SecurityOwnerGroupIDEqualFold(v string) predicate.Platform

SecurityOwnerGroupIDEqualFold applies the EqualFold predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDGT

func SecurityOwnerGroupIDGT(v string) predicate.Platform

SecurityOwnerGroupIDGT applies the GT predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDGTE

func SecurityOwnerGroupIDGTE(v string) predicate.Platform

SecurityOwnerGroupIDGTE applies the GTE predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDHasPrefix

func SecurityOwnerGroupIDHasPrefix(v string) predicate.Platform

SecurityOwnerGroupIDHasPrefix applies the HasPrefix predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDHasSuffix

func SecurityOwnerGroupIDHasSuffix(v string) predicate.Platform

SecurityOwnerGroupIDHasSuffix applies the HasSuffix predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDIn

func SecurityOwnerGroupIDIn(vs ...string) predicate.Platform

SecurityOwnerGroupIDIn applies the In predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDIsNil

func SecurityOwnerGroupIDIsNil() predicate.Platform

SecurityOwnerGroupIDIsNil applies the IsNil predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDLT

func SecurityOwnerGroupIDLT(v string) predicate.Platform

SecurityOwnerGroupIDLT applies the LT predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDLTE

func SecurityOwnerGroupIDLTE(v string) predicate.Platform

SecurityOwnerGroupIDLTE applies the LTE predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDNEQ

func SecurityOwnerGroupIDNEQ(v string) predicate.Platform

SecurityOwnerGroupIDNEQ applies the NEQ predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDNotIn

func SecurityOwnerGroupIDNotIn(vs ...string) predicate.Platform

SecurityOwnerGroupIDNotIn applies the NotIn predicate on the "security_owner_group_id" field.

func SecurityOwnerGroupIDNotNil

func SecurityOwnerGroupIDNotNil() predicate.Platform

SecurityOwnerGroupIDNotNil applies the NotNil predicate on the "security_owner_group_id" field.

func SecurityOwnerHasPrefix

func SecurityOwnerHasPrefix(v string) predicate.Platform

SecurityOwnerHasPrefix applies the HasPrefix predicate on the "security_owner" field.

func SecurityOwnerHasSuffix

func SecurityOwnerHasSuffix(v string) predicate.Platform

SecurityOwnerHasSuffix applies the HasSuffix predicate on the "security_owner" field.

func SecurityOwnerIn

func SecurityOwnerIn(vs ...string) predicate.Platform

SecurityOwnerIn applies the In predicate on the "security_owner" field.

func SecurityOwnerIsNil

func SecurityOwnerIsNil() predicate.Platform

SecurityOwnerIsNil applies the IsNil predicate on the "security_owner" field.

func SecurityOwnerLT

func SecurityOwnerLT(v string) predicate.Platform

SecurityOwnerLT applies the LT predicate on the "security_owner" field.

func SecurityOwnerLTE

func SecurityOwnerLTE(v string) predicate.Platform

SecurityOwnerLTE applies the LTE predicate on the "security_owner" field.

func SecurityOwnerNEQ

func SecurityOwnerNEQ(v string) predicate.Platform

SecurityOwnerNEQ applies the NEQ predicate on the "security_owner" field.

func SecurityOwnerNotIn

func SecurityOwnerNotIn(vs ...string) predicate.Platform

SecurityOwnerNotIn applies the NotIn predicate on the "security_owner" field.

func SecurityOwnerNotNil

func SecurityOwnerNotNil() predicate.Platform

SecurityOwnerNotNil applies the NotNil predicate on the "security_owner" field.

func SecurityOwnerUserID

func SecurityOwnerUserID(v string) predicate.Platform

SecurityOwnerUserID applies equality check predicate on the "security_owner_user_id" field. It's identical to SecurityOwnerUserIDEQ.

func SecurityOwnerUserIDContains

func SecurityOwnerUserIDContains(v string) predicate.Platform

SecurityOwnerUserIDContains applies the Contains predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDContainsFold

func SecurityOwnerUserIDContainsFold(v string) predicate.Platform

SecurityOwnerUserIDContainsFold applies the ContainsFold predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDEQ

func SecurityOwnerUserIDEQ(v string) predicate.Platform

SecurityOwnerUserIDEQ applies the EQ predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDEqualFold

func SecurityOwnerUserIDEqualFold(v string) predicate.Platform

SecurityOwnerUserIDEqualFold applies the EqualFold predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDGT

func SecurityOwnerUserIDGT(v string) predicate.Platform

SecurityOwnerUserIDGT applies the GT predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDGTE

func SecurityOwnerUserIDGTE(v string) predicate.Platform

SecurityOwnerUserIDGTE applies the GTE predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDHasPrefix

func SecurityOwnerUserIDHasPrefix(v string) predicate.Platform

SecurityOwnerUserIDHasPrefix applies the HasPrefix predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDHasSuffix

func SecurityOwnerUserIDHasSuffix(v string) predicate.Platform

SecurityOwnerUserIDHasSuffix applies the HasSuffix predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDIn

func SecurityOwnerUserIDIn(vs ...string) predicate.Platform

SecurityOwnerUserIDIn applies the In predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDIsNil

func SecurityOwnerUserIDIsNil() predicate.Platform

SecurityOwnerUserIDIsNil applies the IsNil predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDLT

func SecurityOwnerUserIDLT(v string) predicate.Platform

SecurityOwnerUserIDLT applies the LT predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDLTE

func SecurityOwnerUserIDLTE(v string) predicate.Platform

SecurityOwnerUserIDLTE applies the LTE predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDNEQ

func SecurityOwnerUserIDNEQ(v string) predicate.Platform

SecurityOwnerUserIDNEQ applies the NEQ predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDNotIn

func SecurityOwnerUserIDNotIn(vs ...string) predicate.Platform

SecurityOwnerUserIDNotIn applies the NotIn predicate on the "security_owner_user_id" field.

func SecurityOwnerUserIDNotNil

func SecurityOwnerUserIDNotNil() predicate.Platform

SecurityOwnerUserIDNotNil applies the NotNil predicate on the "security_owner_user_id" field.

func SecurityTierID

func SecurityTierID(v string) predicate.Platform

SecurityTierID applies equality check predicate on the "security_tier_id" field. It's identical to SecurityTierIDEQ.

func SecurityTierIDContains

func SecurityTierIDContains(v string) predicate.Platform

SecurityTierIDContains applies the Contains predicate on the "security_tier_id" field.

func SecurityTierIDContainsFold

func SecurityTierIDContainsFold(v string) predicate.Platform

SecurityTierIDContainsFold applies the ContainsFold predicate on the "security_tier_id" field.

func SecurityTierIDEQ

func SecurityTierIDEQ(v string) predicate.Platform

SecurityTierIDEQ applies the EQ predicate on the "security_tier_id" field.

func SecurityTierIDEqualFold

func SecurityTierIDEqualFold(v string) predicate.Platform

SecurityTierIDEqualFold applies the EqualFold predicate on the "security_tier_id" field.

func SecurityTierIDGT

func SecurityTierIDGT(v string) predicate.Platform

SecurityTierIDGT applies the GT predicate on the "security_tier_id" field.

func SecurityTierIDGTE

func SecurityTierIDGTE(v string) predicate.Platform

SecurityTierIDGTE applies the GTE predicate on the "security_tier_id" field.

func SecurityTierIDHasPrefix

func SecurityTierIDHasPrefix(v string) predicate.Platform

SecurityTierIDHasPrefix applies the HasPrefix predicate on the "security_tier_id" field.

func SecurityTierIDHasSuffix

func SecurityTierIDHasSuffix(v string) predicate.Platform

SecurityTierIDHasSuffix applies the HasSuffix predicate on the "security_tier_id" field.

func SecurityTierIDIn

func SecurityTierIDIn(vs ...string) predicate.Platform

SecurityTierIDIn applies the In predicate on the "security_tier_id" field.

func SecurityTierIDIsNil

func SecurityTierIDIsNil() predicate.Platform

SecurityTierIDIsNil applies the IsNil predicate on the "security_tier_id" field.

func SecurityTierIDLT

func SecurityTierIDLT(v string) predicate.Platform

SecurityTierIDLT applies the LT predicate on the "security_tier_id" field.

func SecurityTierIDLTE

func SecurityTierIDLTE(v string) predicate.Platform

SecurityTierIDLTE applies the LTE predicate on the "security_tier_id" field.

func SecurityTierIDNEQ

func SecurityTierIDNEQ(v string) predicate.Platform

SecurityTierIDNEQ applies the NEQ predicate on the "security_tier_id" field.

func SecurityTierIDNotIn

func SecurityTierIDNotIn(vs ...string) predicate.Platform

SecurityTierIDNotIn applies the NotIn predicate on the "security_tier_id" field.

func SecurityTierIDNotNil

func SecurityTierIDNotNil() predicate.Platform

SecurityTierIDNotNil applies the NotNil predicate on the "security_tier_id" field.

func SecurityTierName

func SecurityTierName(v string) predicate.Platform

SecurityTierName applies equality check predicate on the "security_tier_name" field. It's identical to SecurityTierNameEQ.

func SecurityTierNameContains

func SecurityTierNameContains(v string) predicate.Platform

SecurityTierNameContains applies the Contains predicate on the "security_tier_name" field.

func SecurityTierNameContainsFold

func SecurityTierNameContainsFold(v string) predicate.Platform

SecurityTierNameContainsFold applies the ContainsFold predicate on the "security_tier_name" field.

func SecurityTierNameEQ

func SecurityTierNameEQ(v string) predicate.Platform

SecurityTierNameEQ applies the EQ predicate on the "security_tier_name" field.

func SecurityTierNameEqualFold

func SecurityTierNameEqualFold(v string) predicate.Platform

SecurityTierNameEqualFold applies the EqualFold predicate on the "security_tier_name" field.

func SecurityTierNameGT

func SecurityTierNameGT(v string) predicate.Platform

SecurityTierNameGT applies the GT predicate on the "security_tier_name" field.

func SecurityTierNameGTE

func SecurityTierNameGTE(v string) predicate.Platform

SecurityTierNameGTE applies the GTE predicate on the "security_tier_name" field.

func SecurityTierNameHasPrefix

func SecurityTierNameHasPrefix(v string) predicate.Platform

SecurityTierNameHasPrefix applies the HasPrefix predicate on the "security_tier_name" field.

func SecurityTierNameHasSuffix

func SecurityTierNameHasSuffix(v string) predicate.Platform

SecurityTierNameHasSuffix applies the HasSuffix predicate on the "security_tier_name" field.

func SecurityTierNameIn

func SecurityTierNameIn(vs ...string) predicate.Platform

SecurityTierNameIn applies the In predicate on the "security_tier_name" field.

func SecurityTierNameIsNil

func SecurityTierNameIsNil() predicate.Platform

SecurityTierNameIsNil applies the IsNil predicate on the "security_tier_name" field.

func SecurityTierNameLT

func SecurityTierNameLT(v string) predicate.Platform

SecurityTierNameLT applies the LT predicate on the "security_tier_name" field.

func SecurityTierNameLTE

func SecurityTierNameLTE(v string) predicate.Platform

SecurityTierNameLTE applies the LTE predicate on the "security_tier_name" field.

func SecurityTierNameNEQ

func SecurityTierNameNEQ(v string) predicate.Platform

SecurityTierNameNEQ applies the NEQ predicate on the "security_tier_name" field.

func SecurityTierNameNotIn

func SecurityTierNameNotIn(vs ...string) predicate.Platform

SecurityTierNameNotIn applies the NotIn predicate on the "security_tier_name" field.

func SecurityTierNameNotNil

func SecurityTierNameNotNil() predicate.Platform

SecurityTierNameNotNil applies the NotNil predicate on the "security_tier_name" field.

func SourceIdentifier

func SourceIdentifier(v string) predicate.Platform

SourceIdentifier applies equality check predicate on the "source_identifier" field. It's identical to SourceIdentifierEQ.

func SourceIdentifierContains

func SourceIdentifierContains(v string) predicate.Platform

SourceIdentifierContains applies the Contains predicate on the "source_identifier" field.

func SourceIdentifierContainsFold

func SourceIdentifierContainsFold(v string) predicate.Platform

SourceIdentifierContainsFold applies the ContainsFold predicate on the "source_identifier" field.

func SourceIdentifierEQ

func SourceIdentifierEQ(v string) predicate.Platform

SourceIdentifierEQ applies the EQ predicate on the "source_identifier" field.

func SourceIdentifierEqualFold

func SourceIdentifierEqualFold(v string) predicate.Platform

SourceIdentifierEqualFold applies the EqualFold predicate on the "source_identifier" field.

func SourceIdentifierGT

func SourceIdentifierGT(v string) predicate.Platform

SourceIdentifierGT applies the GT predicate on the "source_identifier" field.

func SourceIdentifierGTE

func SourceIdentifierGTE(v string) predicate.Platform

SourceIdentifierGTE applies the GTE predicate on the "source_identifier" field.

func SourceIdentifierHasPrefix

func SourceIdentifierHasPrefix(v string) predicate.Platform

SourceIdentifierHasPrefix applies the HasPrefix predicate on the "source_identifier" field.

func SourceIdentifierHasSuffix

func SourceIdentifierHasSuffix(v string) predicate.Platform

SourceIdentifierHasSuffix applies the HasSuffix predicate on the "source_identifier" field.

func SourceIdentifierIn

func SourceIdentifierIn(vs ...string) predicate.Platform

SourceIdentifierIn applies the In predicate on the "source_identifier" field.

func SourceIdentifierIsNil

func SourceIdentifierIsNil() predicate.Platform

SourceIdentifierIsNil applies the IsNil predicate on the "source_identifier" field.

func SourceIdentifierLT

func SourceIdentifierLT(v string) predicate.Platform

SourceIdentifierLT applies the LT predicate on the "source_identifier" field.

func SourceIdentifierLTE

func SourceIdentifierLTE(v string) predicate.Platform

SourceIdentifierLTE applies the LTE predicate on the "source_identifier" field.

func SourceIdentifierNEQ

func SourceIdentifierNEQ(v string) predicate.Platform

SourceIdentifierNEQ applies the NEQ predicate on the "source_identifier" field.

func SourceIdentifierNotIn

func SourceIdentifierNotIn(vs ...string) predicate.Platform

SourceIdentifierNotIn applies the NotIn predicate on the "source_identifier" field.

func SourceIdentifierNotNil

func SourceIdentifierNotNil() predicate.Platform

SourceIdentifierNotNil applies the NotNil predicate on the "source_identifier" field.

func SourceTypeEQ

func SourceTypeEQ(v enums.SourceType) predicate.Platform

SourceTypeEQ applies the EQ predicate on the "source_type" field.

func SourceTypeIn

func SourceTypeIn(vs ...enums.SourceType) predicate.Platform

SourceTypeIn applies the In predicate on the "source_type" field.

func SourceTypeNEQ

func SourceTypeNEQ(v enums.SourceType) predicate.Platform

SourceTypeNEQ applies the NEQ predicate on the "source_type" field.

func SourceTypeNotIn

func SourceTypeNotIn(vs ...enums.SourceType) predicate.Platform

SourceTypeNotIn applies the NotIn predicate on the "source_type" field.

func SourceTypeValidator

func SourceTypeValidator(st enums.SourceType) error

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

func StatusEQ

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

func StatusIn

func StatusIn(vs ...enums.PlatformStatus) predicate.Platform

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

func StatusNEQ

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

func StatusNotIn

func StatusNotIn(vs ...enums.PlatformStatus) predicate.Platform

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

func StatusValidator

func StatusValidator(s enums.PlatformStatus) error

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

func TagsIsNil

func TagsIsNil() predicate.Platform

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

func TagsNotNil

func TagsNotNil() predicate.Platform

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

func TechnicalOwner

func TechnicalOwner(v string) predicate.Platform

TechnicalOwner applies equality check predicate on the "technical_owner" field. It's identical to TechnicalOwnerEQ.

func TechnicalOwnerContains

func TechnicalOwnerContains(v string) predicate.Platform

TechnicalOwnerContains applies the Contains predicate on the "technical_owner" field.

func TechnicalOwnerContainsFold

func TechnicalOwnerContainsFold(v string) predicate.Platform

TechnicalOwnerContainsFold applies the ContainsFold predicate on the "technical_owner" field.

func TechnicalOwnerEQ

func TechnicalOwnerEQ(v string) predicate.Platform

TechnicalOwnerEQ applies the EQ predicate on the "technical_owner" field.

func TechnicalOwnerEqualFold

func TechnicalOwnerEqualFold(v string) predicate.Platform

TechnicalOwnerEqualFold applies the EqualFold predicate on the "technical_owner" field.

func TechnicalOwnerGT

func TechnicalOwnerGT(v string) predicate.Platform

TechnicalOwnerGT applies the GT predicate on the "technical_owner" field.

func TechnicalOwnerGTE

func TechnicalOwnerGTE(v string) predicate.Platform

TechnicalOwnerGTE applies the GTE predicate on the "technical_owner" field.

func TechnicalOwnerGroupID

func TechnicalOwnerGroupID(v string) predicate.Platform

TechnicalOwnerGroupID applies equality check predicate on the "technical_owner_group_id" field. It's identical to TechnicalOwnerGroupIDEQ.

func TechnicalOwnerGroupIDContains

func TechnicalOwnerGroupIDContains(v string) predicate.Platform

TechnicalOwnerGroupIDContains applies the Contains predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDContainsFold

func TechnicalOwnerGroupIDContainsFold(v string) predicate.Platform

TechnicalOwnerGroupIDContainsFold applies the ContainsFold predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDEQ

func TechnicalOwnerGroupIDEQ(v string) predicate.Platform

TechnicalOwnerGroupIDEQ applies the EQ predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDEqualFold

func TechnicalOwnerGroupIDEqualFold(v string) predicate.Platform

TechnicalOwnerGroupIDEqualFold applies the EqualFold predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDGT

func TechnicalOwnerGroupIDGT(v string) predicate.Platform

TechnicalOwnerGroupIDGT applies the GT predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDGTE

func TechnicalOwnerGroupIDGTE(v string) predicate.Platform

TechnicalOwnerGroupIDGTE applies the GTE predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDHasPrefix

func TechnicalOwnerGroupIDHasPrefix(v string) predicate.Platform

TechnicalOwnerGroupIDHasPrefix applies the HasPrefix predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDHasSuffix

func TechnicalOwnerGroupIDHasSuffix(v string) predicate.Platform

TechnicalOwnerGroupIDHasSuffix applies the HasSuffix predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDIn

func TechnicalOwnerGroupIDIn(vs ...string) predicate.Platform

TechnicalOwnerGroupIDIn applies the In predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDIsNil

func TechnicalOwnerGroupIDIsNil() predicate.Platform

TechnicalOwnerGroupIDIsNil applies the IsNil predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDLT

func TechnicalOwnerGroupIDLT(v string) predicate.Platform

TechnicalOwnerGroupIDLT applies the LT predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDLTE

func TechnicalOwnerGroupIDLTE(v string) predicate.Platform

TechnicalOwnerGroupIDLTE applies the LTE predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDNEQ

func TechnicalOwnerGroupIDNEQ(v string) predicate.Platform

TechnicalOwnerGroupIDNEQ applies the NEQ predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDNotIn

func TechnicalOwnerGroupIDNotIn(vs ...string) predicate.Platform

TechnicalOwnerGroupIDNotIn applies the NotIn predicate on the "technical_owner_group_id" field.

func TechnicalOwnerGroupIDNotNil

func TechnicalOwnerGroupIDNotNil() predicate.Platform

TechnicalOwnerGroupIDNotNil applies the NotNil predicate on the "technical_owner_group_id" field.

func TechnicalOwnerHasPrefix

func TechnicalOwnerHasPrefix(v string) predicate.Platform

TechnicalOwnerHasPrefix applies the HasPrefix predicate on the "technical_owner" field.

func TechnicalOwnerHasSuffix

func TechnicalOwnerHasSuffix(v string) predicate.Platform

TechnicalOwnerHasSuffix applies the HasSuffix predicate on the "technical_owner" field.

func TechnicalOwnerIn

func TechnicalOwnerIn(vs ...string) predicate.Platform

TechnicalOwnerIn applies the In predicate on the "technical_owner" field.

func TechnicalOwnerIsNil

func TechnicalOwnerIsNil() predicate.Platform

TechnicalOwnerIsNil applies the IsNil predicate on the "technical_owner" field.

func TechnicalOwnerLT

func TechnicalOwnerLT(v string) predicate.Platform

TechnicalOwnerLT applies the LT predicate on the "technical_owner" field.

func TechnicalOwnerLTE

func TechnicalOwnerLTE(v string) predicate.Platform

TechnicalOwnerLTE applies the LTE predicate on the "technical_owner" field.

func TechnicalOwnerNEQ

func TechnicalOwnerNEQ(v string) predicate.Platform

TechnicalOwnerNEQ applies the NEQ predicate on the "technical_owner" field.

func TechnicalOwnerNotIn

func TechnicalOwnerNotIn(vs ...string) predicate.Platform

TechnicalOwnerNotIn applies the NotIn predicate on the "technical_owner" field.

func TechnicalOwnerNotNil

func TechnicalOwnerNotNil() predicate.Platform

TechnicalOwnerNotNil applies the NotNil predicate on the "technical_owner" field.

func TechnicalOwnerUserID

func TechnicalOwnerUserID(v string) predicate.Platform

TechnicalOwnerUserID applies equality check predicate on the "technical_owner_user_id" field. It's identical to TechnicalOwnerUserIDEQ.

func TechnicalOwnerUserIDContains

func TechnicalOwnerUserIDContains(v string) predicate.Platform

TechnicalOwnerUserIDContains applies the Contains predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDContainsFold

func TechnicalOwnerUserIDContainsFold(v string) predicate.Platform

TechnicalOwnerUserIDContainsFold applies the ContainsFold predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDEQ

func TechnicalOwnerUserIDEQ(v string) predicate.Platform

TechnicalOwnerUserIDEQ applies the EQ predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDEqualFold

func TechnicalOwnerUserIDEqualFold(v string) predicate.Platform

TechnicalOwnerUserIDEqualFold applies the EqualFold predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDGT

func TechnicalOwnerUserIDGT(v string) predicate.Platform

TechnicalOwnerUserIDGT applies the GT predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDGTE

func TechnicalOwnerUserIDGTE(v string) predicate.Platform

TechnicalOwnerUserIDGTE applies the GTE predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDHasPrefix

func TechnicalOwnerUserIDHasPrefix(v string) predicate.Platform

TechnicalOwnerUserIDHasPrefix applies the HasPrefix predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDHasSuffix

func TechnicalOwnerUserIDHasSuffix(v string) predicate.Platform

TechnicalOwnerUserIDHasSuffix applies the HasSuffix predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDIn

func TechnicalOwnerUserIDIn(vs ...string) predicate.Platform

TechnicalOwnerUserIDIn applies the In predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDIsNil

func TechnicalOwnerUserIDIsNil() predicate.Platform

TechnicalOwnerUserIDIsNil applies the IsNil predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDLT

func TechnicalOwnerUserIDLT(v string) predicate.Platform

TechnicalOwnerUserIDLT applies the LT predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDLTE

func TechnicalOwnerUserIDLTE(v string) predicate.Platform

TechnicalOwnerUserIDLTE applies the LTE predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDNEQ

func TechnicalOwnerUserIDNEQ(v string) predicate.Platform

TechnicalOwnerUserIDNEQ applies the NEQ predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDNotIn

func TechnicalOwnerUserIDNotIn(vs ...string) predicate.Platform

TechnicalOwnerUserIDNotIn applies the NotIn predicate on the "technical_owner_user_id" field.

func TechnicalOwnerUserIDNotNil

func TechnicalOwnerUserIDNotNil() predicate.Platform

TechnicalOwnerUserIDNotNil applies the NotNil predicate on the "technical_owner_user_id" field.

func TrustBoundaryDescription

func TrustBoundaryDescription(v string) predicate.Platform

TrustBoundaryDescription applies equality check predicate on the "trust_boundary_description" field. It's identical to TrustBoundaryDescriptionEQ.

func TrustBoundaryDescriptionContains

func TrustBoundaryDescriptionContains(v string) predicate.Platform

TrustBoundaryDescriptionContains applies the Contains predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionContainsFold

func TrustBoundaryDescriptionContainsFold(v string) predicate.Platform

TrustBoundaryDescriptionContainsFold applies the ContainsFold predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionEQ

func TrustBoundaryDescriptionEQ(v string) predicate.Platform

TrustBoundaryDescriptionEQ applies the EQ predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionEqualFold

func TrustBoundaryDescriptionEqualFold(v string) predicate.Platform

TrustBoundaryDescriptionEqualFold applies the EqualFold predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionGT

func TrustBoundaryDescriptionGT(v string) predicate.Platform

TrustBoundaryDescriptionGT applies the GT predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionGTE

func TrustBoundaryDescriptionGTE(v string) predicate.Platform

TrustBoundaryDescriptionGTE applies the GTE predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionHasPrefix

func TrustBoundaryDescriptionHasPrefix(v string) predicate.Platform

TrustBoundaryDescriptionHasPrefix applies the HasPrefix predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionHasSuffix

func TrustBoundaryDescriptionHasSuffix(v string) predicate.Platform

TrustBoundaryDescriptionHasSuffix applies the HasSuffix predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionIn

func TrustBoundaryDescriptionIn(vs ...string) predicate.Platform

TrustBoundaryDescriptionIn applies the In predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionIsNil

func TrustBoundaryDescriptionIsNil() predicate.Platform

TrustBoundaryDescriptionIsNil applies the IsNil predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionLT

func TrustBoundaryDescriptionLT(v string) predicate.Platform

TrustBoundaryDescriptionLT applies the LT predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionLTE

func TrustBoundaryDescriptionLTE(v string) predicate.Platform

TrustBoundaryDescriptionLTE applies the LTE predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionNEQ

func TrustBoundaryDescriptionNEQ(v string) predicate.Platform

TrustBoundaryDescriptionNEQ applies the NEQ predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionNotIn

func TrustBoundaryDescriptionNotIn(vs ...string) predicate.Platform

TrustBoundaryDescriptionNotIn applies the NotIn predicate on the "trust_boundary_description" field.

func TrustBoundaryDescriptionNotNil

func TrustBoundaryDescriptionNotNil() predicate.Platform

TrustBoundaryDescriptionNotNil applies the NotNil predicate on the "trust_boundary_description" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Platform

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Platform

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Platform

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Platform

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Platform

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Platform

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Platform

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Platform

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Platform

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

func UpdatedBy

func UpdatedBy(v string) predicate.Platform

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Platform

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Platform

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Platform

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Platform

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Platform

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Platform

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Platform

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Platform

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Platform

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Platform

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Platform

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Platform

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Platform

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

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

func WorkflowEligibleMarkerEQ

func WorkflowEligibleMarkerEQ(v bool) predicate.Platform

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

func WorkflowEligibleMarkerIsNil

func WorkflowEligibleMarkerIsNil() predicate.Platform

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

func WorkflowEligibleMarkerNEQ

func WorkflowEligibleMarkerNEQ(v bool) predicate.Platform

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

func WorkflowEligibleMarkerNotNil

func WorkflowEligibleMarkerNotNil() predicate.Platform

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 Platform queries.

func ByAccessModelField

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

ByAccessModelField orders the results by access_model field.

func ByAccessModelID

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

ByAccessModelID orders the results by the access_model_id field.

func ByAccessModelName

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

ByAccessModelName orders the results by the access_model_name field.

func ByApplicableFrameworks

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

ByApplicableFrameworks orders the results by applicable_frameworks terms.

func ByApplicableFrameworksCount

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

ByApplicableFrameworksCount orders the results by applicable_frameworks count.

func ByAssessments

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

ByAssessments orders the results by assessments terms.

func ByAssessmentsCount

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

ByAssessmentsCount orders the results by assessments 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 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 ByBusinessOwner

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

ByBusinessOwner orders the results by the business_owner field.

func ByBusinessOwnerGroupField

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

ByBusinessOwnerGroupField orders the results by business_owner_group field.

func ByBusinessOwnerGroupID

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

ByBusinessOwnerGroupID orders the results by the business_owner_group_id field.

func ByBusinessOwnerUserField

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

ByBusinessOwnerUserField orders the results by business_owner_user field.

func ByBusinessOwnerUserID

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

ByBusinessOwnerUserID orders the results by the business_owner_user_id field.

func ByBusinessPurpose

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

ByBusinessPurpose orders the results by the business_purpose field.

func ByContainsPii

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

ByContainsPii orders the results by the contains_pii field.

func ByControls

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

ByControls orders the results by controls terms.

func ByControlsCount

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

ByControlsCount orders the results by controls count.

func ByCostCenter

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

ByCostCenter orders the results by the cost_center 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 ByCriticalityField

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

ByCriticalityField orders the results by criticality field.

func ByCriticalityID

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

ByCriticalityID orders the results by the criticality_id field.

func ByCriticalityName

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

ByCriticalityName orders the results by the criticality_name field.

func ByDataFlowSummary

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

ByDataFlowSummary orders the results by the data_flow_summary field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDisplayID

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

ByDisplayID orders the results by the display_id field.

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

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

ByEncryptionStatusField orders the results by encryption_status field.

func ByEncryptionStatusID

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

ByEncryptionStatusID orders the results by the encryption_status_id field.

func ByEncryptionStatusName

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

ByEncryptionStatusName orders the results by the encryption_status_name field.

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 ByEstimatedMonthlyCost

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

ByEstimatedMonthlyCost orders the results by the estimated_monthly_cost 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 ByExternalReferenceID

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

ByExternalReferenceID orders the results by the external_reference_id field.

func ByFiles

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

ByFiles orders the results by files terms.

func ByFilesCount

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

ByFilesCount orders the results by files count.

func ByGeneratedScans

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

ByGeneratedScans orders the results by generated_scans terms.

func ByGeneratedScansCount

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

ByGeneratedScansCount orders the results by generated_scans 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 ByInternalOwner

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

ByInternalOwner orders the results by the internal_owner field.

func ByInternalOwnerGroupField

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

ByInternalOwnerGroupField orders the results by internal_owner_group field.

func ByInternalOwnerGroupID

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

ByInternalOwnerGroupID orders the results by the internal_owner_group_id field.

func ByInternalOwnerUserField

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

ByInternalOwnerUserField orders the results by internal_owner_user field.

func ByInternalOwnerUserID

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

ByInternalOwnerUserID orders the results by the internal_owner_user_id field.

func ByName

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

ByName orders the results by the name field.

func ByOutOfScopeAssets

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

ByOutOfScopeAssets orders the results by out_of_scope_assets terms.

func ByOutOfScopeAssetsCount

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

ByOutOfScopeAssetsCount orders the results by out_of_scope_assets count.

func ByOutOfScopeVendors

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

ByOutOfScopeVendors orders the results by out_of_scope_vendors terms.

func ByOutOfScopeVendorsCount

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

ByOutOfScopeVendorsCount orders the results by out_of_scope_vendors 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 ByPhysicalLocation

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

ByPhysicalLocation orders the results by the physical_location field.

func ByPlatformDataClassificationField

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

ByPlatformDataClassificationField orders the results by platform_data_classification field.

func ByPlatformDataClassificationID

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

ByPlatformDataClassificationID orders the results by the platform_data_classification_id field.

func ByPlatformDataClassificationName

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

ByPlatformDataClassificationName orders the results by the platform_data_classification_name field.

func ByPlatformKindField

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

ByPlatformKindField orders the results by platform_kind field.

func ByPlatformKindID

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

ByPlatformKindID orders the results by the platform_kind_id field.

func ByPlatformKindName

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

ByPlatformKindName orders the results by the platform_kind_name field.

func ByPlatformOwnerField

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

ByPlatformOwnerField orders the results by platform_owner field.

func ByPlatformOwnerID

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

ByPlatformOwnerID orders the results by the platform_owner_id field.

func ByPurchaseDate

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

ByPurchaseDate orders the results by the purchase_date field.

func ByRegion

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

ByRegion orders the results by the region field.

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 ByScopeStatement

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

ByScopeStatement orders the results by the scope_statement field.

func BySecurityOwner

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

BySecurityOwner orders the results by the security_owner field.

func BySecurityOwnerGroupField

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

BySecurityOwnerGroupField orders the results by security_owner_group field.

func BySecurityOwnerGroupID

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

BySecurityOwnerGroupID orders the results by the security_owner_group_id field.

func BySecurityOwnerUserField

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

BySecurityOwnerUserField orders the results by security_owner_user field.

func BySecurityOwnerUserID

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

BySecurityOwnerUserID orders the results by the security_owner_user_id field.

func BySecurityTierField

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

BySecurityTierField orders the results by security_tier field.

func BySecurityTierID

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

BySecurityTierID orders the results by the security_tier_id field.

func BySecurityTierName

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

BySecurityTierName orders the results by the security_tier_name field.

func BySourceAssets

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

BySourceAssets orders the results by source_assets terms.

func BySourceAssetsCount

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

BySourceAssetsCount orders the results by source_assets count.

func BySourceEntities

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

BySourceEntities orders the results by source_entities terms.

func BySourceEntitiesCount

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

BySourceEntitiesCount orders the results by source_entities count.

func BySourceIdentifier

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

BySourceIdentifier orders the results by the source_identifier field.

func BySourceType

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

BySourceType orders the results by the source_type field.

func ByStatus

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

ByStatus orders the results by the status 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 ByTechnicalOwner

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

ByTechnicalOwner orders the results by the technical_owner field.

func ByTechnicalOwnerGroupField

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

ByTechnicalOwnerGroupField orders the results by technical_owner_group field.

func ByTechnicalOwnerGroupID

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

ByTechnicalOwnerGroupID orders the results by the technical_owner_group_id field.

func ByTechnicalOwnerUserField

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

ByTechnicalOwnerUserField orders the results by technical_owner_user field.

func ByTechnicalOwnerUserID

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

ByTechnicalOwnerUserID orders the results by the technical_owner_user_id field.

func ByTrustBoundaryDescription

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

ByTrustBoundaryDescription orders the results by the trust_boundary_description 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 ByViewers

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

ByViewers orders the results by viewers terms.

func ByViewersCount

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

ByViewersCount orders the results by viewers count.

func 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