entity

package
v2.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the entity type in the database.
	Label = "entity"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldUpdatedByImpersonator holds the string denoting the updated_by_impersonator field in the database.
	FieldUpdatedByImpersonator = "updated_by_impersonator"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// 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"
	// FieldReviewedBy holds the string denoting the reviewed_by field in the database.
	FieldReviewedBy = "reviewed_by"
	// FieldReviewedByUserID holds the string denoting the reviewed_by_user_id field in the database.
	FieldReviewedByUserID = "reviewed_by_user_id"
	// FieldReviewedByGroupID holds the string denoting the reviewed_by_group_id field in the database.
	FieldReviewedByGroupID = "reviewed_by_group_id"
	// FieldLastReviewedAt holds the string denoting the last_reviewed_at field in the database.
	FieldLastReviewedAt = "last_reviewed_at"
	// FieldSystemOwned holds the string denoting the system_owned field in the database.
	FieldSystemOwned = "system_owned"
	// FieldInternalNotes holds the string denoting the internal_notes field in the database.
	FieldInternalNotes = "internal_notes"
	// FieldSystemInternalID holds the string denoting the system_internal_id field in the database.
	FieldSystemInternalID = "system_internal_id"
	// FieldEntityRelationshipStateName holds the string denoting the entity_relationship_state_name field in the database.
	FieldEntityRelationshipStateName = "entity_relationship_state_name"
	// FieldEntityRelationshipStateID holds the string denoting the entity_relationship_state_id field in the database.
	FieldEntityRelationshipStateID = "entity_relationship_state_id"
	// FieldEntitySecurityQuestionnaireStatusName holds the string denoting the entity_security_questionnaire_status_name field in the database.
	FieldEntitySecurityQuestionnaireStatusName = "entity_security_questionnaire_status_name"
	// FieldEntitySecurityQuestionnaireStatusID holds the string denoting the entity_security_questionnaire_status_id field in the database.
	FieldEntitySecurityQuestionnaireStatusID = "entity_security_questionnaire_status_id"
	// FieldEntitySourceTypeName holds the string denoting the entity_source_type_name field in the database.
	FieldEntitySourceTypeName = "entity_source_type_name"
	// FieldEntitySourceTypeID holds the string denoting the entity_source_type_id field in the database.
	FieldEntitySourceTypeID = "entity_source_type_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"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldDisplayName holds the string denoting the display_name field in the database.
	FieldDisplayName = "display_name"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldDomains holds the string denoting the domains field in the database.
	FieldDomains = "domains"
	// FieldAliases holds the string denoting the aliases field in the database.
	FieldAliases = "aliases"
	// FieldEntityTypeID holds the string denoting the entity_type_id field in the database.
	FieldEntityTypeID = "entity_type_id"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldApprovedForUse holds the string denoting the approved_for_use field in the database.
	FieldApprovedForUse = "approved_for_use"
	// FieldLinkedAssetIds holds the string denoting the linked_asset_ids field in the database.
	FieldLinkedAssetIds = "linked_asset_ids"
	// FieldHasSoc2 holds the string denoting the has_soc2 field in the database.
	FieldHasSoc2 = "has_soc2"
	// FieldSoc2PeriodEnd holds the string denoting the soc2_period_end field in the database.
	FieldSoc2PeriodEnd = "soc2_period_end"
	// FieldContractStartDate holds the string denoting the contract_start_date field in the database.
	FieldContractStartDate = "contract_start_date"
	// FieldContractEndDate holds the string denoting the contract_end_date field in the database.
	FieldContractEndDate = "contract_end_date"
	// FieldAutoRenews holds the string denoting the auto_renews field in the database.
	FieldAutoRenews = "auto_renews"
	// FieldTerminationNoticeDays holds the string denoting the termination_notice_days field in the database.
	FieldTerminationNoticeDays = "termination_notice_days"
	// FieldAnnualSpend holds the string denoting the annual_spend field in the database.
	FieldAnnualSpend = "annual_spend"
	// FieldSpendCurrency holds the string denoting the spend_currency field in the database.
	FieldSpendCurrency = "spend_currency"
	// FieldBillingModel holds the string denoting the billing_model field in the database.
	FieldBillingModel = "billing_model"
	// FieldRenewalRisk holds the string denoting the renewal_risk field in the database.
	FieldRenewalRisk = "renewal_risk"
	// FieldSSOEnforced holds the string denoting the sso_enforced field in the database.
	FieldSSOEnforced = "sso_enforced"
	// FieldMfaSupported holds the string denoting the mfa_supported field in the database.
	FieldMfaSupported = "mfa_supported"
	// FieldMfaEnforced holds the string denoting the mfa_enforced field in the database.
	FieldMfaEnforced = "mfa_enforced"
	// FieldStatusPageURL holds the string denoting the status_page_url field in the database.
	FieldStatusPageURL = "status_page_url"
	// FieldProvidedServices holds the string denoting the provided_services field in the database.
	FieldProvidedServices = "provided_services"
	// FieldLinks holds the string denoting the links field in the database.
	FieldLinks = "links"
	// FieldRiskRating holds the string denoting the risk_rating field in the database.
	FieldRiskRating = "risk_rating"
	// FieldRiskScore holds the string denoting the risk_score field in the database.
	FieldRiskScore = "risk_score"
	// FieldRiskScoreCoverage holds the string denoting the risk_score_coverage field in the database.
	FieldRiskScoreCoverage = "risk_score_coverage"
	// FieldTier holds the string denoting the tier field in the database.
	FieldTier = "tier"
	// FieldReviewFrequency holds the string denoting the review_frequency field in the database.
	FieldReviewFrequency = "review_frequency"
	// FieldNextReviewAt holds the string denoting the next_review_at field in the database.
	FieldNextReviewAt = "next_review_at"
	// FieldContractRenewalAt holds the string denoting the contract_renewal_at field in the database.
	FieldContractRenewalAt = "contract_renewal_at"
	// FieldVendorMetadata holds the string denoting the vendor_metadata field in the database.
	FieldVendorMetadata = "vendor_metadata"
	// FieldLogoRemoteURL holds the string denoting the logo_remote_url field in the database.
	FieldLogoRemoteURL = "logo_remote_url"
	// FieldLogoFileID holds the string denoting the logo_file_id field in the database.
	FieldLogoFileID = "logo_file_id"
	// FieldExternalID holds the string denoting the external_id field in the database.
	FieldExternalID = "external_id"
	// FieldObservedAt holds the string denoting the observed_at field in the database.
	FieldObservedAt = "observed_at"
	// 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"
	// 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"
	// EdgeReviewedByUser holds the string denoting the reviewed_by_user edge name in mutations.
	EdgeReviewedByUser = "reviewed_by_user"
	// EdgeReviewedByGroup holds the string denoting the reviewed_by_group edge name in mutations.
	EdgeReviewedByGroup = "reviewed_by_group"
	// EdgeEntityRelationshipState holds the string denoting the entity_relationship_state edge name in mutations.
	EdgeEntityRelationshipState = "entity_relationship_state"
	// EdgeEntitySecurityQuestionnaireStatus holds the string denoting the entity_security_questionnaire_status edge name in mutations.
	EdgeEntitySecurityQuestionnaireStatus = "entity_security_questionnaire_status"
	// EdgeEntitySourceType holds the string denoting the entity_source_type edge name in mutations.
	EdgeEntitySourceType = "entity_source_type"
	// 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"
	// EdgeContacts holds the string denoting the contacts edge name in mutations.
	EdgeContacts = "contacts"
	// EdgeDocuments holds the string denoting the documents edge name in mutations.
	EdgeDocuments = "documents"
	// EdgeNotes holds the string denoting the notes edge name in mutations.
	EdgeNotes = "notes"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeAssets holds the string denoting the assets edge name in mutations.
	EdgeAssets = "assets"
	// EdgeSystemDetails holds the string denoting the system_details edge name in mutations.
	EdgeSystemDetails = "system_details"
	// EdgeScans holds the string denoting the scans edge name in mutations.
	EdgeScans = "scans"
	// EdgeCampaigns holds the string denoting the campaigns edge name in mutations.
	EdgeCampaigns = "campaigns"
	// EdgeAssessmentResponses holds the string denoting the assessment_responses edge name in mutations.
	EdgeAssessmentResponses = "assessment_responses"
	// EdgeVendorRiskScores holds the string denoting the vendor_risk_scores edge name in mutations.
	EdgeVendorRiskScores = "vendor_risk_scores"
	// EdgeIntegrations holds the string denoting the integrations edge name in mutations.
	EdgeIntegrations = "integrations"
	// EdgeSubprocessors holds the string denoting the subprocessors edge name in mutations.
	EdgeSubprocessors = "subprocessors"
	// EdgeAuthMethods holds the string denoting the auth_methods edge name in mutations.
	EdgeAuthMethods = "auth_methods"
	// EdgeEmployerIdentityHolders holds the string denoting the employer_identity_holders edge name in mutations.
	EdgeEmployerIdentityHolders = "employer_identity_holders"
	// EdgeIdentityHolders holds the string denoting the identity_holders edge name in mutations.
	EdgeIdentityHolders = "identity_holders"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgeSubcontrols holds the string denoting the subcontrols edge name in mutations.
	EdgeSubcontrols = "subcontrols"
	// EdgeFindings holds the string denoting the findings edge name in mutations.
	EdgeFindings = "findings"
	// EdgeVulnerabilities holds the string denoting the vulnerabilities edge name in mutations.
	EdgeVulnerabilities = "vulnerabilities"
	// EdgeReviews holds the string denoting the reviews edge name in mutations.
	EdgeReviews = "reviews"
	// EdgeRemediations holds the string denoting the remediations edge name in mutations.
	EdgeRemediations = "remediations"
	// EdgePlatforms holds the string denoting the platforms edge name in mutations.
	EdgePlatforms = "platforms"
	// EdgeOutOfScopePlatforms holds the string denoting the out_of_scope_platforms edge name in mutations.
	EdgeOutOfScopePlatforms = "out_of_scope_platforms"
	// EdgeSourcePlatforms holds the string denoting the source_platforms edge name in mutations.
	EdgeSourcePlatforms = "source_platforms"
	// EdgeEntityType holds the string denoting the entity_type edge name in mutations.
	EdgeEntityType = "entity_type"
	// EdgeLogoFile holds the string denoting the logo_file edge name in mutations.
	EdgeLogoFile = "logo_file"
	// EdgeInternalPolicies holds the string denoting the internal_policies edge name in mutations.
	EdgeInternalPolicies = "internal_policies"
	// Table holds the table name of the entity in the database.
	Table = "entities"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "entities"
	// 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 = "entity_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 = "entity_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"
	// InternalOwnerUserTable is the table that holds the internal_owner_user relation/edge.
	InternalOwnerUserTable = "entities"
	// 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 = "entities"
	// 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"
	// ReviewedByUserTable is the table that holds the reviewed_by_user relation/edge.
	ReviewedByUserTable = "entities"
	// ReviewedByUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	ReviewedByUserInverseTable = "users"
	// ReviewedByUserColumn is the table column denoting the reviewed_by_user relation/edge.
	ReviewedByUserColumn = "reviewed_by_user_id"
	// ReviewedByGroupTable is the table that holds the reviewed_by_group relation/edge.
	ReviewedByGroupTable = "entities"
	// ReviewedByGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ReviewedByGroupInverseTable = "groups"
	// ReviewedByGroupColumn is the table column denoting the reviewed_by_group relation/edge.
	ReviewedByGroupColumn = "reviewed_by_group_id"
	// EntityRelationshipStateTable is the table that holds the entity_relationship_state relation/edge.
	EntityRelationshipStateTable = "entities"
	// EntityRelationshipStateInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	EntityRelationshipStateInverseTable = "custom_type_enums"
	// EntityRelationshipStateColumn is the table column denoting the entity_relationship_state relation/edge.
	EntityRelationshipStateColumn = "entity_relationship_state_id"
	// EntitySecurityQuestionnaireStatusTable is the table that holds the entity_security_questionnaire_status relation/edge.
	EntitySecurityQuestionnaireStatusTable = "entities"
	// EntitySecurityQuestionnaireStatusInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	EntitySecurityQuestionnaireStatusInverseTable = "custom_type_enums"
	// EntitySecurityQuestionnaireStatusColumn is the table column denoting the entity_security_questionnaire_status relation/edge.
	EntitySecurityQuestionnaireStatusColumn = "entity_security_questionnaire_status_id"
	// EntitySourceTypeTable is the table that holds the entity_source_type relation/edge.
	EntitySourceTypeTable = "entities"
	// EntitySourceTypeInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	EntitySourceTypeInverseTable = "custom_type_enums"
	// EntitySourceTypeColumn is the table column denoting the entity_source_type relation/edge.
	EntitySourceTypeColumn = "entity_source_type_id"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "entities"
	// 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 = "entities"
	// 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"
	// ContactsTable is the table that holds the contacts relation/edge. The primary key declared below.
	ContactsTable = "entity_contacts"
	// ContactsInverseTable is the table name for the Contact entity.
	// It exists in this package in order to avoid circular dependency with the "contact" package.
	ContactsInverseTable = "contacts"
	// DocumentsTable is the table that holds the documents relation/edge. The primary key declared below.
	DocumentsTable = "entity_documents"
	// DocumentsInverseTable is the table name for the DocumentData entity.
	// It exists in this package in order to avoid circular dependency with the "documentdata" package.
	DocumentsInverseTable = "document_data"
	// NotesTable is the table that holds the notes relation/edge.
	NotesTable = "notes"
	// NotesInverseTable is the table name for the Note entity.
	// It exists in this package in order to avoid circular dependency with the "note" package.
	NotesInverseTable = "notes"
	// NotesColumn is the table column denoting the notes relation/edge.
	NotesColumn = "entity_notes"
	// FilesTable is the table that holds the files relation/edge. The primary key declared below.
	FilesTable = "entity_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"
	// AssetsTable is the table that holds the assets relation/edge. The primary key declared below.
	AssetsTable = "entity_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"
	// SystemDetailsTable is the table that holds the system_details relation/edge. The primary key declared below.
	SystemDetailsTable = "entity_system_details"
	// SystemDetailsInverseTable is the table name for the SystemDetail entity.
	// It exists in this package in order to avoid circular dependency with the "systemdetail" package.
	SystemDetailsInverseTable = "system_details"
	// ScansTable is the table that holds the scans relation/edge. The primary key declared below.
	ScansTable = "scan_entities"
	// 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"
	// CampaignsTable is the table that holds the campaigns relation/edge.
	CampaignsTable = "campaigns"
	// CampaignsInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignsInverseTable = "campaigns"
	// CampaignsColumn is the table column denoting the campaigns relation/edge.
	CampaignsColumn = "entity_id"
	// AssessmentResponsesTable is the table that holds the assessment_responses relation/edge.
	AssessmentResponsesTable = "assessment_responses"
	// AssessmentResponsesInverseTable is the table name for the AssessmentResponse entity.
	// It exists in this package in order to avoid circular dependency with the "assessmentresponse" package.
	AssessmentResponsesInverseTable = "assessment_responses"
	// AssessmentResponsesColumn is the table column denoting the assessment_responses relation/edge.
	AssessmentResponsesColumn = "entity_id"
	// VendorRiskScoresTable is the table that holds the vendor_risk_scores relation/edge.
	VendorRiskScoresTable = "vendor_risk_scores"
	// VendorRiskScoresInverseTable is the table name for the VendorRiskScore entity.
	// It exists in this package in order to avoid circular dependency with the "vendorriskscore" package.
	VendorRiskScoresInverseTable = "vendor_risk_scores"
	// VendorRiskScoresColumn is the table column denoting the vendor_risk_scores relation/edge.
	VendorRiskScoresColumn = "entity_vendor_risk_scores"
	// IntegrationsTable is the table that holds the integrations relation/edge. The primary key declared below.
	IntegrationsTable = "entity_integrations"
	// IntegrationsInverseTable is the table name for the Integration entity.
	// It exists in this package in order to avoid circular dependency with the "integration" package.
	IntegrationsInverseTable = "integrations"
	// SubprocessorsTable is the table that holds the subprocessors relation/edge. The primary key declared below.
	SubprocessorsTable = "entity_subprocessors"
	// SubprocessorsInverseTable is the table name for the Subprocessor entity.
	// It exists in this package in order to avoid circular dependency with the "subprocessor" package.
	SubprocessorsInverseTable = "subprocessors"
	// AuthMethodsTable is the table that holds the auth_methods relation/edge.
	AuthMethodsTable = "custom_type_enums"
	// AuthMethodsInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	AuthMethodsInverseTable = "custom_type_enums"
	// AuthMethodsColumn is the table column denoting the auth_methods relation/edge.
	AuthMethodsColumn = "entity_auth_methods"
	// EmployerIdentityHoldersTable is the table that holds the employer_identity_holders relation/edge.
	EmployerIdentityHoldersTable = "identity_holders"
	// EmployerIdentityHoldersInverseTable is the table name for the IdentityHolder entity.
	// It exists in this package in order to avoid circular dependency with the "identityholder" package.
	EmployerIdentityHoldersInverseTable = "identity_holders"
	// EmployerIdentityHoldersColumn is the table column denoting the employer_identity_holders relation/edge.
	EmployerIdentityHoldersColumn = "employer_entity_id"
	// IdentityHoldersTable is the table that holds the identity_holders relation/edge. The primary key declared below.
	IdentityHoldersTable = "identity_holder_entities"
	// 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"
	// ControlsTable is the table that holds the controls relation/edge. The primary key declared below.
	ControlsTable = "control_entities"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// SubcontrolsTable is the table that holds the subcontrols relation/edge. The primary key declared below.
	SubcontrolsTable = "subcontrol_entities"
	// SubcontrolsInverseTable is the table name for the Subcontrol entity.
	// It exists in this package in order to avoid circular dependency with the "subcontrol" package.
	SubcontrolsInverseTable = "subcontrols"
	// FindingsTable is the table that holds the findings relation/edge. The primary key declared below.
	FindingsTable = "finding_entities"
	// FindingsInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingsInverseTable = "findings"
	// VulnerabilitiesTable is the table that holds the vulnerabilities relation/edge. The primary key declared below.
	VulnerabilitiesTable = "vulnerability_entities"
	// VulnerabilitiesInverseTable is the table name for the Vulnerability entity.
	// It exists in this package in order to avoid circular dependency with the "vulnerability" package.
	VulnerabilitiesInverseTable = "vulnerabilities"
	// ReviewsTable is the table that holds the reviews relation/edge. The primary key declared below.
	ReviewsTable = "review_entities"
	// ReviewsInverseTable is the table name for the Review entity.
	// It exists in this package in order to avoid circular dependency with the "review" package.
	ReviewsInverseTable = "reviews"
	// RemediationsTable is the table that holds the remediations relation/edge. The primary key declared below.
	RemediationsTable = "remediation_entities"
	// RemediationsInverseTable is the table name for the Remediation entity.
	// It exists in this package in order to avoid circular dependency with the "remediation" package.
	RemediationsInverseTable = "remediations"
	// PlatformsTable is the table that holds the platforms relation/edge. The primary key declared below.
	PlatformsTable = "platform_entities"
	// PlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformsInverseTable = "platforms"
	// OutOfScopePlatformsTable is the table that holds the out_of_scope_platforms relation/edge. The primary key declared below.
	OutOfScopePlatformsTable = "platform_out_of_scope_vendors"
	// OutOfScopePlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	OutOfScopePlatformsInverseTable = "platforms"
	// SourcePlatformsTable is the table that holds the source_platforms relation/edge. The primary key declared below.
	SourcePlatformsTable = "platform_source_entities"
	// SourcePlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	SourcePlatformsInverseTable = "platforms"
	// EntityTypeTable is the table that holds the entity_type relation/edge.
	EntityTypeTable = "entities"
	// EntityTypeInverseTable is the table name for the EntityType entity.
	// It exists in this package in order to avoid circular dependency with the "entitytype" package.
	EntityTypeInverseTable = "entity_types"
	// EntityTypeColumn is the table column denoting the entity_type relation/edge.
	EntityTypeColumn = "entity_type_id"
	// LogoFileTable is the table that holds the logo_file relation/edge.
	LogoFileTable = "entities"
	// LogoFileInverseTable is the table name for the File entity.
	// It exists in this package in order to avoid circular dependency with the "file" package.
	LogoFileInverseTable = "files"
	// LogoFileColumn is the table column denoting the logo_file relation/edge.
	LogoFileColumn = "logo_file_id"
	// InternalPoliciesTable is the table that holds the internal_policies relation/edge. The primary key declared below.
	InternalPoliciesTable = "internal_policy_entities"
	// InternalPoliciesInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPoliciesInverseTable = "internal_policies"
)
View Source
const DefaultReviewFrequency enums.Frequency = "YEARLY"
View Source
const DefaultStatus enums.EntityStatus = "ACTIVE"
View Source
const DefaultTier enums.VendorTier = "LOW"

Variables

View Source
var (
	// BlockedGroupsPrimaryKey and BlockedGroupsColumn2 are the table columns denoting the
	// primary key for the blocked_groups relation (M2M).
	BlockedGroupsPrimaryKey = []string{"entity_id", "group_id"}
	// EditorsPrimaryKey and EditorsColumn2 are the table columns denoting the
	// primary key for the editors relation (M2M).
	EditorsPrimaryKey = []string{"entity_id", "group_id"}
	// ContactsPrimaryKey and ContactsColumn2 are the table columns denoting the
	// primary key for the contacts relation (M2M).
	ContactsPrimaryKey = []string{"entity_id", "contact_id"}
	// DocumentsPrimaryKey and DocumentsColumn2 are the table columns denoting the
	// primary key for the documents relation (M2M).
	DocumentsPrimaryKey = []string{"entity_id", "document_data_id"}
	// FilesPrimaryKey and FilesColumn2 are the table columns denoting the
	// primary key for the files relation (M2M).
	FilesPrimaryKey = []string{"entity_id", "file_id"}
	// AssetsPrimaryKey and AssetsColumn2 are the table columns denoting the
	// primary key for the assets relation (M2M).
	AssetsPrimaryKey = []string{"entity_id", "asset_id"}
	// SystemDetailsPrimaryKey and SystemDetailsColumn2 are the table columns denoting the
	// primary key for the system_details relation (M2M).
	SystemDetailsPrimaryKey = []string{"entity_id", "system_detail_id"}
	// ScansPrimaryKey and ScansColumn2 are the table columns denoting the
	// primary key for the scans relation (M2M).
	ScansPrimaryKey = []string{"scan_id", "entity_id"}
	// IntegrationsPrimaryKey and IntegrationsColumn2 are the table columns denoting the
	// primary key for the integrations relation (M2M).
	IntegrationsPrimaryKey = []string{"entity_id", "integration_id"}
	// SubprocessorsPrimaryKey and SubprocessorsColumn2 are the table columns denoting the
	// primary key for the subprocessors relation (M2M).
	SubprocessorsPrimaryKey = []string{"entity_id", "subprocessor_id"}
	// IdentityHoldersPrimaryKey and IdentityHoldersColumn2 are the table columns denoting the
	// primary key for the identity_holders relation (M2M).
	IdentityHoldersPrimaryKey = []string{"identity_holder_id", "entity_id"}
	// ControlsPrimaryKey and ControlsColumn2 are the table columns denoting the
	// primary key for the controls relation (M2M).
	ControlsPrimaryKey = []string{"control_id", "entity_id"}
	// SubcontrolsPrimaryKey and SubcontrolsColumn2 are the table columns denoting the
	// primary key for the subcontrols relation (M2M).
	SubcontrolsPrimaryKey = []string{"subcontrol_id", "entity_id"}
	// FindingsPrimaryKey and FindingsColumn2 are the table columns denoting the
	// primary key for the findings relation (M2M).
	FindingsPrimaryKey = []string{"finding_id", "entity_id"}
	// VulnerabilitiesPrimaryKey and VulnerabilitiesColumn2 are the table columns denoting the
	// primary key for the vulnerabilities relation (M2M).
	VulnerabilitiesPrimaryKey = []string{"vulnerability_id", "entity_id"}
	// ReviewsPrimaryKey and ReviewsColumn2 are the table columns denoting the
	// primary key for the reviews relation (M2M).
	ReviewsPrimaryKey = []string{"review_id", "entity_id"}
	// RemediationsPrimaryKey and RemediationsColumn2 are the table columns denoting the
	// primary key for the remediations relation (M2M).
	RemediationsPrimaryKey = []string{"remediation_id", "entity_id"}
	// PlatformsPrimaryKey and PlatformsColumn2 are the table columns denoting the
	// primary key for the platforms relation (M2M).
	PlatformsPrimaryKey = []string{"platform_id", "entity_id"}
	// OutOfScopePlatformsPrimaryKey and OutOfScopePlatformsColumn2 are the table columns denoting the
	// primary key for the out_of_scope_platforms relation (M2M).
	OutOfScopePlatformsPrimaryKey = []string{"platform_id", "entity_id"}
	// SourcePlatformsPrimaryKey and SourcePlatformsColumn2 are the table columns denoting the
	// primary key for the source_platforms relation (M2M).
	SourcePlatformsPrimaryKey = []string{"platform_id", "entity_id"}
	// InternalPoliciesPrimaryKey and InternalPoliciesColumn2 are the table columns denoting the
	// primary key for the internal_policies relation (M2M).
	InternalPoliciesPrimaryKey = []string{"internal_policy_id", "entity_id"}
)
View Source
var (
	Hooks        [20]ent.Hook
	Interceptors [4]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// DefaultSystemOwned holds the default value on creation for the "system_owned" field.
	DefaultSystemOwned bool
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DisplayNameValidator is a validator for the "display_name" field. It is called by the builders before save.
	DisplayNameValidator func(string) error
	// DomainsValidator is a validator for the "domains" field. It is called by the builders before save.
	DomainsValidator func([]string) error
	// DefaultApprovedForUse holds the default value on creation for the "approved_for_use" field.
	DefaultApprovedForUse bool
	// DefaultLinkedAssetIds holds the default value on creation for the "linked_asset_ids" field.
	DefaultLinkedAssetIds []string
	// DefaultHasSoc2 holds the default value on creation for the "has_soc2" field.
	DefaultHasSoc2 bool
	// DefaultAutoRenews holds the default value on creation for the "auto_renews" field.
	DefaultAutoRenews bool
	// DefaultSpendCurrency holds the default value on creation for the "spend_currency" field.
	DefaultSpendCurrency string
	// DefaultSSOEnforced holds the default value on creation for the "sso_enforced" field.
	DefaultSSOEnforced bool
	// DefaultMfaSupported holds the default value on creation for the "mfa_supported" field.
	DefaultMfaSupported bool
	// DefaultMfaEnforced holds the default value on creation for the "mfa_enforced" field.
	DefaultMfaEnforced bool
	// StatusPageURLValidator is a validator for the "status_page_url" field. It is called by the builders before save.
	StatusPageURLValidator func(string) error
	// DefaultProvidedServices holds the default value on creation for the "provided_services" field.
	DefaultProvidedServices []string
	// DefaultLinks holds the default value on creation for the "links" field.
	DefaultLinks []string
	// LinksValidator is a validator for the "links" field. It is called by the builders before save.
	LinksValidator func([]string) error
	// LogoRemoteURLValidator is a validator for the "logo_remote_url" field. It is called by the builders before save.
	LogoRemoteURLValidator func(string) error
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for entity fields.

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

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

Functions

func AliasesIsNil

func AliasesIsNil() predicate.Entity

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

func AliasesNotNil

func AliasesNotNil() predicate.Entity

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

func And

func And(predicates ...predicate.Entity) predicate.Entity

And groups predicates with the AND operator between them.

func AnnualSpend

func AnnualSpend(v float64) predicate.Entity

AnnualSpend applies equality check predicate on the "annual_spend" field. It's identical to AnnualSpendEQ.

func AnnualSpendEQ

func AnnualSpendEQ(v float64) predicate.Entity

AnnualSpendEQ applies the EQ predicate on the "annual_spend" field.

func AnnualSpendGT

func AnnualSpendGT(v float64) predicate.Entity

AnnualSpendGT applies the GT predicate on the "annual_spend" field.

func AnnualSpendGTE

func AnnualSpendGTE(v float64) predicate.Entity

AnnualSpendGTE applies the GTE predicate on the "annual_spend" field.

func AnnualSpendIn

func AnnualSpendIn(vs ...float64) predicate.Entity

AnnualSpendIn applies the In predicate on the "annual_spend" field.

func AnnualSpendIsNil

func AnnualSpendIsNil() predicate.Entity

AnnualSpendIsNil applies the IsNil predicate on the "annual_spend" field.

func AnnualSpendLT

func AnnualSpendLT(v float64) predicate.Entity

AnnualSpendLT applies the LT predicate on the "annual_spend" field.

func AnnualSpendLTE

func AnnualSpendLTE(v float64) predicate.Entity

AnnualSpendLTE applies the LTE predicate on the "annual_spend" field.

func AnnualSpendNEQ

func AnnualSpendNEQ(v float64) predicate.Entity

AnnualSpendNEQ applies the NEQ predicate on the "annual_spend" field.

func AnnualSpendNotIn

func AnnualSpendNotIn(vs ...float64) predicate.Entity

AnnualSpendNotIn applies the NotIn predicate on the "annual_spend" field.

func AnnualSpendNotNil

func AnnualSpendNotNil() predicate.Entity

AnnualSpendNotNil applies the NotNil predicate on the "annual_spend" field.

func ApprovedForUse

func ApprovedForUse(v bool) predicate.Entity

ApprovedForUse applies equality check predicate on the "approved_for_use" field. It's identical to ApprovedForUseEQ.

func ApprovedForUseEQ

func ApprovedForUseEQ(v bool) predicate.Entity

ApprovedForUseEQ applies the EQ predicate on the "approved_for_use" field.

func ApprovedForUseIsNil

func ApprovedForUseIsNil() predicate.Entity

ApprovedForUseIsNil applies the IsNil predicate on the "approved_for_use" field.

func ApprovedForUseNEQ

func ApprovedForUseNEQ(v bool) predicate.Entity

ApprovedForUseNEQ applies the NEQ predicate on the "approved_for_use" field.

func ApprovedForUseNotNil

func ApprovedForUseNotNil() predicate.Entity

ApprovedForUseNotNil applies the NotNil predicate on the "approved_for_use" field.

func AutoRenews

func AutoRenews(v bool) predicate.Entity

AutoRenews applies equality check predicate on the "auto_renews" field. It's identical to AutoRenewsEQ.

func AutoRenewsEQ

func AutoRenewsEQ(v bool) predicate.Entity

AutoRenewsEQ applies the EQ predicate on the "auto_renews" field.

func AutoRenewsIsNil

func AutoRenewsIsNil() predicate.Entity

AutoRenewsIsNil applies the IsNil predicate on the "auto_renews" field.

func AutoRenewsNEQ

func AutoRenewsNEQ(v bool) predicate.Entity

AutoRenewsNEQ applies the NEQ predicate on the "auto_renews" field.

func AutoRenewsNotNil

func AutoRenewsNotNil() predicate.Entity

AutoRenewsNotNil applies the NotNil predicate on the "auto_renews" field.

func BillingModel

func BillingModel(v string) predicate.Entity

BillingModel applies equality check predicate on the "billing_model" field. It's identical to BillingModelEQ.

func BillingModelContains

func BillingModelContains(v string) predicate.Entity

BillingModelContains applies the Contains predicate on the "billing_model" field.

func BillingModelContainsFold

func BillingModelContainsFold(v string) predicate.Entity

BillingModelContainsFold applies the ContainsFold predicate on the "billing_model" field.

func BillingModelEQ

func BillingModelEQ(v string) predicate.Entity

BillingModelEQ applies the EQ predicate on the "billing_model" field.

func BillingModelEqualFold

func BillingModelEqualFold(v string) predicate.Entity

BillingModelEqualFold applies the EqualFold predicate on the "billing_model" field.

func BillingModelGT

func BillingModelGT(v string) predicate.Entity

BillingModelGT applies the GT predicate on the "billing_model" field.

func BillingModelGTE

func BillingModelGTE(v string) predicate.Entity

BillingModelGTE applies the GTE predicate on the "billing_model" field.

func BillingModelHasPrefix

func BillingModelHasPrefix(v string) predicate.Entity

BillingModelHasPrefix applies the HasPrefix predicate on the "billing_model" field.

func BillingModelHasSuffix

func BillingModelHasSuffix(v string) predicate.Entity

BillingModelHasSuffix applies the HasSuffix predicate on the "billing_model" field.

func BillingModelIn

func BillingModelIn(vs ...string) predicate.Entity

BillingModelIn applies the In predicate on the "billing_model" field.

func BillingModelIsNil

func BillingModelIsNil() predicate.Entity

BillingModelIsNil applies the IsNil predicate on the "billing_model" field.

func BillingModelLT

func BillingModelLT(v string) predicate.Entity

BillingModelLT applies the LT predicate on the "billing_model" field.

func BillingModelLTE

func BillingModelLTE(v string) predicate.Entity

BillingModelLTE applies the LTE predicate on the "billing_model" field.

func BillingModelNEQ

func BillingModelNEQ(v string) predicate.Entity

BillingModelNEQ applies the NEQ predicate on the "billing_model" field.

func BillingModelNotIn

func BillingModelNotIn(vs ...string) predicate.Entity

BillingModelNotIn applies the NotIn predicate on the "billing_model" field.

func BillingModelNotNil

func BillingModelNotNil() predicate.Entity

BillingModelNotNil applies the NotNil predicate on the "billing_model" field.

func ContractEndDate

func ContractEndDate(v models.DateTime) predicate.Entity

ContractEndDate applies equality check predicate on the "contract_end_date" field. It's identical to ContractEndDateEQ.

func ContractEndDateEQ

func ContractEndDateEQ(v models.DateTime) predicate.Entity

ContractEndDateEQ applies the EQ predicate on the "contract_end_date" field.

func ContractEndDateGT

func ContractEndDateGT(v models.DateTime) predicate.Entity

ContractEndDateGT applies the GT predicate on the "contract_end_date" field.

func ContractEndDateGTE

func ContractEndDateGTE(v models.DateTime) predicate.Entity

ContractEndDateGTE applies the GTE predicate on the "contract_end_date" field.

func ContractEndDateIn

func ContractEndDateIn(vs ...models.DateTime) predicate.Entity

ContractEndDateIn applies the In predicate on the "contract_end_date" field.

func ContractEndDateIsNil

func ContractEndDateIsNil() predicate.Entity

ContractEndDateIsNil applies the IsNil predicate on the "contract_end_date" field.

func ContractEndDateLT

func ContractEndDateLT(v models.DateTime) predicate.Entity

ContractEndDateLT applies the LT predicate on the "contract_end_date" field.

func ContractEndDateLTE

func ContractEndDateLTE(v models.DateTime) predicate.Entity

ContractEndDateLTE applies the LTE predicate on the "contract_end_date" field.

func ContractEndDateNEQ

func ContractEndDateNEQ(v models.DateTime) predicate.Entity

ContractEndDateNEQ applies the NEQ predicate on the "contract_end_date" field.

func ContractEndDateNotIn

func ContractEndDateNotIn(vs ...models.DateTime) predicate.Entity

ContractEndDateNotIn applies the NotIn predicate on the "contract_end_date" field.

func ContractEndDateNotNil

func ContractEndDateNotNil() predicate.Entity

ContractEndDateNotNil applies the NotNil predicate on the "contract_end_date" field.

func ContractRenewalAt

func ContractRenewalAt(v models.DateTime) predicate.Entity

ContractRenewalAt applies equality check predicate on the "contract_renewal_at" field. It's identical to ContractRenewalAtEQ.

func ContractRenewalAtEQ

func ContractRenewalAtEQ(v models.DateTime) predicate.Entity

ContractRenewalAtEQ applies the EQ predicate on the "contract_renewal_at" field.

func ContractRenewalAtGT

func ContractRenewalAtGT(v models.DateTime) predicate.Entity

ContractRenewalAtGT applies the GT predicate on the "contract_renewal_at" field.

func ContractRenewalAtGTE

func ContractRenewalAtGTE(v models.DateTime) predicate.Entity

ContractRenewalAtGTE applies the GTE predicate on the "contract_renewal_at" field.

func ContractRenewalAtIn

func ContractRenewalAtIn(vs ...models.DateTime) predicate.Entity

ContractRenewalAtIn applies the In predicate on the "contract_renewal_at" field.

func ContractRenewalAtIsNil

func ContractRenewalAtIsNil() predicate.Entity

ContractRenewalAtIsNil applies the IsNil predicate on the "contract_renewal_at" field.

func ContractRenewalAtLT

func ContractRenewalAtLT(v models.DateTime) predicate.Entity

ContractRenewalAtLT applies the LT predicate on the "contract_renewal_at" field.

func ContractRenewalAtLTE

func ContractRenewalAtLTE(v models.DateTime) predicate.Entity

ContractRenewalAtLTE applies the LTE predicate on the "contract_renewal_at" field.

func ContractRenewalAtNEQ

func ContractRenewalAtNEQ(v models.DateTime) predicate.Entity

ContractRenewalAtNEQ applies the NEQ predicate on the "contract_renewal_at" field.

func ContractRenewalAtNotIn

func ContractRenewalAtNotIn(vs ...models.DateTime) predicate.Entity

ContractRenewalAtNotIn applies the NotIn predicate on the "contract_renewal_at" field.

func ContractRenewalAtNotNil

func ContractRenewalAtNotNil() predicate.Entity

ContractRenewalAtNotNil applies the NotNil predicate on the "contract_renewal_at" field.

func ContractStartDate

func ContractStartDate(v models.DateTime) predicate.Entity

ContractStartDate applies equality check predicate on the "contract_start_date" field. It's identical to ContractStartDateEQ.

func ContractStartDateEQ

func ContractStartDateEQ(v models.DateTime) predicate.Entity

ContractStartDateEQ applies the EQ predicate on the "contract_start_date" field.

func ContractStartDateGT

func ContractStartDateGT(v models.DateTime) predicate.Entity

ContractStartDateGT applies the GT predicate on the "contract_start_date" field.

func ContractStartDateGTE

func ContractStartDateGTE(v models.DateTime) predicate.Entity

ContractStartDateGTE applies the GTE predicate on the "contract_start_date" field.

func ContractStartDateIn

func ContractStartDateIn(vs ...models.DateTime) predicate.Entity

ContractStartDateIn applies the In predicate on the "contract_start_date" field.

func ContractStartDateIsNil

func ContractStartDateIsNil() predicate.Entity

ContractStartDateIsNil applies the IsNil predicate on the "contract_start_date" field.

func ContractStartDateLT

func ContractStartDateLT(v models.DateTime) predicate.Entity

ContractStartDateLT applies the LT predicate on the "contract_start_date" field.

func ContractStartDateLTE

func ContractStartDateLTE(v models.DateTime) predicate.Entity

ContractStartDateLTE applies the LTE predicate on the "contract_start_date" field.

func ContractStartDateNEQ

func ContractStartDateNEQ(v models.DateTime) predicate.Entity

ContractStartDateNEQ applies the NEQ predicate on the "contract_start_date" field.

func ContractStartDateNotIn

func ContractStartDateNotIn(vs ...models.DateTime) predicate.Entity

ContractStartDateNotIn applies the NotIn predicate on the "contract_start_date" field.

func ContractStartDateNotNil

func ContractStartDateNotNil() predicate.Entity

ContractStartDateNotNil applies the NotNil predicate on the "contract_start_date" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Entity

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Entity

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Entity

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Entity

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Entity

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Entity

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Entity

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Entity

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Entity

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

func CreatedBy

func CreatedBy(v string) predicate.Entity

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

func CreatedByContains

func CreatedByContains(v string) predicate.Entity

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Entity

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Entity

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Entity

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

func CreatedByGT

func CreatedByGT(v string) predicate.Entity

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Entity

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Entity

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Entity

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Entity

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

func CreatedByLT

func CreatedByLT(v string) predicate.Entity

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Entity

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Entity

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Entity

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

func DeletedAt

func DeletedAt(v time.Time) predicate.Entity

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Entity

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Entity

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Entity

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Entity

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Entity

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Entity

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Entity

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Entity

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

func DeletedBy

func DeletedBy(v string) predicate.Entity

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

func DeletedByContains

func DeletedByContains(v string) predicate.Entity

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Entity

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Entity

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Entity

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

func DeletedByGT

func DeletedByGT(v string) predicate.Entity

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Entity

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Entity

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Entity

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Entity

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

func DeletedByLT

func DeletedByLT(v string) predicate.Entity

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Entity

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Entity

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Entity

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

func Description

func Description(v string) predicate.Entity

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

func DescriptionContains

func DescriptionContains(v string) predicate.Entity

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Entity

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.Entity

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Entity

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

func DescriptionGT

func DescriptionGT(v string) predicate.Entity

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.Entity

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Entity

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Entity

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.Entity

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

func DescriptionLT

func DescriptionLT(v string) predicate.Entity

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.Entity

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Entity

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.Entity

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

func DisplayName

func DisplayName(v string) predicate.Entity

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

func DisplayNameContains

func DisplayNameContains(v string) predicate.Entity

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

func DisplayNameContainsFold

func DisplayNameContainsFold(v string) predicate.Entity

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

func DisplayNameEQ

func DisplayNameEQ(v string) predicate.Entity

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

func DisplayNameEqualFold

func DisplayNameEqualFold(v string) predicate.Entity

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

func DisplayNameGT

func DisplayNameGT(v string) predicate.Entity

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

func DisplayNameGTE

func DisplayNameGTE(v string) predicate.Entity

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

func DisplayNameHasPrefix

func DisplayNameHasPrefix(v string) predicate.Entity

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

func DisplayNameHasSuffix

func DisplayNameHasSuffix(v string) predicate.Entity

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

func DisplayNameIn

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

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

func DisplayNameIsNil

func DisplayNameIsNil() predicate.Entity

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

func DisplayNameLT

func DisplayNameLT(v string) predicate.Entity

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

func DisplayNameLTE

func DisplayNameLTE(v string) predicate.Entity

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

func DisplayNameNEQ

func DisplayNameNEQ(v string) predicate.Entity

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

func DisplayNameNotIn

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

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

func DisplayNameNotNil

func DisplayNameNotNil() predicate.Entity

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

func DomainsIsNil

func DomainsIsNil() predicate.Entity

DomainsIsNil applies the IsNil predicate on the "domains" field.

func DomainsNotNil

func DomainsNotNil() predicate.Entity

DomainsNotNil applies the NotNil predicate on the "domains" field.

func EntityRelationshipStateID

func EntityRelationshipStateID(v string) predicate.Entity

EntityRelationshipStateID applies equality check predicate on the "entity_relationship_state_id" field. It's identical to EntityRelationshipStateIDEQ.

func EntityRelationshipStateIDContains

func EntityRelationshipStateIDContains(v string) predicate.Entity

EntityRelationshipStateIDContains applies the Contains predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDContainsFold

func EntityRelationshipStateIDContainsFold(v string) predicate.Entity

EntityRelationshipStateIDContainsFold applies the ContainsFold predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDEQ

func EntityRelationshipStateIDEQ(v string) predicate.Entity

EntityRelationshipStateIDEQ applies the EQ predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDEqualFold

func EntityRelationshipStateIDEqualFold(v string) predicate.Entity

EntityRelationshipStateIDEqualFold applies the EqualFold predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDGT

func EntityRelationshipStateIDGT(v string) predicate.Entity

EntityRelationshipStateIDGT applies the GT predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDGTE

func EntityRelationshipStateIDGTE(v string) predicate.Entity

EntityRelationshipStateIDGTE applies the GTE predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDHasPrefix

func EntityRelationshipStateIDHasPrefix(v string) predicate.Entity

EntityRelationshipStateIDHasPrefix applies the HasPrefix predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDHasSuffix

func EntityRelationshipStateIDHasSuffix(v string) predicate.Entity

EntityRelationshipStateIDHasSuffix applies the HasSuffix predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDIn

func EntityRelationshipStateIDIn(vs ...string) predicate.Entity

EntityRelationshipStateIDIn applies the In predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDIsNil

func EntityRelationshipStateIDIsNil() predicate.Entity

EntityRelationshipStateIDIsNil applies the IsNil predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDLT

func EntityRelationshipStateIDLT(v string) predicate.Entity

EntityRelationshipStateIDLT applies the LT predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDLTE

func EntityRelationshipStateIDLTE(v string) predicate.Entity

EntityRelationshipStateIDLTE applies the LTE predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDNEQ

func EntityRelationshipStateIDNEQ(v string) predicate.Entity

EntityRelationshipStateIDNEQ applies the NEQ predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDNotIn

func EntityRelationshipStateIDNotIn(vs ...string) predicate.Entity

EntityRelationshipStateIDNotIn applies the NotIn predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateIDNotNil

func EntityRelationshipStateIDNotNil() predicate.Entity

EntityRelationshipStateIDNotNil applies the NotNil predicate on the "entity_relationship_state_id" field.

func EntityRelationshipStateName

func EntityRelationshipStateName(v string) predicate.Entity

EntityRelationshipStateName applies equality check predicate on the "entity_relationship_state_name" field. It's identical to EntityRelationshipStateNameEQ.

func EntityRelationshipStateNameContains

func EntityRelationshipStateNameContains(v string) predicate.Entity

EntityRelationshipStateNameContains applies the Contains predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameContainsFold

func EntityRelationshipStateNameContainsFold(v string) predicate.Entity

EntityRelationshipStateNameContainsFold applies the ContainsFold predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameEQ

func EntityRelationshipStateNameEQ(v string) predicate.Entity

EntityRelationshipStateNameEQ applies the EQ predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameEqualFold

func EntityRelationshipStateNameEqualFold(v string) predicate.Entity

EntityRelationshipStateNameEqualFold applies the EqualFold predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameGT

func EntityRelationshipStateNameGT(v string) predicate.Entity

EntityRelationshipStateNameGT applies the GT predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameGTE

func EntityRelationshipStateNameGTE(v string) predicate.Entity

EntityRelationshipStateNameGTE applies the GTE predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameHasPrefix

func EntityRelationshipStateNameHasPrefix(v string) predicate.Entity

EntityRelationshipStateNameHasPrefix applies the HasPrefix predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameHasSuffix

func EntityRelationshipStateNameHasSuffix(v string) predicate.Entity

EntityRelationshipStateNameHasSuffix applies the HasSuffix predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameIn

func EntityRelationshipStateNameIn(vs ...string) predicate.Entity

EntityRelationshipStateNameIn applies the In predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameIsNil

func EntityRelationshipStateNameIsNil() predicate.Entity

EntityRelationshipStateNameIsNil applies the IsNil predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameLT

func EntityRelationshipStateNameLT(v string) predicate.Entity

EntityRelationshipStateNameLT applies the LT predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameLTE

func EntityRelationshipStateNameLTE(v string) predicate.Entity

EntityRelationshipStateNameLTE applies the LTE predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameNEQ

func EntityRelationshipStateNameNEQ(v string) predicate.Entity

EntityRelationshipStateNameNEQ applies the NEQ predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameNotIn

func EntityRelationshipStateNameNotIn(vs ...string) predicate.Entity

EntityRelationshipStateNameNotIn applies the NotIn predicate on the "entity_relationship_state_name" field.

func EntityRelationshipStateNameNotNil

func EntityRelationshipStateNameNotNil() predicate.Entity

EntityRelationshipStateNameNotNil applies the NotNil predicate on the "entity_relationship_state_name" field.

func EntitySecurityQuestionnaireStatusID

func EntitySecurityQuestionnaireStatusID(v string) predicate.Entity

EntitySecurityQuestionnaireStatusID applies equality check predicate on the "entity_security_questionnaire_status_id" field. It's identical to EntitySecurityQuestionnaireStatusIDEQ.

func EntitySecurityQuestionnaireStatusIDContains

func EntitySecurityQuestionnaireStatusIDContains(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDContains applies the Contains predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDContainsFold

func EntitySecurityQuestionnaireStatusIDContainsFold(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDContainsFold applies the ContainsFold predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDEQ

func EntitySecurityQuestionnaireStatusIDEQ(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDEQ applies the EQ predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDEqualFold

func EntitySecurityQuestionnaireStatusIDEqualFold(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDEqualFold applies the EqualFold predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDGT

func EntitySecurityQuestionnaireStatusIDGT(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDGT applies the GT predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDGTE

func EntitySecurityQuestionnaireStatusIDGTE(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDGTE applies the GTE predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDHasPrefix

func EntitySecurityQuestionnaireStatusIDHasPrefix(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDHasPrefix applies the HasPrefix predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDHasSuffix

func EntitySecurityQuestionnaireStatusIDHasSuffix(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDHasSuffix applies the HasSuffix predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDIn

func EntitySecurityQuestionnaireStatusIDIn(vs ...string) predicate.Entity

EntitySecurityQuestionnaireStatusIDIn applies the In predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDIsNil

func EntitySecurityQuestionnaireStatusIDIsNil() predicate.Entity

EntitySecurityQuestionnaireStatusIDIsNil applies the IsNil predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDLT

func EntitySecurityQuestionnaireStatusIDLT(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDLT applies the LT predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDLTE

func EntitySecurityQuestionnaireStatusIDLTE(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDLTE applies the LTE predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDNEQ

func EntitySecurityQuestionnaireStatusIDNEQ(v string) predicate.Entity

EntitySecurityQuestionnaireStatusIDNEQ applies the NEQ predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDNotIn

func EntitySecurityQuestionnaireStatusIDNotIn(vs ...string) predicate.Entity

EntitySecurityQuestionnaireStatusIDNotIn applies the NotIn predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusIDNotNil

func EntitySecurityQuestionnaireStatusIDNotNil() predicate.Entity

EntitySecurityQuestionnaireStatusIDNotNil applies the NotNil predicate on the "entity_security_questionnaire_status_id" field.

func EntitySecurityQuestionnaireStatusName

func EntitySecurityQuestionnaireStatusName(v string) predicate.Entity

EntitySecurityQuestionnaireStatusName applies equality check predicate on the "entity_security_questionnaire_status_name" field. It's identical to EntitySecurityQuestionnaireStatusNameEQ.

func EntitySecurityQuestionnaireStatusNameContains

func EntitySecurityQuestionnaireStatusNameContains(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameContains applies the Contains predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameContainsFold

func EntitySecurityQuestionnaireStatusNameContainsFold(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameContainsFold applies the ContainsFold predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameEQ

func EntitySecurityQuestionnaireStatusNameEQ(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameEQ applies the EQ predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameEqualFold

func EntitySecurityQuestionnaireStatusNameEqualFold(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameEqualFold applies the EqualFold predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameGT

func EntitySecurityQuestionnaireStatusNameGT(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameGT applies the GT predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameGTE

func EntitySecurityQuestionnaireStatusNameGTE(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameGTE applies the GTE predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameHasPrefix

func EntitySecurityQuestionnaireStatusNameHasPrefix(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameHasPrefix applies the HasPrefix predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameHasSuffix

func EntitySecurityQuestionnaireStatusNameHasSuffix(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameHasSuffix applies the HasSuffix predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameIn

func EntitySecurityQuestionnaireStatusNameIn(vs ...string) predicate.Entity

EntitySecurityQuestionnaireStatusNameIn applies the In predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameIsNil

func EntitySecurityQuestionnaireStatusNameIsNil() predicate.Entity

EntitySecurityQuestionnaireStatusNameIsNil applies the IsNil predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameLT

func EntitySecurityQuestionnaireStatusNameLT(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameLT applies the LT predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameLTE

func EntitySecurityQuestionnaireStatusNameLTE(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameLTE applies the LTE predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameNEQ

func EntitySecurityQuestionnaireStatusNameNEQ(v string) predicate.Entity

EntitySecurityQuestionnaireStatusNameNEQ applies the NEQ predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameNotIn

func EntitySecurityQuestionnaireStatusNameNotIn(vs ...string) predicate.Entity

EntitySecurityQuestionnaireStatusNameNotIn applies the NotIn predicate on the "entity_security_questionnaire_status_name" field.

func EntitySecurityQuestionnaireStatusNameNotNil

func EntitySecurityQuestionnaireStatusNameNotNil() predicate.Entity

EntitySecurityQuestionnaireStatusNameNotNil applies the NotNil predicate on the "entity_security_questionnaire_status_name" field.

func EntitySourceTypeID

func EntitySourceTypeID(v string) predicate.Entity

EntitySourceTypeID applies equality check predicate on the "entity_source_type_id" field. It's identical to EntitySourceTypeIDEQ.

func EntitySourceTypeIDContains

func EntitySourceTypeIDContains(v string) predicate.Entity

EntitySourceTypeIDContains applies the Contains predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDContainsFold

func EntitySourceTypeIDContainsFold(v string) predicate.Entity

EntitySourceTypeIDContainsFold applies the ContainsFold predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDEQ

func EntitySourceTypeIDEQ(v string) predicate.Entity

EntitySourceTypeIDEQ applies the EQ predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDEqualFold

func EntitySourceTypeIDEqualFold(v string) predicate.Entity

EntitySourceTypeIDEqualFold applies the EqualFold predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDGT

func EntitySourceTypeIDGT(v string) predicate.Entity

EntitySourceTypeIDGT applies the GT predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDGTE

func EntitySourceTypeIDGTE(v string) predicate.Entity

EntitySourceTypeIDGTE applies the GTE predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDHasPrefix

func EntitySourceTypeIDHasPrefix(v string) predicate.Entity

EntitySourceTypeIDHasPrefix applies the HasPrefix predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDHasSuffix

func EntitySourceTypeIDHasSuffix(v string) predicate.Entity

EntitySourceTypeIDHasSuffix applies the HasSuffix predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDIn

func EntitySourceTypeIDIn(vs ...string) predicate.Entity

EntitySourceTypeIDIn applies the In predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDIsNil

func EntitySourceTypeIDIsNil() predicate.Entity

EntitySourceTypeIDIsNil applies the IsNil predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDLT

func EntitySourceTypeIDLT(v string) predicate.Entity

EntitySourceTypeIDLT applies the LT predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDLTE

func EntitySourceTypeIDLTE(v string) predicate.Entity

EntitySourceTypeIDLTE applies the LTE predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDNEQ

func EntitySourceTypeIDNEQ(v string) predicate.Entity

EntitySourceTypeIDNEQ applies the NEQ predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDNotIn

func EntitySourceTypeIDNotIn(vs ...string) predicate.Entity

EntitySourceTypeIDNotIn applies the NotIn predicate on the "entity_source_type_id" field.

func EntitySourceTypeIDNotNil

func EntitySourceTypeIDNotNil() predicate.Entity

EntitySourceTypeIDNotNil applies the NotNil predicate on the "entity_source_type_id" field.

func EntitySourceTypeName

func EntitySourceTypeName(v string) predicate.Entity

EntitySourceTypeName applies equality check predicate on the "entity_source_type_name" field. It's identical to EntitySourceTypeNameEQ.

func EntitySourceTypeNameContains

func EntitySourceTypeNameContains(v string) predicate.Entity

EntitySourceTypeNameContains applies the Contains predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameContainsFold

func EntitySourceTypeNameContainsFold(v string) predicate.Entity

EntitySourceTypeNameContainsFold applies the ContainsFold predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameEQ

func EntitySourceTypeNameEQ(v string) predicate.Entity

EntitySourceTypeNameEQ applies the EQ predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameEqualFold

func EntitySourceTypeNameEqualFold(v string) predicate.Entity

EntitySourceTypeNameEqualFold applies the EqualFold predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameGT

func EntitySourceTypeNameGT(v string) predicate.Entity

EntitySourceTypeNameGT applies the GT predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameGTE

func EntitySourceTypeNameGTE(v string) predicate.Entity

EntitySourceTypeNameGTE applies the GTE predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameHasPrefix

func EntitySourceTypeNameHasPrefix(v string) predicate.Entity

EntitySourceTypeNameHasPrefix applies the HasPrefix predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameHasSuffix

func EntitySourceTypeNameHasSuffix(v string) predicate.Entity

EntitySourceTypeNameHasSuffix applies the HasSuffix predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameIn

func EntitySourceTypeNameIn(vs ...string) predicate.Entity

EntitySourceTypeNameIn applies the In predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameIsNil

func EntitySourceTypeNameIsNil() predicate.Entity

EntitySourceTypeNameIsNil applies the IsNil predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameLT

func EntitySourceTypeNameLT(v string) predicate.Entity

EntitySourceTypeNameLT applies the LT predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameLTE

func EntitySourceTypeNameLTE(v string) predicate.Entity

EntitySourceTypeNameLTE applies the LTE predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameNEQ

func EntitySourceTypeNameNEQ(v string) predicate.Entity

EntitySourceTypeNameNEQ applies the NEQ predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameNotIn

func EntitySourceTypeNameNotIn(vs ...string) predicate.Entity

EntitySourceTypeNameNotIn applies the NotIn predicate on the "entity_source_type_name" field.

func EntitySourceTypeNameNotNil

func EntitySourceTypeNameNotNil() predicate.Entity

EntitySourceTypeNameNotNil applies the NotNil predicate on the "entity_source_type_name" field.

func EntityTypeID

func EntityTypeID(v string) predicate.Entity

EntityTypeID applies equality check predicate on the "entity_type_id" field. It's identical to EntityTypeIDEQ.

func EntityTypeIDContains

func EntityTypeIDContains(v string) predicate.Entity

EntityTypeIDContains applies the Contains predicate on the "entity_type_id" field.

func EntityTypeIDContainsFold

func EntityTypeIDContainsFold(v string) predicate.Entity

EntityTypeIDContainsFold applies the ContainsFold predicate on the "entity_type_id" field.

func EntityTypeIDEQ

func EntityTypeIDEQ(v string) predicate.Entity

EntityTypeIDEQ applies the EQ predicate on the "entity_type_id" field.

func EntityTypeIDEqualFold

func EntityTypeIDEqualFold(v string) predicate.Entity

EntityTypeIDEqualFold applies the EqualFold predicate on the "entity_type_id" field.

func EntityTypeIDGT

func EntityTypeIDGT(v string) predicate.Entity

EntityTypeIDGT applies the GT predicate on the "entity_type_id" field.

func EntityTypeIDGTE

func EntityTypeIDGTE(v string) predicate.Entity

EntityTypeIDGTE applies the GTE predicate on the "entity_type_id" field.

func EntityTypeIDHasPrefix

func EntityTypeIDHasPrefix(v string) predicate.Entity

EntityTypeIDHasPrefix applies the HasPrefix predicate on the "entity_type_id" field.

func EntityTypeIDHasSuffix

func EntityTypeIDHasSuffix(v string) predicate.Entity

EntityTypeIDHasSuffix applies the HasSuffix predicate on the "entity_type_id" field.

func EntityTypeIDIn

func EntityTypeIDIn(vs ...string) predicate.Entity

EntityTypeIDIn applies the In predicate on the "entity_type_id" field.

func EntityTypeIDIsNil

func EntityTypeIDIsNil() predicate.Entity

EntityTypeIDIsNil applies the IsNil predicate on the "entity_type_id" field.

func EntityTypeIDLT

func EntityTypeIDLT(v string) predicate.Entity

EntityTypeIDLT applies the LT predicate on the "entity_type_id" field.

func EntityTypeIDLTE

func EntityTypeIDLTE(v string) predicate.Entity

EntityTypeIDLTE applies the LTE predicate on the "entity_type_id" field.

func EntityTypeIDNEQ

func EntityTypeIDNEQ(v string) predicate.Entity

EntityTypeIDNEQ applies the NEQ predicate on the "entity_type_id" field.

func EntityTypeIDNotIn

func EntityTypeIDNotIn(vs ...string) predicate.Entity

EntityTypeIDNotIn applies the NotIn predicate on the "entity_type_id" field.

func EntityTypeIDNotNil

func EntityTypeIDNotNil() predicate.Entity

EntityTypeIDNotNil applies the NotNil predicate on the "entity_type_id" field.

func EnvironmentID

func EnvironmentID(v string) predicate.Entity

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

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.Entity

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

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.Entity

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

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.Entity

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

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.Entity

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

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.Entity

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

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.Entity

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

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.Entity

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

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.Entity

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

func EnvironmentIDIn

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

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

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.Entity

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

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.Entity

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

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.Entity

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

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.Entity

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

func EnvironmentIDNotIn

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

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

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.Entity

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

func EnvironmentName

func EnvironmentName(v string) predicate.Entity

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

func EnvironmentNameContains

func EnvironmentNameContains(v string) predicate.Entity

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

func EnvironmentNameContainsFold

func EnvironmentNameContainsFold(v string) predicate.Entity

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

func EnvironmentNameEQ

func EnvironmentNameEQ(v string) predicate.Entity

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

func EnvironmentNameEqualFold

func EnvironmentNameEqualFold(v string) predicate.Entity

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

func EnvironmentNameGT

func EnvironmentNameGT(v string) predicate.Entity

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

func EnvironmentNameGTE

func EnvironmentNameGTE(v string) predicate.Entity

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

func EnvironmentNameHasPrefix

func EnvironmentNameHasPrefix(v string) predicate.Entity

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

func EnvironmentNameHasSuffix

func EnvironmentNameHasSuffix(v string) predicate.Entity

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

func EnvironmentNameIn

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

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

func EnvironmentNameIsNil

func EnvironmentNameIsNil() predicate.Entity

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

func EnvironmentNameLT

func EnvironmentNameLT(v string) predicate.Entity

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

func EnvironmentNameLTE

func EnvironmentNameLTE(v string) predicate.Entity

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

func EnvironmentNameNEQ

func EnvironmentNameNEQ(v string) predicate.Entity

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

func EnvironmentNameNotIn

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

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

func EnvironmentNameNotNil

func EnvironmentNameNotNil() predicate.Entity

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

func ExternalID

func ExternalID(v string) predicate.Entity

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

func ExternalIDContains

func ExternalIDContains(v string) predicate.Entity

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

func ExternalIDContainsFold

func ExternalIDContainsFold(v string) predicate.Entity

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

func ExternalIDEQ

func ExternalIDEQ(v string) predicate.Entity

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

func ExternalIDEqualFold

func ExternalIDEqualFold(v string) predicate.Entity

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

func ExternalIDGT

func ExternalIDGT(v string) predicate.Entity

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

func ExternalIDGTE

func ExternalIDGTE(v string) predicate.Entity

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

func ExternalIDHasPrefix

func ExternalIDHasPrefix(v string) predicate.Entity

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

func ExternalIDHasSuffix

func ExternalIDHasSuffix(v string) predicate.Entity

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

func ExternalIDIn

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

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

func ExternalIDIsNil

func ExternalIDIsNil() predicate.Entity

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

func ExternalIDLT

func ExternalIDLT(v string) predicate.Entity

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

func ExternalIDLTE

func ExternalIDLTE(v string) predicate.Entity

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

func ExternalIDNEQ

func ExternalIDNEQ(v string) predicate.Entity

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

func ExternalIDNotIn

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

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

func ExternalIDNotNil

func ExternalIDNotNil() predicate.Entity

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

func HasAssessmentResponses

func HasAssessmentResponses() predicate.Entity

HasAssessmentResponses applies the HasEdge predicate on the "assessment_responses" edge.

func HasAssessmentResponsesWith

func HasAssessmentResponsesWith(preds ...predicate.AssessmentResponse) predicate.Entity

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

func HasAssets

func HasAssets() predicate.Entity

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

func HasAssetsWith

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

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

func HasAuthMethods

func HasAuthMethods() predicate.Entity

HasAuthMethods applies the HasEdge predicate on the "auth_methods" edge.

func HasAuthMethodsWith

func HasAuthMethodsWith(preds ...predicate.CustomTypeEnum) predicate.Entity

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

func HasBlockedGroups

func HasBlockedGroups() predicate.Entity

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

func HasBlockedGroupsWith

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

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

func HasCampaigns

func HasCampaigns() predicate.Entity

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

func HasCampaignsWith

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

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

func HasContacts

func HasContacts() predicate.Entity

HasContacts applies the HasEdge predicate on the "contacts" edge.

func HasContactsWith

func HasContactsWith(preds ...predicate.Contact) predicate.Entity

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

func HasControls

func HasControls() predicate.Entity

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

func HasControlsWith

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

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

func HasDocuments

func HasDocuments() predicate.Entity

HasDocuments applies the HasEdge predicate on the "documents" edge.

func HasDocumentsWith

func HasDocumentsWith(preds ...predicate.DocumentData) predicate.Entity

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

func HasEditors

func HasEditors() predicate.Entity

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

func HasEditorsWith

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

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

func HasEmployerIdentityHolders

func HasEmployerIdentityHolders() predicate.Entity

HasEmployerIdentityHolders applies the HasEdge predicate on the "employer_identity_holders" edge.

func HasEmployerIdentityHoldersWith

func HasEmployerIdentityHoldersWith(preds ...predicate.IdentityHolder) predicate.Entity

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

func HasEntityRelationshipState

func HasEntityRelationshipState() predicate.Entity

HasEntityRelationshipState applies the HasEdge predicate on the "entity_relationship_state" edge.

func HasEntityRelationshipStateWith

func HasEntityRelationshipStateWith(preds ...predicate.CustomTypeEnum) predicate.Entity

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

func HasEntitySecurityQuestionnaireStatus

func HasEntitySecurityQuestionnaireStatus() predicate.Entity

HasEntitySecurityQuestionnaireStatus applies the HasEdge predicate on the "entity_security_questionnaire_status" edge.

func HasEntitySecurityQuestionnaireStatusWith

func HasEntitySecurityQuestionnaireStatusWith(preds ...predicate.CustomTypeEnum) predicate.Entity

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

func HasEntitySourceType

func HasEntitySourceType() predicate.Entity

HasEntitySourceType applies the HasEdge predicate on the "entity_source_type" edge.

func HasEntitySourceTypeWith

func HasEntitySourceTypeWith(preds ...predicate.CustomTypeEnum) predicate.Entity

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

func HasEntityType

func HasEntityType() predicate.Entity

HasEntityType applies the HasEdge predicate on the "entity_type" edge.

func HasEntityTypeWith

func HasEntityTypeWith(preds ...predicate.EntityType) predicate.Entity

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

func HasEnvironment

func HasEnvironment() predicate.Entity

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

func HasEnvironmentWith

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

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

func HasFiles

func HasFiles() predicate.Entity

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

func HasFilesWith

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

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

func HasFindings

func HasFindings() predicate.Entity

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

func HasFindingsWith

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

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

func HasIdentityHolders

func HasIdentityHolders() predicate.Entity

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

func HasIdentityHoldersWith

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

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

func HasIntegrations

func HasIntegrations() predicate.Entity

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

func HasIntegrationsWith

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

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

func HasInternalOwnerGroup

func HasInternalOwnerGroup() predicate.Entity

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

func HasInternalOwnerGroupWith

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

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

func HasInternalOwnerUser

func HasInternalOwnerUser() predicate.Entity

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

func HasInternalOwnerUserWith

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

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

func HasInternalPolicies

func HasInternalPolicies() predicate.Entity

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

func HasInternalPoliciesWith

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

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

func HasLogoFile

func HasLogoFile() predicate.Entity

HasLogoFile applies the HasEdge predicate on the "logo_file" edge.

func HasLogoFileWith

func HasLogoFileWith(preds ...predicate.File) predicate.Entity

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

func HasNotes

func HasNotes() predicate.Entity

HasNotes applies the HasEdge predicate on the "notes" edge.

func HasNotesWith

func HasNotesWith(preds ...predicate.Note) predicate.Entity

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

func HasOutOfScopePlatforms

func HasOutOfScopePlatforms() predicate.Entity

HasOutOfScopePlatforms applies the HasEdge predicate on the "out_of_scope_platforms" edge.

func HasOutOfScopePlatformsWith

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

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

func HasOwner

func HasOwner() predicate.Entity

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

func HasOwnerWith

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

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

func HasPlatforms

func HasPlatforms() predicate.Entity

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

func HasPlatformsWith

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

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

func HasRemediations

func HasRemediations() predicate.Entity

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

func HasRemediationsWith

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

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

func HasReviewedByGroup

func HasReviewedByGroup() predicate.Entity

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

func HasReviewedByGroupWith

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

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

func HasReviewedByUser

func HasReviewedByUser() predicate.Entity

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

func HasReviewedByUserWith

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

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

func HasReviews

func HasReviews() predicate.Entity

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

func HasReviewsWith

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

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

func HasScans

func HasScans() predicate.Entity

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

func HasScansWith

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

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

func HasScope

func HasScope() predicate.Entity

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

func HasScopeWith

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

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

func HasSoc2

func HasSoc2(v bool) predicate.Entity

HasSoc2 applies equality check predicate on the "has_soc2" field. It's identical to HasSoc2EQ.

func HasSoc2EQ

func HasSoc2EQ(v bool) predicate.Entity

HasSoc2EQ applies the EQ predicate on the "has_soc2" field.

func HasSoc2IsNil

func HasSoc2IsNil() predicate.Entity

HasSoc2IsNil applies the IsNil predicate on the "has_soc2" field.

func HasSoc2NEQ

func HasSoc2NEQ(v bool) predicate.Entity

HasSoc2NEQ applies the NEQ predicate on the "has_soc2" field.

func HasSoc2NotNil

func HasSoc2NotNil() predicate.Entity

HasSoc2NotNil applies the NotNil predicate on the "has_soc2" field.

func HasSourcePlatforms

func HasSourcePlatforms() predicate.Entity

HasSourcePlatforms applies the HasEdge predicate on the "source_platforms" edge.

func HasSourcePlatformsWith

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

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

func HasSubcontrols

func HasSubcontrols() predicate.Entity

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

func HasSubcontrolsWith

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

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

func HasSubprocessors

func HasSubprocessors() predicate.Entity

HasSubprocessors applies the HasEdge predicate on the "subprocessors" edge.

func HasSubprocessorsWith

func HasSubprocessorsWith(preds ...predicate.Subprocessor) predicate.Entity

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

func HasSystemDetails

func HasSystemDetails() predicate.Entity

HasSystemDetails applies the HasEdge predicate on the "system_details" edge.

func HasSystemDetailsWith

func HasSystemDetailsWith(preds ...predicate.SystemDetail) predicate.Entity

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

func HasVendorRiskScores

func HasVendorRiskScores() predicate.Entity

HasVendorRiskScores applies the HasEdge predicate on the "vendor_risk_scores" edge.

func HasVendorRiskScoresWith

func HasVendorRiskScoresWith(preds ...predicate.VendorRiskScore) predicate.Entity

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

func HasVulnerabilities

func HasVulnerabilities() predicate.Entity

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

func HasVulnerabilitiesWith

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

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

func ID

func ID(id string) predicate.Entity

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Entity

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Entity

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Entity

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Entity

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Entity

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Entity

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Entity

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Entity

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func InternalNotes

func InternalNotes(v string) predicate.Entity

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

func InternalNotesContains

func InternalNotesContains(v string) predicate.Entity

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

func InternalNotesContainsFold

func InternalNotesContainsFold(v string) predicate.Entity

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

func InternalNotesEQ

func InternalNotesEQ(v string) predicate.Entity

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

func InternalNotesEqualFold

func InternalNotesEqualFold(v string) predicate.Entity

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

func InternalNotesGT

func InternalNotesGT(v string) predicate.Entity

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

func InternalNotesGTE

func InternalNotesGTE(v string) predicate.Entity

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

func InternalNotesHasPrefix

func InternalNotesHasPrefix(v string) predicate.Entity

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

func InternalNotesHasSuffix

func InternalNotesHasSuffix(v string) predicate.Entity

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

func InternalNotesIn

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

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

func InternalNotesIsNil

func InternalNotesIsNil() predicate.Entity

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

func InternalNotesLT

func InternalNotesLT(v string) predicate.Entity

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

func InternalNotesLTE

func InternalNotesLTE(v string) predicate.Entity

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

func InternalNotesNEQ

func InternalNotesNEQ(v string) predicate.Entity

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

func InternalNotesNotIn

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

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

func InternalNotesNotNil

func InternalNotesNotNil() predicate.Entity

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

func InternalOwner

func InternalOwner(v string) predicate.Entity

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

func InternalOwnerContains

func InternalOwnerContains(v string) predicate.Entity

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

func InternalOwnerContainsFold

func InternalOwnerContainsFold(v string) predicate.Entity

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

func InternalOwnerEQ

func InternalOwnerEQ(v string) predicate.Entity

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

func InternalOwnerEqualFold

func InternalOwnerEqualFold(v string) predicate.Entity

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

func InternalOwnerGT

func InternalOwnerGT(v string) predicate.Entity

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

func InternalOwnerGTE

func InternalOwnerGTE(v string) predicate.Entity

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

func InternalOwnerGroupID

func InternalOwnerGroupID(v string) predicate.Entity

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

func InternalOwnerGroupIDContains

func InternalOwnerGroupIDContains(v string) predicate.Entity

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

func InternalOwnerGroupIDContainsFold

func InternalOwnerGroupIDContainsFold(v string) predicate.Entity

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

func InternalOwnerGroupIDEQ

func InternalOwnerGroupIDEQ(v string) predicate.Entity

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

func InternalOwnerGroupIDEqualFold

func InternalOwnerGroupIDEqualFold(v string) predicate.Entity

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

func InternalOwnerGroupIDGT

func InternalOwnerGroupIDGT(v string) predicate.Entity

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

func InternalOwnerGroupIDGTE

func InternalOwnerGroupIDGTE(v string) predicate.Entity

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

func InternalOwnerGroupIDHasPrefix

func InternalOwnerGroupIDHasPrefix(v string) predicate.Entity

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

func InternalOwnerGroupIDHasSuffix

func InternalOwnerGroupIDHasSuffix(v string) predicate.Entity

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

func InternalOwnerGroupIDIn

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

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

func InternalOwnerGroupIDIsNil

func InternalOwnerGroupIDIsNil() predicate.Entity

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

func InternalOwnerGroupIDLT

func InternalOwnerGroupIDLT(v string) predicate.Entity

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

func InternalOwnerGroupIDLTE

func InternalOwnerGroupIDLTE(v string) predicate.Entity

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

func InternalOwnerGroupIDNEQ

func InternalOwnerGroupIDNEQ(v string) predicate.Entity

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

func InternalOwnerGroupIDNotIn

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

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

func InternalOwnerGroupIDNotNil

func InternalOwnerGroupIDNotNil() predicate.Entity

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

func InternalOwnerHasPrefix

func InternalOwnerHasPrefix(v string) predicate.Entity

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

func InternalOwnerHasSuffix

func InternalOwnerHasSuffix(v string) predicate.Entity

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

func InternalOwnerIn

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

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

func InternalOwnerIsNil

func InternalOwnerIsNil() predicate.Entity

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

func InternalOwnerLT

func InternalOwnerLT(v string) predicate.Entity

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

func InternalOwnerLTE

func InternalOwnerLTE(v string) predicate.Entity

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

func InternalOwnerNEQ

func InternalOwnerNEQ(v string) predicate.Entity

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

func InternalOwnerNotIn

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

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

func InternalOwnerNotNil

func InternalOwnerNotNil() predicate.Entity

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

func InternalOwnerUserID

func InternalOwnerUserID(v string) predicate.Entity

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

func InternalOwnerUserIDContains

func InternalOwnerUserIDContains(v string) predicate.Entity

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

func InternalOwnerUserIDContainsFold

func InternalOwnerUserIDContainsFold(v string) predicate.Entity

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

func InternalOwnerUserIDEQ

func InternalOwnerUserIDEQ(v string) predicate.Entity

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

func InternalOwnerUserIDEqualFold

func InternalOwnerUserIDEqualFold(v string) predicate.Entity

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

func InternalOwnerUserIDGT

func InternalOwnerUserIDGT(v string) predicate.Entity

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

func InternalOwnerUserIDGTE

func InternalOwnerUserIDGTE(v string) predicate.Entity

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

func InternalOwnerUserIDHasPrefix

func InternalOwnerUserIDHasPrefix(v string) predicate.Entity

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

func InternalOwnerUserIDHasSuffix

func InternalOwnerUserIDHasSuffix(v string) predicate.Entity

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

func InternalOwnerUserIDIn

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

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

func InternalOwnerUserIDIsNil

func InternalOwnerUserIDIsNil() predicate.Entity

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

func InternalOwnerUserIDLT

func InternalOwnerUserIDLT(v string) predicate.Entity

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

func InternalOwnerUserIDLTE

func InternalOwnerUserIDLTE(v string) predicate.Entity

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

func InternalOwnerUserIDNEQ

func InternalOwnerUserIDNEQ(v string) predicate.Entity

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

func InternalOwnerUserIDNotIn

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

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

func InternalOwnerUserIDNotNil

func InternalOwnerUserIDNotNil() predicate.Entity

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

func LastReviewedAt

func LastReviewedAt(v models.DateTime) predicate.Entity

LastReviewedAt applies equality check predicate on the "last_reviewed_at" field. It's identical to LastReviewedAtEQ.

func LastReviewedAtEQ

func LastReviewedAtEQ(v models.DateTime) predicate.Entity

LastReviewedAtEQ applies the EQ predicate on the "last_reviewed_at" field.

func LastReviewedAtGT

func LastReviewedAtGT(v models.DateTime) predicate.Entity

LastReviewedAtGT applies the GT predicate on the "last_reviewed_at" field.

func LastReviewedAtGTE

func LastReviewedAtGTE(v models.DateTime) predicate.Entity

LastReviewedAtGTE applies the GTE predicate on the "last_reviewed_at" field.

func LastReviewedAtIn

func LastReviewedAtIn(vs ...models.DateTime) predicate.Entity

LastReviewedAtIn applies the In predicate on the "last_reviewed_at" field.

func LastReviewedAtIsNil

func LastReviewedAtIsNil() predicate.Entity

LastReviewedAtIsNil applies the IsNil predicate on the "last_reviewed_at" field.

func LastReviewedAtLT

func LastReviewedAtLT(v models.DateTime) predicate.Entity

LastReviewedAtLT applies the LT predicate on the "last_reviewed_at" field.

func LastReviewedAtLTE

func LastReviewedAtLTE(v models.DateTime) predicate.Entity

LastReviewedAtLTE applies the LTE predicate on the "last_reviewed_at" field.

func LastReviewedAtNEQ

func LastReviewedAtNEQ(v models.DateTime) predicate.Entity

LastReviewedAtNEQ applies the NEQ predicate on the "last_reviewed_at" field.

func LastReviewedAtNotIn

func LastReviewedAtNotIn(vs ...models.DateTime) predicate.Entity

LastReviewedAtNotIn applies the NotIn predicate on the "last_reviewed_at" field.

func LastReviewedAtNotNil

func LastReviewedAtNotNil() predicate.Entity

LastReviewedAtNotNil applies the NotNil predicate on the "last_reviewed_at" field.

func LinkedAssetIdsIsNil

func LinkedAssetIdsIsNil() predicate.Entity

LinkedAssetIdsIsNil applies the IsNil predicate on the "linked_asset_ids" field.

func LinkedAssetIdsNotNil

func LinkedAssetIdsNotNil() predicate.Entity

LinkedAssetIdsNotNil applies the NotNil predicate on the "linked_asset_ids" field.

func LinksIsNil

func LinksIsNil() predicate.Entity

LinksIsNil applies the IsNil predicate on the "links" field.

func LinksNotNil

func LinksNotNil() predicate.Entity

LinksNotNil applies the NotNil predicate on the "links" field.

func LogoFileID

func LogoFileID(v string) predicate.Entity

LogoFileID applies equality check predicate on the "logo_file_id" field. It's identical to LogoFileIDEQ.

func LogoFileIDContains

func LogoFileIDContains(v string) predicate.Entity

LogoFileIDContains applies the Contains predicate on the "logo_file_id" field.

func LogoFileIDContainsFold

func LogoFileIDContainsFold(v string) predicate.Entity

LogoFileIDContainsFold applies the ContainsFold predicate on the "logo_file_id" field.

func LogoFileIDEQ

func LogoFileIDEQ(v string) predicate.Entity

LogoFileIDEQ applies the EQ predicate on the "logo_file_id" field.

func LogoFileIDEqualFold

func LogoFileIDEqualFold(v string) predicate.Entity

LogoFileIDEqualFold applies the EqualFold predicate on the "logo_file_id" field.

func LogoFileIDGT

func LogoFileIDGT(v string) predicate.Entity

LogoFileIDGT applies the GT predicate on the "logo_file_id" field.

func LogoFileIDGTE

func LogoFileIDGTE(v string) predicate.Entity

LogoFileIDGTE applies the GTE predicate on the "logo_file_id" field.

func LogoFileIDHasPrefix

func LogoFileIDHasPrefix(v string) predicate.Entity

LogoFileIDHasPrefix applies the HasPrefix predicate on the "logo_file_id" field.

func LogoFileIDHasSuffix

func LogoFileIDHasSuffix(v string) predicate.Entity

LogoFileIDHasSuffix applies the HasSuffix predicate on the "logo_file_id" field.

func LogoFileIDIn

func LogoFileIDIn(vs ...string) predicate.Entity

LogoFileIDIn applies the In predicate on the "logo_file_id" field.

func LogoFileIDIsNil

func LogoFileIDIsNil() predicate.Entity

LogoFileIDIsNil applies the IsNil predicate on the "logo_file_id" field.

func LogoFileIDLT

func LogoFileIDLT(v string) predicate.Entity

LogoFileIDLT applies the LT predicate on the "logo_file_id" field.

func LogoFileIDLTE

func LogoFileIDLTE(v string) predicate.Entity

LogoFileIDLTE applies the LTE predicate on the "logo_file_id" field.

func LogoFileIDNEQ

func LogoFileIDNEQ(v string) predicate.Entity

LogoFileIDNEQ applies the NEQ predicate on the "logo_file_id" field.

func LogoFileIDNotIn

func LogoFileIDNotIn(vs ...string) predicate.Entity

LogoFileIDNotIn applies the NotIn predicate on the "logo_file_id" field.

func LogoFileIDNotNil

func LogoFileIDNotNil() predicate.Entity

LogoFileIDNotNil applies the NotNil predicate on the "logo_file_id" field.

func LogoRemoteURL

func LogoRemoteURL(v string) predicate.Entity

LogoRemoteURL applies equality check predicate on the "logo_remote_url" field. It's identical to LogoRemoteURLEQ.

func LogoRemoteURLContains

func LogoRemoteURLContains(v string) predicate.Entity

LogoRemoteURLContains applies the Contains predicate on the "logo_remote_url" field.

func LogoRemoteURLContainsFold

func LogoRemoteURLContainsFold(v string) predicate.Entity

LogoRemoteURLContainsFold applies the ContainsFold predicate on the "logo_remote_url" field.

func LogoRemoteURLEQ

func LogoRemoteURLEQ(v string) predicate.Entity

LogoRemoteURLEQ applies the EQ predicate on the "logo_remote_url" field.

func LogoRemoteURLEqualFold

func LogoRemoteURLEqualFold(v string) predicate.Entity

LogoRemoteURLEqualFold applies the EqualFold predicate on the "logo_remote_url" field.

func LogoRemoteURLGT

func LogoRemoteURLGT(v string) predicate.Entity

LogoRemoteURLGT applies the GT predicate on the "logo_remote_url" field.

func LogoRemoteURLGTE

func LogoRemoteURLGTE(v string) predicate.Entity

LogoRemoteURLGTE applies the GTE predicate on the "logo_remote_url" field.

func LogoRemoteURLHasPrefix

func LogoRemoteURLHasPrefix(v string) predicate.Entity

LogoRemoteURLHasPrefix applies the HasPrefix predicate on the "logo_remote_url" field.

func LogoRemoteURLHasSuffix

func LogoRemoteURLHasSuffix(v string) predicate.Entity

LogoRemoteURLHasSuffix applies the HasSuffix predicate on the "logo_remote_url" field.

func LogoRemoteURLIn

func LogoRemoteURLIn(vs ...string) predicate.Entity

LogoRemoteURLIn applies the In predicate on the "logo_remote_url" field.

func LogoRemoteURLIsNil

func LogoRemoteURLIsNil() predicate.Entity

LogoRemoteURLIsNil applies the IsNil predicate on the "logo_remote_url" field.

func LogoRemoteURLLT

func LogoRemoteURLLT(v string) predicate.Entity

LogoRemoteURLLT applies the LT predicate on the "logo_remote_url" field.

func LogoRemoteURLLTE

func LogoRemoteURLLTE(v string) predicate.Entity

LogoRemoteURLLTE applies the LTE predicate on the "logo_remote_url" field.

func LogoRemoteURLNEQ

func LogoRemoteURLNEQ(v string) predicate.Entity

LogoRemoteURLNEQ applies the NEQ predicate on the "logo_remote_url" field.

func LogoRemoteURLNotIn

func LogoRemoteURLNotIn(vs ...string) predicate.Entity

LogoRemoteURLNotIn applies the NotIn predicate on the "logo_remote_url" field.

func LogoRemoteURLNotNil

func LogoRemoteURLNotNil() predicate.Entity

LogoRemoteURLNotNil applies the NotNil predicate on the "logo_remote_url" field.

func MfaEnforced

func MfaEnforced(v bool) predicate.Entity

MfaEnforced applies equality check predicate on the "mfa_enforced" field. It's identical to MfaEnforcedEQ.

func MfaEnforcedEQ

func MfaEnforcedEQ(v bool) predicate.Entity

MfaEnforcedEQ applies the EQ predicate on the "mfa_enforced" field.

func MfaEnforcedIsNil

func MfaEnforcedIsNil() predicate.Entity

MfaEnforcedIsNil applies the IsNil predicate on the "mfa_enforced" field.

func MfaEnforcedNEQ

func MfaEnforcedNEQ(v bool) predicate.Entity

MfaEnforcedNEQ applies the NEQ predicate on the "mfa_enforced" field.

func MfaEnforcedNotNil

func MfaEnforcedNotNil() predicate.Entity

MfaEnforcedNotNil applies the NotNil predicate on the "mfa_enforced" field.

func MfaSupported

func MfaSupported(v bool) predicate.Entity

MfaSupported applies equality check predicate on the "mfa_supported" field. It's identical to MfaSupportedEQ.

func MfaSupportedEQ

func MfaSupportedEQ(v bool) predicate.Entity

MfaSupportedEQ applies the EQ predicate on the "mfa_supported" field.

func MfaSupportedIsNil

func MfaSupportedIsNil() predicate.Entity

MfaSupportedIsNil applies the IsNil predicate on the "mfa_supported" field.

func MfaSupportedNEQ

func MfaSupportedNEQ(v bool) predicate.Entity

MfaSupportedNEQ applies the NEQ predicate on the "mfa_supported" field.

func MfaSupportedNotNil

func MfaSupportedNotNil() predicate.Entity

MfaSupportedNotNil applies the NotNil predicate on the "mfa_supported" field.

func Name

func Name(v string) predicate.Entity

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

func NameContains

func NameContains(v string) predicate.Entity

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

func NameContainsFold

func NameContainsFold(v string) predicate.Entity

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

func NameEQ

func NameEQ(v string) predicate.Entity

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

func NameEqualFold

func NameEqualFold(v string) predicate.Entity

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

func NameGT

func NameGT(v string) predicate.Entity

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

func NameGTE

func NameGTE(v string) predicate.Entity

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Entity

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Entity

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

func NameIn

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

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

func NameIsNil

func NameIsNil() predicate.Entity

NameIsNil applies the IsNil predicate on the "name" field.

func NameLT

func NameLT(v string) predicate.Entity

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

func NameLTE

func NameLTE(v string) predicate.Entity

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

func NameNEQ

func NameNEQ(v string) predicate.Entity

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

func NameNotIn

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

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

func NameNotNil

func NameNotNil() predicate.Entity

NameNotNil applies the NotNil predicate on the "name" field.

func NextReviewAt

func NextReviewAt(v models.DateTime) predicate.Entity

NextReviewAt applies equality check predicate on the "next_review_at" field. It's identical to NextReviewAtEQ.

func NextReviewAtEQ

func NextReviewAtEQ(v models.DateTime) predicate.Entity

NextReviewAtEQ applies the EQ predicate on the "next_review_at" field.

func NextReviewAtGT

func NextReviewAtGT(v models.DateTime) predicate.Entity

NextReviewAtGT applies the GT predicate on the "next_review_at" field.

func NextReviewAtGTE

func NextReviewAtGTE(v models.DateTime) predicate.Entity

NextReviewAtGTE applies the GTE predicate on the "next_review_at" field.

func NextReviewAtIn

func NextReviewAtIn(vs ...models.DateTime) predicate.Entity

NextReviewAtIn applies the In predicate on the "next_review_at" field.

func NextReviewAtIsNil

func NextReviewAtIsNil() predicate.Entity

NextReviewAtIsNil applies the IsNil predicate on the "next_review_at" field.

func NextReviewAtLT

func NextReviewAtLT(v models.DateTime) predicate.Entity

NextReviewAtLT applies the LT predicate on the "next_review_at" field.

func NextReviewAtLTE

func NextReviewAtLTE(v models.DateTime) predicate.Entity

NextReviewAtLTE applies the LTE predicate on the "next_review_at" field.

func NextReviewAtNEQ

func NextReviewAtNEQ(v models.DateTime) predicate.Entity

NextReviewAtNEQ applies the NEQ predicate on the "next_review_at" field.

func NextReviewAtNotIn

func NextReviewAtNotIn(vs ...models.DateTime) predicate.Entity

NextReviewAtNotIn applies the NotIn predicate on the "next_review_at" field.

func NextReviewAtNotNil

func NextReviewAtNotNil() predicate.Entity

NextReviewAtNotNil applies the NotNil predicate on the "next_review_at" field.

func Not

Not applies the not operator on the given predicate.

func ObservedAt

func ObservedAt(v models.DateTime) predicate.Entity

ObservedAt applies equality check predicate on the "observed_at" field. It's identical to ObservedAtEQ.

func ObservedAtEQ

func ObservedAtEQ(v models.DateTime) predicate.Entity

ObservedAtEQ applies the EQ predicate on the "observed_at" field.

func ObservedAtGT

func ObservedAtGT(v models.DateTime) predicate.Entity

ObservedAtGT applies the GT predicate on the "observed_at" field.

func ObservedAtGTE

func ObservedAtGTE(v models.DateTime) predicate.Entity

ObservedAtGTE applies the GTE predicate on the "observed_at" field.

func ObservedAtIn

func ObservedAtIn(vs ...models.DateTime) predicate.Entity

ObservedAtIn applies the In predicate on the "observed_at" field.

func ObservedAtIsNil

func ObservedAtIsNil() predicate.Entity

ObservedAtIsNil applies the IsNil predicate on the "observed_at" field.

func ObservedAtLT

func ObservedAtLT(v models.DateTime) predicate.Entity

ObservedAtLT applies the LT predicate on the "observed_at" field.

func ObservedAtLTE

func ObservedAtLTE(v models.DateTime) predicate.Entity

ObservedAtLTE applies the LTE predicate on the "observed_at" field.

func ObservedAtNEQ

func ObservedAtNEQ(v models.DateTime) predicate.Entity

ObservedAtNEQ applies the NEQ predicate on the "observed_at" field.

func ObservedAtNotIn

func ObservedAtNotIn(vs ...models.DateTime) predicate.Entity

ObservedAtNotIn applies the NotIn predicate on the "observed_at" field.

func ObservedAtNotNil

func ObservedAtNotNil() predicate.Entity

ObservedAtNotNil applies the NotNil predicate on the "observed_at" field.

func Or

func Or(predicates ...predicate.Entity) predicate.Entity

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.Entity

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Entity

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Entity

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Entity

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Entity

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Entity

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Entity

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Entity

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Entity

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Entity

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Entity

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Entity

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Entity

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Entity

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

func ProvidedServicesIsNil

func ProvidedServicesIsNil() predicate.Entity

ProvidedServicesIsNil applies the IsNil predicate on the "provided_services" field.

func ProvidedServicesNotNil

func ProvidedServicesNotNil() predicate.Entity

ProvidedServicesNotNil applies the NotNil predicate on the "provided_services" field.

func RenewalRisk

func RenewalRisk(v string) predicate.Entity

RenewalRisk applies equality check predicate on the "renewal_risk" field. It's identical to RenewalRiskEQ.

func RenewalRiskContains

func RenewalRiskContains(v string) predicate.Entity

RenewalRiskContains applies the Contains predicate on the "renewal_risk" field.

func RenewalRiskContainsFold

func RenewalRiskContainsFold(v string) predicate.Entity

RenewalRiskContainsFold applies the ContainsFold predicate on the "renewal_risk" field.

func RenewalRiskEQ

func RenewalRiskEQ(v string) predicate.Entity

RenewalRiskEQ applies the EQ predicate on the "renewal_risk" field.

func RenewalRiskEqualFold

func RenewalRiskEqualFold(v string) predicate.Entity

RenewalRiskEqualFold applies the EqualFold predicate on the "renewal_risk" field.

func RenewalRiskGT

func RenewalRiskGT(v string) predicate.Entity

RenewalRiskGT applies the GT predicate on the "renewal_risk" field.

func RenewalRiskGTE

func RenewalRiskGTE(v string) predicate.Entity

RenewalRiskGTE applies the GTE predicate on the "renewal_risk" field.

func RenewalRiskHasPrefix

func RenewalRiskHasPrefix(v string) predicate.Entity

RenewalRiskHasPrefix applies the HasPrefix predicate on the "renewal_risk" field.

func RenewalRiskHasSuffix

func RenewalRiskHasSuffix(v string) predicate.Entity

RenewalRiskHasSuffix applies the HasSuffix predicate on the "renewal_risk" field.

func RenewalRiskIn

func RenewalRiskIn(vs ...string) predicate.Entity

RenewalRiskIn applies the In predicate on the "renewal_risk" field.

func RenewalRiskIsNil

func RenewalRiskIsNil() predicate.Entity

RenewalRiskIsNil applies the IsNil predicate on the "renewal_risk" field.

func RenewalRiskLT

func RenewalRiskLT(v string) predicate.Entity

RenewalRiskLT applies the LT predicate on the "renewal_risk" field.

func RenewalRiskLTE

func RenewalRiskLTE(v string) predicate.Entity

RenewalRiskLTE applies the LTE predicate on the "renewal_risk" field.

func RenewalRiskNEQ

func RenewalRiskNEQ(v string) predicate.Entity

RenewalRiskNEQ applies the NEQ predicate on the "renewal_risk" field.

func RenewalRiskNotIn

func RenewalRiskNotIn(vs ...string) predicate.Entity

RenewalRiskNotIn applies the NotIn predicate on the "renewal_risk" field.

func RenewalRiskNotNil

func RenewalRiskNotNil() predicate.Entity

RenewalRiskNotNil applies the NotNil predicate on the "renewal_risk" field.

func ReviewFrequencyEQ

func ReviewFrequencyEQ(v enums.Frequency) predicate.Entity

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

func ReviewFrequencyIn

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

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

func ReviewFrequencyIsNil

func ReviewFrequencyIsNil() predicate.Entity

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

func ReviewFrequencyNEQ

func ReviewFrequencyNEQ(v enums.Frequency) predicate.Entity

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

func ReviewFrequencyNotIn

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

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

func ReviewFrequencyNotNil

func ReviewFrequencyNotNil() predicate.Entity

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

func ReviewFrequencyValidator

func ReviewFrequencyValidator(rf enums.Frequency) error

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

func ReviewedBy

func ReviewedBy(v string) predicate.Entity

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

func ReviewedByContains

func ReviewedByContains(v string) predicate.Entity

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

func ReviewedByContainsFold

func ReviewedByContainsFold(v string) predicate.Entity

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

func ReviewedByEQ

func ReviewedByEQ(v string) predicate.Entity

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

func ReviewedByEqualFold

func ReviewedByEqualFold(v string) predicate.Entity

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

func ReviewedByGT

func ReviewedByGT(v string) predicate.Entity

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

func ReviewedByGTE

func ReviewedByGTE(v string) predicate.Entity

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

func ReviewedByGroupID

func ReviewedByGroupID(v string) predicate.Entity

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

func ReviewedByGroupIDContains

func ReviewedByGroupIDContains(v string) predicate.Entity

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

func ReviewedByGroupIDContainsFold

func ReviewedByGroupIDContainsFold(v string) predicate.Entity

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

func ReviewedByGroupIDEQ

func ReviewedByGroupIDEQ(v string) predicate.Entity

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

func ReviewedByGroupIDEqualFold

func ReviewedByGroupIDEqualFold(v string) predicate.Entity

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

func ReviewedByGroupIDGT

func ReviewedByGroupIDGT(v string) predicate.Entity

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

func ReviewedByGroupIDGTE

func ReviewedByGroupIDGTE(v string) predicate.Entity

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

func ReviewedByGroupIDHasPrefix

func ReviewedByGroupIDHasPrefix(v string) predicate.Entity

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

func ReviewedByGroupIDHasSuffix

func ReviewedByGroupIDHasSuffix(v string) predicate.Entity

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

func ReviewedByGroupIDIn

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

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

func ReviewedByGroupIDIsNil

func ReviewedByGroupIDIsNil() predicate.Entity

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

func ReviewedByGroupIDLT

func ReviewedByGroupIDLT(v string) predicate.Entity

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

func ReviewedByGroupIDLTE

func ReviewedByGroupIDLTE(v string) predicate.Entity

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

func ReviewedByGroupIDNEQ

func ReviewedByGroupIDNEQ(v string) predicate.Entity

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

func ReviewedByGroupIDNotIn

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

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

func ReviewedByGroupIDNotNil

func ReviewedByGroupIDNotNil() predicate.Entity

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

func ReviewedByHasPrefix

func ReviewedByHasPrefix(v string) predicate.Entity

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

func ReviewedByHasSuffix

func ReviewedByHasSuffix(v string) predicate.Entity

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

func ReviewedByIn

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

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

func ReviewedByIsNil

func ReviewedByIsNil() predicate.Entity

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

func ReviewedByLT

func ReviewedByLT(v string) predicate.Entity

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

func ReviewedByLTE

func ReviewedByLTE(v string) predicate.Entity

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

func ReviewedByNEQ

func ReviewedByNEQ(v string) predicate.Entity

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

func ReviewedByNotIn

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

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

func ReviewedByNotNil

func ReviewedByNotNil() predicate.Entity

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

func ReviewedByUserID

func ReviewedByUserID(v string) predicate.Entity

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

func ReviewedByUserIDContains

func ReviewedByUserIDContains(v string) predicate.Entity

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

func ReviewedByUserIDContainsFold

func ReviewedByUserIDContainsFold(v string) predicate.Entity

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

func ReviewedByUserIDEQ

func ReviewedByUserIDEQ(v string) predicate.Entity

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

func ReviewedByUserIDEqualFold

func ReviewedByUserIDEqualFold(v string) predicate.Entity

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

func ReviewedByUserIDGT

func ReviewedByUserIDGT(v string) predicate.Entity

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

func ReviewedByUserIDGTE

func ReviewedByUserIDGTE(v string) predicate.Entity

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

func ReviewedByUserIDHasPrefix

func ReviewedByUserIDHasPrefix(v string) predicate.Entity

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

func ReviewedByUserIDHasSuffix

func ReviewedByUserIDHasSuffix(v string) predicate.Entity

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

func ReviewedByUserIDIn

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

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

func ReviewedByUserIDIsNil

func ReviewedByUserIDIsNil() predicate.Entity

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

func ReviewedByUserIDLT

func ReviewedByUserIDLT(v string) predicate.Entity

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

func ReviewedByUserIDLTE

func ReviewedByUserIDLTE(v string) predicate.Entity

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

func ReviewedByUserIDNEQ

func ReviewedByUserIDNEQ(v string) predicate.Entity

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

func ReviewedByUserIDNotIn

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

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

func ReviewedByUserIDNotNil

func ReviewedByUserIDNotNil() predicate.Entity

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

func RiskRating

func RiskRating(v string) predicate.Entity

RiskRating applies equality check predicate on the "risk_rating" field. It's identical to RiskRatingEQ.

func RiskRatingContains

func RiskRatingContains(v string) predicate.Entity

RiskRatingContains applies the Contains predicate on the "risk_rating" field.

func RiskRatingContainsFold

func RiskRatingContainsFold(v string) predicate.Entity

RiskRatingContainsFold applies the ContainsFold predicate on the "risk_rating" field.

func RiskRatingEQ

func RiskRatingEQ(v string) predicate.Entity

RiskRatingEQ applies the EQ predicate on the "risk_rating" field.

func RiskRatingEqualFold

func RiskRatingEqualFold(v string) predicate.Entity

RiskRatingEqualFold applies the EqualFold predicate on the "risk_rating" field.

func RiskRatingGT

func RiskRatingGT(v string) predicate.Entity

RiskRatingGT applies the GT predicate on the "risk_rating" field.

func RiskRatingGTE

func RiskRatingGTE(v string) predicate.Entity

RiskRatingGTE applies the GTE predicate on the "risk_rating" field.

func RiskRatingHasPrefix

func RiskRatingHasPrefix(v string) predicate.Entity

RiskRatingHasPrefix applies the HasPrefix predicate on the "risk_rating" field.

func RiskRatingHasSuffix

func RiskRatingHasSuffix(v string) predicate.Entity

RiskRatingHasSuffix applies the HasSuffix predicate on the "risk_rating" field.

func RiskRatingIn

func RiskRatingIn(vs ...string) predicate.Entity

RiskRatingIn applies the In predicate on the "risk_rating" field.

func RiskRatingIsNil

func RiskRatingIsNil() predicate.Entity

RiskRatingIsNil applies the IsNil predicate on the "risk_rating" field.

func RiskRatingLT

func RiskRatingLT(v string) predicate.Entity

RiskRatingLT applies the LT predicate on the "risk_rating" field.

func RiskRatingLTE

func RiskRatingLTE(v string) predicate.Entity

RiskRatingLTE applies the LTE predicate on the "risk_rating" field.

func RiskRatingNEQ

func RiskRatingNEQ(v string) predicate.Entity

RiskRatingNEQ applies the NEQ predicate on the "risk_rating" field.

func RiskRatingNotIn

func RiskRatingNotIn(vs ...string) predicate.Entity

RiskRatingNotIn applies the NotIn predicate on the "risk_rating" field.

func RiskRatingNotNil

func RiskRatingNotNil() predicate.Entity

RiskRatingNotNil applies the NotNil predicate on the "risk_rating" field.

func RiskScore

func RiskScore(v int) predicate.Entity

RiskScore applies equality check predicate on the "risk_score" field. It's identical to RiskScoreEQ.

func RiskScoreCoverage

func RiskScoreCoverage(v int) predicate.Entity

RiskScoreCoverage applies equality check predicate on the "risk_score_coverage" field. It's identical to RiskScoreCoverageEQ.

func RiskScoreCoverageEQ

func RiskScoreCoverageEQ(v int) predicate.Entity

RiskScoreCoverageEQ applies the EQ predicate on the "risk_score_coverage" field.

func RiskScoreCoverageGT

func RiskScoreCoverageGT(v int) predicate.Entity

RiskScoreCoverageGT applies the GT predicate on the "risk_score_coverage" field.

func RiskScoreCoverageGTE

func RiskScoreCoverageGTE(v int) predicate.Entity

RiskScoreCoverageGTE applies the GTE predicate on the "risk_score_coverage" field.

func RiskScoreCoverageIn

func RiskScoreCoverageIn(vs ...int) predicate.Entity

RiskScoreCoverageIn applies the In predicate on the "risk_score_coverage" field.

func RiskScoreCoverageIsNil

func RiskScoreCoverageIsNil() predicate.Entity

RiskScoreCoverageIsNil applies the IsNil predicate on the "risk_score_coverage" field.

func RiskScoreCoverageLT

func RiskScoreCoverageLT(v int) predicate.Entity

RiskScoreCoverageLT applies the LT predicate on the "risk_score_coverage" field.

func RiskScoreCoverageLTE

func RiskScoreCoverageLTE(v int) predicate.Entity

RiskScoreCoverageLTE applies the LTE predicate on the "risk_score_coverage" field.

func RiskScoreCoverageNEQ

func RiskScoreCoverageNEQ(v int) predicate.Entity

RiskScoreCoverageNEQ applies the NEQ predicate on the "risk_score_coverage" field.

func RiskScoreCoverageNotIn

func RiskScoreCoverageNotIn(vs ...int) predicate.Entity

RiskScoreCoverageNotIn applies the NotIn predicate on the "risk_score_coverage" field.

func RiskScoreCoverageNotNil

func RiskScoreCoverageNotNil() predicate.Entity

RiskScoreCoverageNotNil applies the NotNil predicate on the "risk_score_coverage" field.

func RiskScoreEQ

func RiskScoreEQ(v int) predicate.Entity

RiskScoreEQ applies the EQ predicate on the "risk_score" field.

func RiskScoreGT

func RiskScoreGT(v int) predicate.Entity

RiskScoreGT applies the GT predicate on the "risk_score" field.

func RiskScoreGTE

func RiskScoreGTE(v int) predicate.Entity

RiskScoreGTE applies the GTE predicate on the "risk_score" field.

func RiskScoreIn

func RiskScoreIn(vs ...int) predicate.Entity

RiskScoreIn applies the In predicate on the "risk_score" field.

func RiskScoreIsNil

func RiskScoreIsNil() predicate.Entity

RiskScoreIsNil applies the IsNil predicate on the "risk_score" field.

func RiskScoreLT

func RiskScoreLT(v int) predicate.Entity

RiskScoreLT applies the LT predicate on the "risk_score" field.

func RiskScoreLTE

func RiskScoreLTE(v int) predicate.Entity

RiskScoreLTE applies the LTE predicate on the "risk_score" field.

func RiskScoreNEQ

func RiskScoreNEQ(v int) predicate.Entity

RiskScoreNEQ applies the NEQ predicate on the "risk_score" field.

func RiskScoreNotIn

func RiskScoreNotIn(vs ...int) predicate.Entity

RiskScoreNotIn applies the NotIn predicate on the "risk_score" field.

func RiskScoreNotNil

func RiskScoreNotNil() predicate.Entity

RiskScoreNotNil applies the NotNil predicate on the "risk_score" field.

func SSOEnforced

func SSOEnforced(v bool) predicate.Entity

SSOEnforced applies equality check predicate on the "sso_enforced" field. It's identical to SSOEnforcedEQ.

func SSOEnforcedEQ

func SSOEnforcedEQ(v bool) predicate.Entity

SSOEnforcedEQ applies the EQ predicate on the "sso_enforced" field.

func SSOEnforcedIsNil

func SSOEnforcedIsNil() predicate.Entity

SSOEnforcedIsNil applies the IsNil predicate on the "sso_enforced" field.

func SSOEnforcedNEQ

func SSOEnforcedNEQ(v bool) predicate.Entity

SSOEnforcedNEQ applies the NEQ predicate on the "sso_enforced" field.

func SSOEnforcedNotNil

func SSOEnforcedNotNil() predicate.Entity

SSOEnforcedNotNil applies the NotNil predicate on the "sso_enforced" field.

func ScopeID

func ScopeID(v string) predicate.Entity

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

func ScopeIDContains

func ScopeIDContains(v string) predicate.Entity

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

func ScopeIDContainsFold

func ScopeIDContainsFold(v string) predicate.Entity

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

func ScopeIDEQ

func ScopeIDEQ(v string) predicate.Entity

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

func ScopeIDEqualFold

func ScopeIDEqualFold(v string) predicate.Entity

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

func ScopeIDGT

func ScopeIDGT(v string) predicate.Entity

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

func ScopeIDGTE

func ScopeIDGTE(v string) predicate.Entity

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

func ScopeIDHasPrefix

func ScopeIDHasPrefix(v string) predicate.Entity

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

func ScopeIDHasSuffix

func ScopeIDHasSuffix(v string) predicate.Entity

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

func ScopeIDIn

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

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

func ScopeIDIsNil

func ScopeIDIsNil() predicate.Entity

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

func ScopeIDLT

func ScopeIDLT(v string) predicate.Entity

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

func ScopeIDLTE

func ScopeIDLTE(v string) predicate.Entity

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

func ScopeIDNEQ

func ScopeIDNEQ(v string) predicate.Entity

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

func ScopeIDNotIn

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

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

func ScopeIDNotNil

func ScopeIDNotNil() predicate.Entity

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

func ScopeName

func ScopeName(v string) predicate.Entity

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

func ScopeNameContains

func ScopeNameContains(v string) predicate.Entity

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

func ScopeNameContainsFold

func ScopeNameContainsFold(v string) predicate.Entity

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

func ScopeNameEQ

func ScopeNameEQ(v string) predicate.Entity

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

func ScopeNameEqualFold

func ScopeNameEqualFold(v string) predicate.Entity

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

func ScopeNameGT

func ScopeNameGT(v string) predicate.Entity

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

func ScopeNameGTE

func ScopeNameGTE(v string) predicate.Entity

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

func ScopeNameHasPrefix

func ScopeNameHasPrefix(v string) predicate.Entity

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

func ScopeNameHasSuffix

func ScopeNameHasSuffix(v string) predicate.Entity

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

func ScopeNameIn

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

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

func ScopeNameIsNil

func ScopeNameIsNil() predicate.Entity

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

func ScopeNameLT

func ScopeNameLT(v string) predicate.Entity

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

func ScopeNameLTE

func ScopeNameLTE(v string) predicate.Entity

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

func ScopeNameNEQ

func ScopeNameNEQ(v string) predicate.Entity

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

func ScopeNameNotIn

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

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

func ScopeNameNotNil

func ScopeNameNotNil() predicate.Entity

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

func Soc2PeriodEnd

func Soc2PeriodEnd(v models.DateTime) predicate.Entity

Soc2PeriodEnd applies equality check predicate on the "soc2_period_end" field. It's identical to Soc2PeriodEndEQ.

func Soc2PeriodEndEQ

func Soc2PeriodEndEQ(v models.DateTime) predicate.Entity

Soc2PeriodEndEQ applies the EQ predicate on the "soc2_period_end" field.

func Soc2PeriodEndGT

func Soc2PeriodEndGT(v models.DateTime) predicate.Entity

Soc2PeriodEndGT applies the GT predicate on the "soc2_period_end" field.

func Soc2PeriodEndGTE

func Soc2PeriodEndGTE(v models.DateTime) predicate.Entity

Soc2PeriodEndGTE applies the GTE predicate on the "soc2_period_end" field.

func Soc2PeriodEndIn

func Soc2PeriodEndIn(vs ...models.DateTime) predicate.Entity

Soc2PeriodEndIn applies the In predicate on the "soc2_period_end" field.

func Soc2PeriodEndIsNil

func Soc2PeriodEndIsNil() predicate.Entity

Soc2PeriodEndIsNil applies the IsNil predicate on the "soc2_period_end" field.

func Soc2PeriodEndLT

func Soc2PeriodEndLT(v models.DateTime) predicate.Entity

Soc2PeriodEndLT applies the LT predicate on the "soc2_period_end" field.

func Soc2PeriodEndLTE

func Soc2PeriodEndLTE(v models.DateTime) predicate.Entity

Soc2PeriodEndLTE applies the LTE predicate on the "soc2_period_end" field.

func Soc2PeriodEndNEQ

func Soc2PeriodEndNEQ(v models.DateTime) predicate.Entity

Soc2PeriodEndNEQ applies the NEQ predicate on the "soc2_period_end" field.

func Soc2PeriodEndNotIn

func Soc2PeriodEndNotIn(vs ...models.DateTime) predicate.Entity

Soc2PeriodEndNotIn applies the NotIn predicate on the "soc2_period_end" field.

func Soc2PeriodEndNotNil

func Soc2PeriodEndNotNil() predicate.Entity

Soc2PeriodEndNotNil applies the NotNil predicate on the "soc2_period_end" field.

func SpendCurrency

func SpendCurrency(v string) predicate.Entity

SpendCurrency applies equality check predicate on the "spend_currency" field. It's identical to SpendCurrencyEQ.

func SpendCurrencyContains

func SpendCurrencyContains(v string) predicate.Entity

SpendCurrencyContains applies the Contains predicate on the "spend_currency" field.

func SpendCurrencyContainsFold

func SpendCurrencyContainsFold(v string) predicate.Entity

SpendCurrencyContainsFold applies the ContainsFold predicate on the "spend_currency" field.

func SpendCurrencyEQ

func SpendCurrencyEQ(v string) predicate.Entity

SpendCurrencyEQ applies the EQ predicate on the "spend_currency" field.

func SpendCurrencyEqualFold

func SpendCurrencyEqualFold(v string) predicate.Entity

SpendCurrencyEqualFold applies the EqualFold predicate on the "spend_currency" field.

func SpendCurrencyGT

func SpendCurrencyGT(v string) predicate.Entity

SpendCurrencyGT applies the GT predicate on the "spend_currency" field.

func SpendCurrencyGTE

func SpendCurrencyGTE(v string) predicate.Entity

SpendCurrencyGTE applies the GTE predicate on the "spend_currency" field.

func SpendCurrencyHasPrefix

func SpendCurrencyHasPrefix(v string) predicate.Entity

SpendCurrencyHasPrefix applies the HasPrefix predicate on the "spend_currency" field.

func SpendCurrencyHasSuffix

func SpendCurrencyHasSuffix(v string) predicate.Entity

SpendCurrencyHasSuffix applies the HasSuffix predicate on the "spend_currency" field.

func SpendCurrencyIn

func SpendCurrencyIn(vs ...string) predicate.Entity

SpendCurrencyIn applies the In predicate on the "spend_currency" field.

func SpendCurrencyIsNil

func SpendCurrencyIsNil() predicate.Entity

SpendCurrencyIsNil applies the IsNil predicate on the "spend_currency" field.

func SpendCurrencyLT

func SpendCurrencyLT(v string) predicate.Entity

SpendCurrencyLT applies the LT predicate on the "spend_currency" field.

func SpendCurrencyLTE

func SpendCurrencyLTE(v string) predicate.Entity

SpendCurrencyLTE applies the LTE predicate on the "spend_currency" field.

func SpendCurrencyNEQ

func SpendCurrencyNEQ(v string) predicate.Entity

SpendCurrencyNEQ applies the NEQ predicate on the "spend_currency" field.

func SpendCurrencyNotIn

func SpendCurrencyNotIn(vs ...string) predicate.Entity

SpendCurrencyNotIn applies the NotIn predicate on the "spend_currency" field.

func SpendCurrencyNotNil

func SpendCurrencyNotNil() predicate.Entity

SpendCurrencyNotNil applies the NotNil predicate on the "spend_currency" field.

func StatusEQ

func StatusEQ(v enums.EntityStatus) predicate.Entity

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

func StatusIn

func StatusIn(vs ...enums.EntityStatus) predicate.Entity

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

func StatusIsNil

func StatusIsNil() predicate.Entity

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

func StatusNEQ

func StatusNEQ(v enums.EntityStatus) predicate.Entity

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

func StatusNotIn

func StatusNotIn(vs ...enums.EntityStatus) predicate.Entity

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

func StatusNotNil

func StatusNotNil() predicate.Entity

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

func StatusPageURL

func StatusPageURL(v string) predicate.Entity

StatusPageURL applies equality check predicate on the "status_page_url" field. It's identical to StatusPageURLEQ.

func StatusPageURLContains

func StatusPageURLContains(v string) predicate.Entity

StatusPageURLContains applies the Contains predicate on the "status_page_url" field.

func StatusPageURLContainsFold

func StatusPageURLContainsFold(v string) predicate.Entity

StatusPageURLContainsFold applies the ContainsFold predicate on the "status_page_url" field.

func StatusPageURLEQ

func StatusPageURLEQ(v string) predicate.Entity

StatusPageURLEQ applies the EQ predicate on the "status_page_url" field.

func StatusPageURLEqualFold

func StatusPageURLEqualFold(v string) predicate.Entity

StatusPageURLEqualFold applies the EqualFold predicate on the "status_page_url" field.

func StatusPageURLGT

func StatusPageURLGT(v string) predicate.Entity

StatusPageURLGT applies the GT predicate on the "status_page_url" field.

func StatusPageURLGTE

func StatusPageURLGTE(v string) predicate.Entity

StatusPageURLGTE applies the GTE predicate on the "status_page_url" field.

func StatusPageURLHasPrefix

func StatusPageURLHasPrefix(v string) predicate.Entity

StatusPageURLHasPrefix applies the HasPrefix predicate on the "status_page_url" field.

func StatusPageURLHasSuffix

func StatusPageURLHasSuffix(v string) predicate.Entity

StatusPageURLHasSuffix applies the HasSuffix predicate on the "status_page_url" field.

func StatusPageURLIn

func StatusPageURLIn(vs ...string) predicate.Entity

StatusPageURLIn applies the In predicate on the "status_page_url" field.

func StatusPageURLIsNil

func StatusPageURLIsNil() predicate.Entity

StatusPageURLIsNil applies the IsNil predicate on the "status_page_url" field.

func StatusPageURLLT

func StatusPageURLLT(v string) predicate.Entity

StatusPageURLLT applies the LT predicate on the "status_page_url" field.

func StatusPageURLLTE

func StatusPageURLLTE(v string) predicate.Entity

StatusPageURLLTE applies the LTE predicate on the "status_page_url" field.

func StatusPageURLNEQ

func StatusPageURLNEQ(v string) predicate.Entity

StatusPageURLNEQ applies the NEQ predicate on the "status_page_url" field.

func StatusPageURLNotIn

func StatusPageURLNotIn(vs ...string) predicate.Entity

StatusPageURLNotIn applies the NotIn predicate on the "status_page_url" field.

func StatusPageURLNotNil

func StatusPageURLNotNil() predicate.Entity

StatusPageURLNotNil applies the NotNil predicate on the "status_page_url" field.

func StatusValidator

func StatusValidator(s enums.EntityStatus) error

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

func SystemInternalID

func SystemInternalID(v string) predicate.Entity

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

func SystemInternalIDContains

func SystemInternalIDContains(v string) predicate.Entity

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

func SystemInternalIDContainsFold

func SystemInternalIDContainsFold(v string) predicate.Entity

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

func SystemInternalIDEQ

func SystemInternalIDEQ(v string) predicate.Entity

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

func SystemInternalIDEqualFold

func SystemInternalIDEqualFold(v string) predicate.Entity

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

func SystemInternalIDGT

func SystemInternalIDGT(v string) predicate.Entity

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

func SystemInternalIDGTE

func SystemInternalIDGTE(v string) predicate.Entity

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

func SystemInternalIDHasPrefix

func SystemInternalIDHasPrefix(v string) predicate.Entity

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

func SystemInternalIDHasSuffix

func SystemInternalIDHasSuffix(v string) predicate.Entity

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

func SystemInternalIDIn

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

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

func SystemInternalIDIsNil

func SystemInternalIDIsNil() predicate.Entity

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

func SystemInternalIDLT

func SystemInternalIDLT(v string) predicate.Entity

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

func SystemInternalIDLTE

func SystemInternalIDLTE(v string) predicate.Entity

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

func SystemInternalIDNEQ

func SystemInternalIDNEQ(v string) predicate.Entity

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

func SystemInternalIDNotIn

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

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

func SystemInternalIDNotNil

func SystemInternalIDNotNil() predicate.Entity

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

func SystemOwned

func SystemOwned(v bool) predicate.Entity

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

func SystemOwnedEQ

func SystemOwnedEQ(v bool) predicate.Entity

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

func SystemOwnedIsNil

func SystemOwnedIsNil() predicate.Entity

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

func SystemOwnedNEQ

func SystemOwnedNEQ(v bool) predicate.Entity

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

func SystemOwnedNotNil

func SystemOwnedNotNil() predicate.Entity

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

func TagsIsNil

func TagsIsNil() predicate.Entity

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

func TagsNotNil

func TagsNotNil() predicate.Entity

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

func TerminationNoticeDays

func TerminationNoticeDays(v int) predicate.Entity

TerminationNoticeDays applies equality check predicate on the "termination_notice_days" field. It's identical to TerminationNoticeDaysEQ.

func TerminationNoticeDaysEQ

func TerminationNoticeDaysEQ(v int) predicate.Entity

TerminationNoticeDaysEQ applies the EQ predicate on the "termination_notice_days" field.

func TerminationNoticeDaysGT

func TerminationNoticeDaysGT(v int) predicate.Entity

TerminationNoticeDaysGT applies the GT predicate on the "termination_notice_days" field.

func TerminationNoticeDaysGTE

func TerminationNoticeDaysGTE(v int) predicate.Entity

TerminationNoticeDaysGTE applies the GTE predicate on the "termination_notice_days" field.

func TerminationNoticeDaysIn

func TerminationNoticeDaysIn(vs ...int) predicate.Entity

TerminationNoticeDaysIn applies the In predicate on the "termination_notice_days" field.

func TerminationNoticeDaysIsNil

func TerminationNoticeDaysIsNil() predicate.Entity

TerminationNoticeDaysIsNil applies the IsNil predicate on the "termination_notice_days" field.

func TerminationNoticeDaysLT

func TerminationNoticeDaysLT(v int) predicate.Entity

TerminationNoticeDaysLT applies the LT predicate on the "termination_notice_days" field.

func TerminationNoticeDaysLTE

func TerminationNoticeDaysLTE(v int) predicate.Entity

TerminationNoticeDaysLTE applies the LTE predicate on the "termination_notice_days" field.

func TerminationNoticeDaysNEQ

func TerminationNoticeDaysNEQ(v int) predicate.Entity

TerminationNoticeDaysNEQ applies the NEQ predicate on the "termination_notice_days" field.

func TerminationNoticeDaysNotIn

func TerminationNoticeDaysNotIn(vs ...int) predicate.Entity

TerminationNoticeDaysNotIn applies the NotIn predicate on the "termination_notice_days" field.

func TerminationNoticeDaysNotNil

func TerminationNoticeDaysNotNil() predicate.Entity

TerminationNoticeDaysNotNil applies the NotNil predicate on the "termination_notice_days" field.

func TierEQ

func TierEQ(v enums.VendorTier) predicate.Entity

TierEQ applies the EQ predicate on the "tier" field.

func TierIn

func TierIn(vs ...enums.VendorTier) predicate.Entity

TierIn applies the In predicate on the "tier" field.

func TierIsNil

func TierIsNil() predicate.Entity

TierIsNil applies the IsNil predicate on the "tier" field.

func TierNEQ

func TierNEQ(v enums.VendorTier) predicate.Entity

TierNEQ applies the NEQ predicate on the "tier" field.

func TierNotIn

func TierNotIn(vs ...enums.VendorTier) predicate.Entity

TierNotIn applies the NotIn predicate on the "tier" field.

func TierNotNil

func TierNotNil() predicate.Entity

TierNotNil applies the NotNil predicate on the "tier" field.

func TierValidator

func TierValidator(t enums.VendorTier) error

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Entity

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Entity

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Entity

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Entity

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Entity

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Entity

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Entity

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Entity

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Entity

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

func UpdatedBy

func UpdatedBy(v string) predicate.Entity

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Entity

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Entity

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Entity

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Entity

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Entity

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Entity

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Entity

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Entity

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

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.Entity

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

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.Entity

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

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.Entity

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

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.Entity

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

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.Entity

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

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.Entity

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

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.Entity

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

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.Entity

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

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.Entity

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

func UpdatedByImpersonatorIn

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

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

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.Entity

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

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.Entity

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

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.Entity

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

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.Entity

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

func UpdatedByImpersonatorNotIn

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

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

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.Entity

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Entity

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Entity

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Entity

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Entity

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Entity

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 VendorMetadataIsNil

func VendorMetadataIsNil() predicate.Entity

VendorMetadataIsNil applies the IsNil predicate on the "vendor_metadata" field.

func VendorMetadataNotNil

func VendorMetadataNotNil() predicate.Entity

VendorMetadataNotNil applies the NotNil predicate on the "vendor_metadata" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Entity queries.

func ByAnnualSpend

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

ByAnnualSpend orders the results by the annual_spend field.

func ByApprovedForUse

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

ByApprovedForUse orders the results by the approved_for_use field.

func ByAssessmentResponses

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

ByAssessmentResponses orders the results by assessment_responses terms.

func ByAssessmentResponsesCount

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

ByAssessmentResponsesCount orders the results by assessment_responses 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 ByAuthMethods

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

ByAuthMethods orders the results by auth_methods terms.

func ByAuthMethodsCount

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

ByAuthMethodsCount orders the results by auth_methods count.

func ByAutoRenews

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

ByAutoRenews orders the results by the auto_renews field.

func ByBillingModel

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

ByBillingModel orders the results by the billing_model field.

func ByBlockedGroups

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

ByBlockedGroups orders the results by blocked_groups terms.

func ByBlockedGroupsCount

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

ByBlockedGroupsCount orders the results by blocked_groups count.

func ByCampaigns

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

ByCampaigns orders the results by campaigns terms.

func ByCampaignsCount

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

ByCampaignsCount orders the results by campaigns count.

func ByContacts

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

ByContacts orders the results by contacts terms.

func ByContactsCount

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

ByContactsCount orders the results by contacts count.

func ByContractEndDate

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

ByContractEndDate orders the results by the contract_end_date field.

func ByContractRenewalAt

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

ByContractRenewalAt orders the results by the contract_renewal_at field.

func ByContractStartDate

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

ByContractStartDate orders the results by the contract_start_date 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 ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDisplayName

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

ByDisplayName orders the results by the display_name field.

func ByDocuments

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

ByDocuments orders the results by documents terms.

func ByDocumentsCount

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

ByDocumentsCount orders the results by documents count.

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 ByEmployerIdentityHolders

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

ByEmployerIdentityHolders orders the results by employer_identity_holders terms.

func ByEmployerIdentityHoldersCount

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

ByEmployerIdentityHoldersCount orders the results by employer_identity_holders count.

func ByEntityRelationshipStateField

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

ByEntityRelationshipStateField orders the results by entity_relationship_state field.

func ByEntityRelationshipStateID

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

ByEntityRelationshipStateID orders the results by the entity_relationship_state_id field.

func ByEntityRelationshipStateName

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

ByEntityRelationshipStateName orders the results by the entity_relationship_state_name field.

func ByEntitySecurityQuestionnaireStatusField

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

ByEntitySecurityQuestionnaireStatusField orders the results by entity_security_questionnaire_status field.

func ByEntitySecurityQuestionnaireStatusID

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

ByEntitySecurityQuestionnaireStatusID orders the results by the entity_security_questionnaire_status_id field.

func ByEntitySecurityQuestionnaireStatusName

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

ByEntitySecurityQuestionnaireStatusName orders the results by the entity_security_questionnaire_status_name field.

func ByEntitySourceTypeField

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

ByEntitySourceTypeField orders the results by entity_source_type field.

func ByEntitySourceTypeID

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

ByEntitySourceTypeID orders the results by the entity_source_type_id field.

func ByEntitySourceTypeName

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

ByEntitySourceTypeName orders the results by the entity_source_type_name field.

func ByEntityTypeField

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

ByEntityTypeField orders the results by entity_type field.

func ByEntityTypeID

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

ByEntityTypeID orders the results by the entity_type_id field.

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 ByExternalID

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

ByExternalID orders the results by the external_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 ByFindings

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

ByFindings orders the results by findings terms.

func ByFindingsCount

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

ByFindingsCount orders the results by findings count.

func ByHasSoc2

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

ByHasSoc2 orders the results by the has_soc2 field.

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 ByIntegrations

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

ByIntegrations orders the results by integrations terms.

func ByIntegrationsCount

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

ByIntegrationsCount orders the results by integrations count.

func ByInternalNotes

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

ByInternalNotes orders the results by the internal_notes field.

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

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

ByInternalPolicies orders the results by internal_policies terms.

func ByInternalPoliciesCount

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

ByInternalPoliciesCount orders the results by internal_policies count.

func ByLastReviewedAt

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

ByLastReviewedAt orders the results by the last_reviewed_at field.

func ByLogoFileField

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

ByLogoFileField orders the results by logo_file field.

func ByLogoFileID

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

ByLogoFileID orders the results by the logo_file_id field.

func ByLogoRemoteURL

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

ByLogoRemoteURL orders the results by the logo_remote_url field.

func ByMfaEnforced

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

ByMfaEnforced orders the results by the mfa_enforced field.

func ByMfaSupported

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

ByMfaSupported orders the results by the mfa_supported field.

func ByName

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

ByName orders the results by the name field.

func ByNextReviewAt

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

ByNextReviewAt orders the results by the next_review_at field.

func ByNotes

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

ByNotes orders the results by notes terms.

func ByNotesCount

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

ByNotesCount orders the results by notes count.

func ByObservedAt

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

ByObservedAt orders the results by the observed_at field.

func ByOutOfScopePlatforms

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

ByOutOfScopePlatforms orders the results by out_of_scope_platforms terms.

func ByOutOfScopePlatformsCount

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

ByOutOfScopePlatformsCount orders the results by out_of_scope_platforms count.

func ByOwnerField

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

ByOwnerField orders the results by owner field.

func ByOwnerID

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

ByOwnerID orders the results by the owner_id field.

func ByPlatforms

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

ByPlatforms orders the results by platforms terms.

func ByPlatformsCount

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

ByPlatformsCount orders the results by platforms count.

func ByRemediations

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

ByRemediations orders the results by remediations terms.

func ByRemediationsCount

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

ByRemediationsCount orders the results by remediations count.

func ByRenewalRisk

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

ByRenewalRisk orders the results by the renewal_risk field.

func ByReviewFrequency

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

ByReviewFrequency orders the results by the review_frequency field.

func ByReviewedBy

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

ByReviewedBy orders the results by the reviewed_by field.

func ByReviewedByGroupField

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

ByReviewedByGroupField orders the results by reviewed_by_group field.

func ByReviewedByGroupID

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

ByReviewedByGroupID orders the results by the reviewed_by_group_id field.

func ByReviewedByUserField

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

ByReviewedByUserField orders the results by reviewed_by_user field.

func ByReviewedByUserID

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

ByReviewedByUserID orders the results by the reviewed_by_user_id field.

func ByReviews

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

ByReviews orders the results by reviews terms.

func ByReviewsCount

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

ByReviewsCount orders the results by reviews count.

func ByRiskRating

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

ByRiskRating orders the results by the risk_rating field.

func ByRiskScore

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

ByRiskScore orders the results by the risk_score field.

func ByRiskScoreCoverage

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

ByRiskScoreCoverage orders the results by the risk_score_coverage field.

func BySSOEnforced

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

BySSOEnforced orders the results by the sso_enforced field.

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 BySoc2PeriodEnd

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

BySoc2PeriodEnd orders the results by the soc2_period_end field.

func BySourcePlatforms

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

BySourcePlatforms orders the results by source_platforms terms.

func BySourcePlatformsCount

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

BySourcePlatformsCount orders the results by source_platforms count.

func BySpendCurrency

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

BySpendCurrency orders the results by the spend_currency field.

func ByStatus

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

ByStatus orders the results by the status field.

func ByStatusPageURL

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

ByStatusPageURL orders the results by the status_page_url field.

func BySubcontrols

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

BySubcontrols orders the results by subcontrols terms.

func BySubcontrolsCount

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

BySubcontrolsCount orders the results by subcontrols count.

func BySubprocessors

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

BySubprocessors orders the results by subprocessors terms.

func BySubprocessorsCount

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

BySubprocessorsCount orders the results by subprocessors count.

func BySystemDetails

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

BySystemDetails orders the results by system_details terms.

func BySystemDetailsCount

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

BySystemDetailsCount orders the results by system_details count.

func BySystemInternalID

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

BySystemInternalID orders the results by the system_internal_id field.

func BySystemOwned

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

BySystemOwned orders the results by the system_owned field.

func ByTerminationNoticeDays

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

ByTerminationNoticeDays orders the results by the termination_notice_days field.

func ByTier

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

ByTier orders the results by the tier field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

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

ByUpdatedBy orders the results by the updated_by field.

func ByUpdatedByImpersonator

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

ByUpdatedByImpersonator orders the results by the updated_by_impersonator field.

func ByVendorRiskScores

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

ByVendorRiskScores orders the results by vendor_risk_scores terms.

func ByVendorRiskScoresCount

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

ByVendorRiskScoresCount orders the results by vendor_risk_scores count.

func ByVulnerabilities

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

ByVulnerabilities orders the results by vulnerabilities terms.

func ByVulnerabilitiesCount

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

ByVulnerabilitiesCount orders the results by vulnerabilities count.

Jump to

Keyboard shortcuts

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