entity

package
v1.5.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the 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"
	// 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"
	// 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"
	// 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"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeBlockedGroups holds the string denoting the blocked_groups edge name in mutations.
	EdgeBlockedGroups = "blocked_groups"
	// EdgeEditors holds the string denoting the editors edge name in mutations.
	EdgeEditors = "editors"
	// EdgeViewers holds the string denoting the viewers edge name in mutations.
	EdgeViewers = "viewers"
	// EdgeInternalOwnerUser holds the string denoting the internal_owner_user edge name in mutations.
	EdgeInternalOwnerUser = "internal_owner_user"
	// EdgeInternalOwnerGroup holds the string denoting the internal_owner_group edge name in mutations.
	EdgeInternalOwnerGroup = "internal_owner_group"
	// 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"
	// 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"
	// 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"
	// 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"
	// 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"
	// ViewersTable is the table that holds the viewers relation/edge. The primary key declared below.
	ViewersTable = "entity_viewers"
	// ViewersInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ViewersInverseTable = "groups"
	// InternalOwnerUserTable is the table that holds the internal_owner_user relation/edge.
	InternalOwnerUserTable = "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"
	// ScansTable is the table that holds the scans relation/edge.
	ScansTable = "scans"
	// ScansInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScansInverseTable = "scans"
	// ScansColumn is the table column denoting the scans relation/edge.
	ScansColumn = "entity_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"
	// 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"
	// 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"
)
View Source
const DefaultReviewFrequency enums.Frequency = "YEARLY"

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"}
	// ViewersPrimaryKey and ViewersColumn2 are the table columns denoting the
	// primary key for the viewers relation (M2M).
	ViewersPrimaryKey = []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"}
	// 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"}
	// 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"}
)
View Source
var (
	Hooks        [17]ent.Hook
	Interceptors [3]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// 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
	// DefaultStatus holds the default value on creation for the "status" field.
	DefaultStatus string
	// 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
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for entity fields.

View Source
var ForeignKeys = []string{
	"entity_type_entities",
	"finding_entities",
	"remediation_entities",
	"review_entities",
	"risk_entities",
	"scan_entities",
	"vulnerability_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 And

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

And groups predicates with the AND operator between them.

func AnnualSpend added in v1.5.0

func AnnualSpend(v float64) predicate.Entity

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

func AnnualSpendEQ added in v1.5.0

func AnnualSpendEQ(v float64) predicate.Entity

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

func AnnualSpendGT added in v1.5.0

func AnnualSpendGT(v float64) predicate.Entity

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

func AnnualSpendGTE added in v1.5.0

func AnnualSpendGTE(v float64) predicate.Entity

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

func AnnualSpendIn added in v1.5.0

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

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

func AnnualSpendIsNil added in v1.5.0

func AnnualSpendIsNil() predicate.Entity

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

func AnnualSpendLT added in v1.5.0

func AnnualSpendLT(v float64) predicate.Entity

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

func AnnualSpendLTE added in v1.5.0

func AnnualSpendLTE(v float64) predicate.Entity

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

func AnnualSpendNEQ added in v1.5.0

func AnnualSpendNEQ(v float64) predicate.Entity

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

func AnnualSpendNotIn added in v1.5.0

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

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

func AnnualSpendNotNil added in v1.5.0

func AnnualSpendNotNil() predicate.Entity

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

func ApprovedForUse added in v1.5.0

func ApprovedForUse(v bool) predicate.Entity

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

func ApprovedForUseEQ added in v1.5.0

func ApprovedForUseEQ(v bool) predicate.Entity

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

func ApprovedForUseIsNil added in v1.5.0

func ApprovedForUseIsNil() predicate.Entity

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

func ApprovedForUseNEQ added in v1.5.0

func ApprovedForUseNEQ(v bool) predicate.Entity

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

func ApprovedForUseNotNil added in v1.5.0

func ApprovedForUseNotNil() predicate.Entity

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

func AutoRenews added in v1.5.0

func AutoRenews(v bool) predicate.Entity

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

func AutoRenewsEQ added in v1.5.0

func AutoRenewsEQ(v bool) predicate.Entity

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

func AutoRenewsIsNil added in v1.5.0

func AutoRenewsIsNil() predicate.Entity

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

func AutoRenewsNEQ added in v1.5.0

func AutoRenewsNEQ(v bool) predicate.Entity

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

func AutoRenewsNotNil added in v1.5.0

func AutoRenewsNotNil() predicate.Entity

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

func BillingModel added in v1.5.0

func BillingModel(v string) predicate.Entity

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

func BillingModelContains added in v1.5.0

func BillingModelContains(v string) predicate.Entity

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

func BillingModelContainsFold added in v1.5.0

func BillingModelContainsFold(v string) predicate.Entity

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

func BillingModelEQ added in v1.5.0

func BillingModelEQ(v string) predicate.Entity

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

func BillingModelEqualFold added in v1.5.0

func BillingModelEqualFold(v string) predicate.Entity

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

func BillingModelGT added in v1.5.0

func BillingModelGT(v string) predicate.Entity

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

func BillingModelGTE added in v1.5.0

func BillingModelGTE(v string) predicate.Entity

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

func BillingModelHasPrefix added in v1.5.0

func BillingModelHasPrefix(v string) predicate.Entity

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

func BillingModelHasSuffix added in v1.5.0

func BillingModelHasSuffix(v string) predicate.Entity

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

func BillingModelIn added in v1.5.0

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

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

func BillingModelIsNil added in v1.5.0

func BillingModelIsNil() predicate.Entity

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

func BillingModelLT added in v1.5.0

func BillingModelLT(v string) predicate.Entity

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

func BillingModelLTE added in v1.5.0

func BillingModelLTE(v string) predicate.Entity

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

func BillingModelNEQ added in v1.5.0

func BillingModelNEQ(v string) predicate.Entity

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

func BillingModelNotIn added in v1.5.0

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

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

func BillingModelNotNil added in v1.5.0

func BillingModelNotNil() predicate.Entity

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

func ContractEndDate added in v1.5.0

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 added in v1.5.0

func ContractEndDateEQ(v models.DateTime) predicate.Entity

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

func ContractEndDateGT added in v1.5.0

func ContractEndDateGT(v models.DateTime) predicate.Entity

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

func ContractEndDateGTE added in v1.5.0

func ContractEndDateGTE(v models.DateTime) predicate.Entity

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

func ContractEndDateIn added in v1.5.0

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

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

func ContractEndDateIsNil added in v1.5.0

func ContractEndDateIsNil() predicate.Entity

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

func ContractEndDateLT added in v1.5.0

func ContractEndDateLT(v models.DateTime) predicate.Entity

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

func ContractEndDateLTE added in v1.5.0

func ContractEndDateLTE(v models.DateTime) predicate.Entity

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

func ContractEndDateNEQ added in v1.5.0

func ContractEndDateNEQ(v models.DateTime) predicate.Entity

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

func ContractEndDateNotIn added in v1.5.0

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

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

func ContractEndDateNotNil added in v1.5.0

func ContractEndDateNotNil() predicate.Entity

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

func ContractRenewalAt added in v1.5.0

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 added in v1.5.0

func ContractRenewalAtEQ(v models.DateTime) predicate.Entity

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

func ContractRenewalAtGT added in v1.5.0

func ContractRenewalAtGT(v models.DateTime) predicate.Entity

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

func ContractRenewalAtGTE added in v1.5.0

func ContractRenewalAtGTE(v models.DateTime) predicate.Entity

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

func ContractRenewalAtIn added in v1.5.0

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

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

func ContractRenewalAtIsNil added in v1.5.0

func ContractRenewalAtIsNil() predicate.Entity

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

func ContractRenewalAtLT added in v1.5.0

func ContractRenewalAtLT(v models.DateTime) predicate.Entity

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

func ContractRenewalAtLTE added in v1.5.0

func ContractRenewalAtLTE(v models.DateTime) predicate.Entity

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

func ContractRenewalAtNEQ added in v1.5.0

func ContractRenewalAtNEQ(v models.DateTime) predicate.Entity

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

func ContractRenewalAtNotIn added in v1.5.0

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

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

func ContractRenewalAtNotNil added in v1.5.0

func ContractRenewalAtNotNil() predicate.Entity

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

func ContractStartDate added in v1.5.0

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 added in v1.5.0

func ContractStartDateEQ(v models.DateTime) predicate.Entity

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

func ContractStartDateGT added in v1.5.0

func ContractStartDateGT(v models.DateTime) predicate.Entity

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

func ContractStartDateGTE added in v1.5.0

func ContractStartDateGTE(v models.DateTime) predicate.Entity

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

func ContractStartDateIn added in v1.5.0

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

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

func ContractStartDateIsNil added in v1.5.0

func ContractStartDateIsNil() predicate.Entity

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

func ContractStartDateLT added in v1.5.0

func ContractStartDateLT(v models.DateTime) predicate.Entity

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

func ContractStartDateLTE added in v1.5.0

func ContractStartDateLTE(v models.DateTime) predicate.Entity

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

func ContractStartDateNEQ added in v1.5.0

func ContractStartDateNEQ(v models.DateTime) predicate.Entity

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

func ContractStartDateNotIn added in v1.5.0

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

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

func ContractStartDateNotNil added in v1.5.0

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 added in v1.5.0

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 added in v1.5.0

func EntityRelationshipStateIDContains(v string) predicate.Entity

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

func EntityRelationshipStateIDContainsFold added in v1.5.0

func EntityRelationshipStateIDContainsFold(v string) predicate.Entity

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

func EntityRelationshipStateIDEQ added in v1.5.0

func EntityRelationshipStateIDEQ(v string) predicate.Entity

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

func EntityRelationshipStateIDEqualFold added in v1.5.0

func EntityRelationshipStateIDEqualFold(v string) predicate.Entity

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

func EntityRelationshipStateIDGT added in v1.5.0

func EntityRelationshipStateIDGT(v string) predicate.Entity

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

func EntityRelationshipStateIDGTE added in v1.5.0

func EntityRelationshipStateIDGTE(v string) predicate.Entity

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

func EntityRelationshipStateIDHasPrefix added in v1.5.0

func EntityRelationshipStateIDHasPrefix(v string) predicate.Entity

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

func EntityRelationshipStateIDHasSuffix added in v1.5.0

func EntityRelationshipStateIDHasSuffix(v string) predicate.Entity

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

func EntityRelationshipStateIDIn added in v1.5.0

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

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

func EntityRelationshipStateIDIsNil added in v1.5.0

func EntityRelationshipStateIDIsNil() predicate.Entity

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

func EntityRelationshipStateIDLT added in v1.5.0

func EntityRelationshipStateIDLT(v string) predicate.Entity

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

func EntityRelationshipStateIDLTE added in v1.5.0

func EntityRelationshipStateIDLTE(v string) predicate.Entity

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

func EntityRelationshipStateIDNEQ added in v1.5.0

func EntityRelationshipStateIDNEQ(v string) predicate.Entity

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

func EntityRelationshipStateIDNotIn added in v1.5.0

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

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

func EntityRelationshipStateIDNotNil added in v1.5.0

func EntityRelationshipStateIDNotNil() predicate.Entity

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

func EntityRelationshipStateName added in v1.5.0

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 added in v1.5.0

func EntityRelationshipStateNameContains(v string) predicate.Entity

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

func EntityRelationshipStateNameContainsFold added in v1.5.0

func EntityRelationshipStateNameContainsFold(v string) predicate.Entity

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

func EntityRelationshipStateNameEQ added in v1.5.0

func EntityRelationshipStateNameEQ(v string) predicate.Entity

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

func EntityRelationshipStateNameEqualFold added in v1.5.0

func EntityRelationshipStateNameEqualFold(v string) predicate.Entity

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

func EntityRelationshipStateNameGT added in v1.5.0

func EntityRelationshipStateNameGT(v string) predicate.Entity

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

func EntityRelationshipStateNameGTE added in v1.5.0

func EntityRelationshipStateNameGTE(v string) predicate.Entity

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

func EntityRelationshipStateNameHasPrefix added in v1.5.0

func EntityRelationshipStateNameHasPrefix(v string) predicate.Entity

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

func EntityRelationshipStateNameHasSuffix added in v1.5.0

func EntityRelationshipStateNameHasSuffix(v string) predicate.Entity

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

func EntityRelationshipStateNameIn added in v1.5.0

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

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

func EntityRelationshipStateNameIsNil added in v1.5.0

func EntityRelationshipStateNameIsNil() predicate.Entity

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

func EntityRelationshipStateNameLT added in v1.5.0

func EntityRelationshipStateNameLT(v string) predicate.Entity

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

func EntityRelationshipStateNameLTE added in v1.5.0

func EntityRelationshipStateNameLTE(v string) predicate.Entity

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

func EntityRelationshipStateNameNEQ added in v1.5.0

func EntityRelationshipStateNameNEQ(v string) predicate.Entity

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

func EntityRelationshipStateNameNotIn added in v1.5.0

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

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

func EntityRelationshipStateNameNotNil added in v1.5.0

func EntityRelationshipStateNameNotNil() predicate.Entity

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

func EntitySecurityQuestionnaireStatusID added in v1.5.0

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 added in v1.5.0

func EntitySecurityQuestionnaireStatusIDContains(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDContainsFold added in v1.5.0

func EntitySecurityQuestionnaireStatusIDContainsFold(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDEQ added in v1.5.0

func EntitySecurityQuestionnaireStatusIDEQ(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDEqualFold added in v1.5.0

func EntitySecurityQuestionnaireStatusIDEqualFold(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDGT added in v1.5.0

func EntitySecurityQuestionnaireStatusIDGT(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDGTE added in v1.5.0

func EntitySecurityQuestionnaireStatusIDGTE(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDHasPrefix added in v1.5.0

func EntitySecurityQuestionnaireStatusIDHasPrefix(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDHasSuffix added in v1.5.0

func EntitySecurityQuestionnaireStatusIDHasSuffix(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDIn added in v1.5.0

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

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

func EntitySecurityQuestionnaireStatusIDIsNil added in v1.5.0

func EntitySecurityQuestionnaireStatusIDIsNil() predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDLT added in v1.5.0

func EntitySecurityQuestionnaireStatusIDLT(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDLTE added in v1.5.0

func EntitySecurityQuestionnaireStatusIDLTE(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDNEQ added in v1.5.0

func EntitySecurityQuestionnaireStatusIDNEQ(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusIDNotIn added in v1.5.0

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

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

func EntitySecurityQuestionnaireStatusIDNotNil added in v1.5.0

func EntitySecurityQuestionnaireStatusIDNotNil() predicate.Entity

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

func EntitySecurityQuestionnaireStatusName added in v1.5.0

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 added in v1.5.0

func EntitySecurityQuestionnaireStatusNameContains(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameContainsFold added in v1.5.0

func EntitySecurityQuestionnaireStatusNameContainsFold(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameEQ added in v1.5.0

func EntitySecurityQuestionnaireStatusNameEQ(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameEqualFold added in v1.5.0

func EntitySecurityQuestionnaireStatusNameEqualFold(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameGT added in v1.5.0

func EntitySecurityQuestionnaireStatusNameGT(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameGTE added in v1.5.0

func EntitySecurityQuestionnaireStatusNameGTE(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameHasPrefix added in v1.5.0

func EntitySecurityQuestionnaireStatusNameHasPrefix(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameHasSuffix added in v1.5.0

func EntitySecurityQuestionnaireStatusNameHasSuffix(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameIn added in v1.5.0

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

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

func EntitySecurityQuestionnaireStatusNameIsNil added in v1.5.0

func EntitySecurityQuestionnaireStatusNameIsNil() predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameLT added in v1.5.0

func EntitySecurityQuestionnaireStatusNameLT(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameLTE added in v1.5.0

func EntitySecurityQuestionnaireStatusNameLTE(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameNEQ added in v1.5.0

func EntitySecurityQuestionnaireStatusNameNEQ(v string) predicate.Entity

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

func EntitySecurityQuestionnaireStatusNameNotIn added in v1.5.0

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

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

func EntitySecurityQuestionnaireStatusNameNotNil added in v1.5.0

func EntitySecurityQuestionnaireStatusNameNotNil() predicate.Entity

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

func EntitySourceTypeID added in v1.5.0

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 added in v1.5.0

func EntitySourceTypeIDContains(v string) predicate.Entity

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

func EntitySourceTypeIDContainsFold added in v1.5.0

func EntitySourceTypeIDContainsFold(v string) predicate.Entity

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

func EntitySourceTypeIDEQ added in v1.5.0

func EntitySourceTypeIDEQ(v string) predicate.Entity

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

func EntitySourceTypeIDEqualFold added in v1.5.0

func EntitySourceTypeIDEqualFold(v string) predicate.Entity

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

func EntitySourceTypeIDGT added in v1.5.0

func EntitySourceTypeIDGT(v string) predicate.Entity

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

func EntitySourceTypeIDGTE added in v1.5.0

func EntitySourceTypeIDGTE(v string) predicate.Entity

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

func EntitySourceTypeIDHasPrefix added in v1.5.0

func EntitySourceTypeIDHasPrefix(v string) predicate.Entity

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

func EntitySourceTypeIDHasSuffix added in v1.5.0

func EntitySourceTypeIDHasSuffix(v string) predicate.Entity

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

func EntitySourceTypeIDIn added in v1.5.0

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

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

func EntitySourceTypeIDIsNil added in v1.5.0

func EntitySourceTypeIDIsNil() predicate.Entity

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

func EntitySourceTypeIDLT added in v1.5.0

func EntitySourceTypeIDLT(v string) predicate.Entity

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

func EntitySourceTypeIDLTE added in v1.5.0

func EntitySourceTypeIDLTE(v string) predicate.Entity

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

func EntitySourceTypeIDNEQ added in v1.5.0

func EntitySourceTypeIDNEQ(v string) predicate.Entity

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

func EntitySourceTypeIDNotIn added in v1.5.0

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

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

func EntitySourceTypeIDNotNil added in v1.5.0

func EntitySourceTypeIDNotNil() predicate.Entity

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

func EntitySourceTypeName added in v1.5.0

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 added in v1.5.0

func EntitySourceTypeNameContains(v string) predicate.Entity

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

func EntitySourceTypeNameContainsFold added in v1.5.0

func EntitySourceTypeNameContainsFold(v string) predicate.Entity

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

func EntitySourceTypeNameEQ added in v1.5.0

func EntitySourceTypeNameEQ(v string) predicate.Entity

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

func EntitySourceTypeNameEqualFold added in v1.5.0

func EntitySourceTypeNameEqualFold(v string) predicate.Entity

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

func EntitySourceTypeNameGT added in v1.5.0

func EntitySourceTypeNameGT(v string) predicate.Entity

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

func EntitySourceTypeNameGTE added in v1.5.0

func EntitySourceTypeNameGTE(v string) predicate.Entity

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

func EntitySourceTypeNameHasPrefix added in v1.5.0

func EntitySourceTypeNameHasPrefix(v string) predicate.Entity

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

func EntitySourceTypeNameHasSuffix added in v1.5.0

func EntitySourceTypeNameHasSuffix(v string) predicate.Entity

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

func EntitySourceTypeNameIn added in v1.5.0

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

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

func EntitySourceTypeNameIsNil added in v1.5.0

func EntitySourceTypeNameIsNil() predicate.Entity

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

func EntitySourceTypeNameLT added in v1.5.0

func EntitySourceTypeNameLT(v string) predicate.Entity

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

func EntitySourceTypeNameLTE added in v1.5.0

func EntitySourceTypeNameLTE(v string) predicate.Entity

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

func EntitySourceTypeNameNEQ added in v1.5.0

func EntitySourceTypeNameNEQ(v string) predicate.Entity

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

func EntitySourceTypeNameNotIn added in v1.5.0

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

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

func EntitySourceTypeNameNotNil added in v1.5.0

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 added in v1.5.0

func EnvironmentID(v string) predicate.Entity

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

func EnvironmentIDContains added in v1.5.0

func EnvironmentIDContains(v string) predicate.Entity

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

func EnvironmentIDContainsFold added in v1.5.0

func EnvironmentIDContainsFold(v string) predicate.Entity

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

func EnvironmentIDEQ added in v1.5.0

func EnvironmentIDEQ(v string) predicate.Entity

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

func EnvironmentIDEqualFold added in v1.5.0

func EnvironmentIDEqualFold(v string) predicate.Entity

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

func EnvironmentIDGT added in v1.5.0

func EnvironmentIDGT(v string) predicate.Entity

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

func EnvironmentIDGTE added in v1.5.0

func EnvironmentIDGTE(v string) predicate.Entity

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

func EnvironmentIDHasPrefix added in v1.5.0

func EnvironmentIDHasPrefix(v string) predicate.Entity

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

func EnvironmentIDHasSuffix added in v1.5.0

func EnvironmentIDHasSuffix(v string) predicate.Entity

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

func EnvironmentIDIn added in v1.5.0

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

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

func EnvironmentIDIsNil added in v1.5.0

func EnvironmentIDIsNil() predicate.Entity

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

func EnvironmentIDLT added in v1.5.0

func EnvironmentIDLT(v string) predicate.Entity

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

func EnvironmentIDLTE added in v1.5.0

func EnvironmentIDLTE(v string) predicate.Entity

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

func EnvironmentIDNEQ added in v1.5.0

func EnvironmentIDNEQ(v string) predicate.Entity

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

func EnvironmentIDNotIn added in v1.5.0

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

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

func EnvironmentIDNotNil added in v1.5.0

func EnvironmentIDNotNil() predicate.Entity

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

func EnvironmentName added in v1.5.0

func EnvironmentName(v string) predicate.Entity

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

func EnvironmentNameContains added in v1.5.0

func EnvironmentNameContains(v string) predicate.Entity

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

func EnvironmentNameContainsFold added in v1.5.0

func EnvironmentNameContainsFold(v string) predicate.Entity

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

func EnvironmentNameEQ added in v1.5.0

func EnvironmentNameEQ(v string) predicate.Entity

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

func EnvironmentNameEqualFold added in v1.5.0

func EnvironmentNameEqualFold(v string) predicate.Entity

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

func EnvironmentNameGT added in v1.5.0

func EnvironmentNameGT(v string) predicate.Entity

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

func EnvironmentNameGTE added in v1.5.0

func EnvironmentNameGTE(v string) predicate.Entity

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

func EnvironmentNameHasPrefix added in v1.5.0

func EnvironmentNameHasPrefix(v string) predicate.Entity

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

func EnvironmentNameHasSuffix added in v1.5.0

func EnvironmentNameHasSuffix(v string) predicate.Entity

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

func EnvironmentNameIn added in v1.5.0

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

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

func EnvironmentNameIsNil added in v1.5.0

func EnvironmentNameIsNil() predicate.Entity

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

func EnvironmentNameLT added in v1.5.0

func EnvironmentNameLT(v string) predicate.Entity

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

func EnvironmentNameLTE added in v1.5.0

func EnvironmentNameLTE(v string) predicate.Entity

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

func EnvironmentNameNEQ added in v1.5.0

func EnvironmentNameNEQ(v string) predicate.Entity

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

func EnvironmentNameNotIn added in v1.5.0

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

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

func EnvironmentNameNotNil added in v1.5.0

func EnvironmentNameNotNil() predicate.Entity

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

func HasAssessmentResponses added in v1.5.0

func HasAssessmentResponses() predicate.Entity

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

func HasAssessmentResponsesWith added in v1.5.0

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 added in v0.19.0

func HasAssets() predicate.Entity

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

func HasAssetsWith added in v0.19.0

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

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

func HasAuthMethods added in v1.5.0

func HasAuthMethods() predicate.Entity

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

func HasAuthMethodsWith added in v1.5.0

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 added in v0.19.0

func HasBlockedGroups() predicate.Entity

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

func HasBlockedGroupsWith added in v0.19.0

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 added in v1.5.0

func HasCampaigns() predicate.Entity

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

func HasCampaignsWith added in v1.5.0

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 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 added in v0.19.0

func HasEditors() predicate.Entity

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

func HasEditorsWith added in v0.19.0

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

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

func HasEmployerIdentityHolders added in v1.5.0

func HasEmployerIdentityHolders() predicate.Entity

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

func HasEmployerIdentityHoldersWith added in v1.5.0

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 added in v1.5.0

func HasEntityRelationshipState() predicate.Entity

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

func HasEntityRelationshipStateWith added in v1.5.0

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 added in v1.5.0

func HasEntitySecurityQuestionnaireStatus() predicate.Entity

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

func HasEntitySecurityQuestionnaireStatusWith added in v1.5.0

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 added in v1.5.0

func HasEntitySourceType() predicate.Entity

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

func HasEntitySourceTypeWith added in v1.5.0

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 added in v1.5.0

func HasEnvironment() predicate.Entity

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

func HasEnvironmentWith added in v1.5.0

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 HasIdentityHolders added in v1.5.0

func HasIdentityHolders() predicate.Entity

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

func HasIdentityHoldersWith added in v1.5.0

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 added in v1.5.0

func HasIntegrations() predicate.Entity

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

func HasIntegrationsWith added in v1.5.0

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

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

func HasInternalOwnerGroup added in v1.5.0

func HasInternalOwnerGroup() predicate.Entity

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

func HasInternalOwnerGroupWith added in v1.5.0

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 added in v1.5.0

func HasInternalOwnerUser() predicate.Entity

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

func HasInternalOwnerUserWith added in v1.5.0

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 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 added in v1.5.0

func HasOutOfScopePlatforms() predicate.Entity

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

func HasOutOfScopePlatformsWith added in v1.5.0

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 added in v1.5.0

func HasPlatforms() predicate.Entity

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

func HasPlatformsWith added in v1.5.0

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

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

func HasReviewedByGroup added in v1.5.0

func HasReviewedByGroup() predicate.Entity

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

func HasReviewedByGroupWith added in v1.5.0

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 added in v1.5.0

func HasReviewedByUser() predicate.Entity

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

func HasReviewedByUserWith added in v1.5.0

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 HasScans added in v0.19.0

func HasScans() predicate.Entity

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

func HasScansWith added in v0.19.0

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

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

func HasScope added in v1.5.0

func HasScope() predicate.Entity

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

func HasScopeWith added in v1.5.0

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

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

func HasSoc2 added in v1.5.0

func HasSoc2(v bool) predicate.Entity

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

func HasSoc2EQ added in v1.5.0

func HasSoc2EQ(v bool) predicate.Entity

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

func HasSoc2IsNil added in v1.5.0

func HasSoc2IsNil() predicate.Entity

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

func HasSoc2NEQ added in v1.5.0

func HasSoc2NEQ(v bool) predicate.Entity

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

func HasSoc2NotNil added in v1.5.0

func HasSoc2NotNil() predicate.Entity

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

func HasSourcePlatforms added in v1.5.0

func HasSourcePlatforms() predicate.Entity

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

func HasSourcePlatformsWith added in v1.5.0

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

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

func HasSubprocessors added in v1.5.0

func HasSubprocessors() predicate.Entity

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

func HasSubprocessorsWith added in v1.5.0

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

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

func HasViewers added in v0.19.0

func HasViewers() predicate.Entity

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

func HasViewersWith added in v0.19.0

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

HasViewersWith applies the HasEdge predicate on the "viewers" 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 added in v0.34.0

func InternalNotes(v string) predicate.Entity

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

func InternalNotesContains added in v0.34.0

func InternalNotesContains(v string) predicate.Entity

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

func InternalNotesContainsFold added in v0.34.0

func InternalNotesContainsFold(v string) predicate.Entity

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

func InternalNotesEQ added in v0.34.0

func InternalNotesEQ(v string) predicate.Entity

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

func InternalNotesEqualFold added in v0.34.0

func InternalNotesEqualFold(v string) predicate.Entity

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

func InternalNotesGT added in v0.34.0

func InternalNotesGT(v string) predicate.Entity

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

func InternalNotesGTE added in v0.34.0

func InternalNotesGTE(v string) predicate.Entity

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

func InternalNotesHasPrefix added in v0.34.0

func InternalNotesHasPrefix(v string) predicate.Entity

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

func InternalNotesHasSuffix added in v0.34.0

func InternalNotesHasSuffix(v string) predicate.Entity

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

func InternalNotesIn added in v0.34.0

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

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

func InternalNotesIsNil added in v0.34.0

func InternalNotesIsNil() predicate.Entity

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

func InternalNotesLT added in v0.34.0

func InternalNotesLT(v string) predicate.Entity

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

func InternalNotesLTE added in v0.34.0

func InternalNotesLTE(v string) predicate.Entity

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

func InternalNotesNEQ added in v0.34.0

func InternalNotesNEQ(v string) predicate.Entity

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

func InternalNotesNotIn added in v0.34.0

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

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

func InternalNotesNotNil added in v0.34.0

func InternalNotesNotNil() predicate.Entity

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

func InternalOwner added in v1.5.0

func InternalOwner(v string) predicate.Entity

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

func InternalOwnerContains added in v1.5.0

func InternalOwnerContains(v string) predicate.Entity

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

func InternalOwnerContainsFold added in v1.5.0

func InternalOwnerContainsFold(v string) predicate.Entity

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

func InternalOwnerEQ added in v1.5.0

func InternalOwnerEQ(v string) predicate.Entity

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

func InternalOwnerEqualFold added in v1.5.0

func InternalOwnerEqualFold(v string) predicate.Entity

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

func InternalOwnerGT added in v1.5.0

func InternalOwnerGT(v string) predicate.Entity

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

func InternalOwnerGTE added in v1.5.0

func InternalOwnerGTE(v string) predicate.Entity

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

func InternalOwnerGroupID added in v1.5.0

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 added in v1.5.0

func InternalOwnerGroupIDContains(v string) predicate.Entity

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

func InternalOwnerGroupIDContainsFold added in v1.5.0

func InternalOwnerGroupIDContainsFold(v string) predicate.Entity

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

func InternalOwnerGroupIDEQ added in v1.5.0

func InternalOwnerGroupIDEQ(v string) predicate.Entity

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

func InternalOwnerGroupIDEqualFold added in v1.5.0

func InternalOwnerGroupIDEqualFold(v string) predicate.Entity

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

func InternalOwnerGroupIDGT added in v1.5.0

func InternalOwnerGroupIDGT(v string) predicate.Entity

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

func InternalOwnerGroupIDGTE added in v1.5.0

func InternalOwnerGroupIDGTE(v string) predicate.Entity

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

func InternalOwnerGroupIDHasPrefix added in v1.5.0

func InternalOwnerGroupIDHasPrefix(v string) predicate.Entity

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

func InternalOwnerGroupIDHasSuffix added in v1.5.0

func InternalOwnerGroupIDHasSuffix(v string) predicate.Entity

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

func InternalOwnerGroupIDIn added in v1.5.0

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

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

func InternalOwnerGroupIDIsNil added in v1.5.0

func InternalOwnerGroupIDIsNil() predicate.Entity

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

func InternalOwnerGroupIDLT added in v1.5.0

func InternalOwnerGroupIDLT(v string) predicate.Entity

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

func InternalOwnerGroupIDLTE added in v1.5.0

func InternalOwnerGroupIDLTE(v string) predicate.Entity

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

func InternalOwnerGroupIDNEQ added in v1.5.0

func InternalOwnerGroupIDNEQ(v string) predicate.Entity

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

func InternalOwnerGroupIDNotIn added in v1.5.0

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

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

func InternalOwnerGroupIDNotNil added in v1.5.0

func InternalOwnerGroupIDNotNil() predicate.Entity

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

func InternalOwnerHasPrefix added in v1.5.0

func InternalOwnerHasPrefix(v string) predicate.Entity

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

func InternalOwnerHasSuffix added in v1.5.0

func InternalOwnerHasSuffix(v string) predicate.Entity

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

func InternalOwnerIn added in v1.5.0

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

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

func InternalOwnerIsNil added in v1.5.0

func InternalOwnerIsNil() predicate.Entity

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

func InternalOwnerLT added in v1.5.0

func InternalOwnerLT(v string) predicate.Entity

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

func InternalOwnerLTE added in v1.5.0

func InternalOwnerLTE(v string) predicate.Entity

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

func InternalOwnerNEQ added in v1.5.0

func InternalOwnerNEQ(v string) predicate.Entity

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

func InternalOwnerNotIn added in v1.5.0

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

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

func InternalOwnerNotNil added in v1.5.0

func InternalOwnerNotNil() predicate.Entity

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

func InternalOwnerUserID added in v1.5.0

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 added in v1.5.0

func InternalOwnerUserIDContains(v string) predicate.Entity

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

func InternalOwnerUserIDContainsFold added in v1.5.0

func InternalOwnerUserIDContainsFold(v string) predicate.Entity

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

func InternalOwnerUserIDEQ added in v1.5.0

func InternalOwnerUserIDEQ(v string) predicate.Entity

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

func InternalOwnerUserIDEqualFold added in v1.5.0

func InternalOwnerUserIDEqualFold(v string) predicate.Entity

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

func InternalOwnerUserIDGT added in v1.5.0

func InternalOwnerUserIDGT(v string) predicate.Entity

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

func InternalOwnerUserIDGTE added in v1.5.0

func InternalOwnerUserIDGTE(v string) predicate.Entity

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

func InternalOwnerUserIDHasPrefix added in v1.5.0

func InternalOwnerUserIDHasPrefix(v string) predicate.Entity

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

func InternalOwnerUserIDHasSuffix added in v1.5.0

func InternalOwnerUserIDHasSuffix(v string) predicate.Entity

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

func InternalOwnerUserIDIn added in v1.5.0

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

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

func InternalOwnerUserIDIsNil added in v1.5.0

func InternalOwnerUserIDIsNil() predicate.Entity

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

func InternalOwnerUserIDLT added in v1.5.0

func InternalOwnerUserIDLT(v string) predicate.Entity

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

func InternalOwnerUserIDLTE added in v1.5.0

func InternalOwnerUserIDLTE(v string) predicate.Entity

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

func InternalOwnerUserIDNEQ added in v1.5.0

func InternalOwnerUserIDNEQ(v string) predicate.Entity

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

func InternalOwnerUserIDNotIn added in v1.5.0

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

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

func InternalOwnerUserIDNotNil added in v1.5.0

func InternalOwnerUserIDNotNil() predicate.Entity

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

func LastReviewedAt added in v1.5.0

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 added in v1.5.0

func LastReviewedAtEQ(v models.DateTime) predicate.Entity

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

func LastReviewedAtGT added in v1.5.0

func LastReviewedAtGT(v models.DateTime) predicate.Entity

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

func LastReviewedAtGTE added in v1.5.0

func LastReviewedAtGTE(v models.DateTime) predicate.Entity

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

func LastReviewedAtIn added in v1.5.0

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

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

func LastReviewedAtIsNil added in v1.5.0

func LastReviewedAtIsNil() predicate.Entity

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

func LastReviewedAtLT added in v1.5.0

func LastReviewedAtLT(v models.DateTime) predicate.Entity

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

func LastReviewedAtLTE added in v1.5.0

func LastReviewedAtLTE(v models.DateTime) predicate.Entity

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

func LastReviewedAtNEQ added in v1.5.0

func LastReviewedAtNEQ(v models.DateTime) predicate.Entity

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

func LastReviewedAtNotIn added in v1.5.0

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

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

func LastReviewedAtNotNil added in v1.5.0

func LastReviewedAtNotNil() predicate.Entity

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

func LinkedAssetIdsIsNil added in v1.5.0

func LinkedAssetIdsIsNil() predicate.Entity

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

func LinkedAssetIdsNotNil added in v1.5.0

func LinkedAssetIdsNotNil() predicate.Entity

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

func LinksIsNil added in v1.5.0

func LinksIsNil() predicate.Entity

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

func LinksNotNil added in v1.5.0

func LinksNotNil() predicate.Entity

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

func MfaEnforced added in v1.5.0

func MfaEnforced(v bool) predicate.Entity

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

func MfaEnforcedEQ added in v1.5.0

func MfaEnforcedEQ(v bool) predicate.Entity

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

func MfaEnforcedIsNil added in v1.5.0

func MfaEnforcedIsNil() predicate.Entity

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

func MfaEnforcedNEQ added in v1.5.0

func MfaEnforcedNEQ(v bool) predicate.Entity

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

func MfaEnforcedNotNil added in v1.5.0

func MfaEnforcedNotNil() predicate.Entity

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

func MfaSupported added in v1.5.0

func MfaSupported(v bool) predicate.Entity

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

func MfaSupportedEQ added in v1.5.0

func MfaSupportedEQ(v bool) predicate.Entity

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

func MfaSupportedIsNil added in v1.5.0

func MfaSupportedIsNil() predicate.Entity

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

func MfaSupportedNEQ added in v1.5.0

func MfaSupportedNEQ(v bool) predicate.Entity

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

func MfaSupportedNotNil added in v1.5.0

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 added in v1.5.0

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 added in v1.5.0

func NextReviewAtEQ(v models.DateTime) predicate.Entity

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

func NextReviewAtGT added in v1.5.0

func NextReviewAtGT(v models.DateTime) predicate.Entity

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

func NextReviewAtGTE added in v1.5.0

func NextReviewAtGTE(v models.DateTime) predicate.Entity

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

func NextReviewAtIn added in v1.5.0

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

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

func NextReviewAtIsNil added in v1.5.0

func NextReviewAtIsNil() predicate.Entity

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

func NextReviewAtLT added in v1.5.0

func NextReviewAtLT(v models.DateTime) predicate.Entity

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

func NextReviewAtLTE added in v1.5.0

func NextReviewAtLTE(v models.DateTime) predicate.Entity

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

func NextReviewAtNEQ added in v1.5.0

func NextReviewAtNEQ(v models.DateTime) predicate.Entity

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

func NextReviewAtNotIn added in v1.5.0

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

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

func NextReviewAtNotNil added in v1.5.0

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 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 added in v1.5.0

func ProvidedServicesIsNil() predicate.Entity

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

func ProvidedServicesNotNil added in v1.5.0

func ProvidedServicesNotNil() predicate.Entity

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

func RenewalRisk added in v1.5.0

func RenewalRisk(v string) predicate.Entity

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

func RenewalRiskContains added in v1.5.0

func RenewalRiskContains(v string) predicate.Entity

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

func RenewalRiskContainsFold added in v1.5.0

func RenewalRiskContainsFold(v string) predicate.Entity

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

func RenewalRiskEQ added in v1.5.0

func RenewalRiskEQ(v string) predicate.Entity

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

func RenewalRiskEqualFold added in v1.5.0

func RenewalRiskEqualFold(v string) predicate.Entity

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

func RenewalRiskGT added in v1.5.0

func RenewalRiskGT(v string) predicate.Entity

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

func RenewalRiskGTE added in v1.5.0

func RenewalRiskGTE(v string) predicate.Entity

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

func RenewalRiskHasPrefix added in v1.5.0

func RenewalRiskHasPrefix(v string) predicate.Entity

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

func RenewalRiskHasSuffix added in v1.5.0

func RenewalRiskHasSuffix(v string) predicate.Entity

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

func RenewalRiskIn added in v1.5.0

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

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

func RenewalRiskIsNil added in v1.5.0

func RenewalRiskIsNil() predicate.Entity

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

func RenewalRiskLT added in v1.5.0

func RenewalRiskLT(v string) predicate.Entity

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

func RenewalRiskLTE added in v1.5.0

func RenewalRiskLTE(v string) predicate.Entity

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

func RenewalRiskNEQ added in v1.5.0

func RenewalRiskNEQ(v string) predicate.Entity

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

func RenewalRiskNotIn added in v1.5.0

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

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

func RenewalRiskNotNil added in v1.5.0

func RenewalRiskNotNil() predicate.Entity

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

func ReviewFrequencyEQ added in v1.5.0

func ReviewFrequencyEQ(v enums.Frequency) predicate.Entity

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

func ReviewFrequencyIn added in v1.5.0

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

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

func ReviewFrequencyIsNil added in v1.5.0

func ReviewFrequencyIsNil() predicate.Entity

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

func ReviewFrequencyNEQ added in v1.5.0

func ReviewFrequencyNEQ(v enums.Frequency) predicate.Entity

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

func ReviewFrequencyNotIn added in v1.5.0

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

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

func ReviewFrequencyNotNil added in v1.5.0

func ReviewFrequencyNotNil() predicate.Entity

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

func ReviewFrequencyValidator added in v1.5.0

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 added in v1.5.0

func ReviewedBy(v string) predicate.Entity

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

func ReviewedByContains added in v1.5.0

func ReviewedByContains(v string) predicate.Entity

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

func ReviewedByContainsFold added in v1.5.0

func ReviewedByContainsFold(v string) predicate.Entity

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

func ReviewedByEQ added in v1.5.0

func ReviewedByEQ(v string) predicate.Entity

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

func ReviewedByEqualFold added in v1.5.0

func ReviewedByEqualFold(v string) predicate.Entity

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

func ReviewedByGT added in v1.5.0

func ReviewedByGT(v string) predicate.Entity

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

func ReviewedByGTE added in v1.5.0

func ReviewedByGTE(v string) predicate.Entity

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

func ReviewedByGroupID added in v1.5.0

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 added in v1.5.0

func ReviewedByGroupIDContains(v string) predicate.Entity

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

func ReviewedByGroupIDContainsFold added in v1.5.0

func ReviewedByGroupIDContainsFold(v string) predicate.Entity

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

func ReviewedByGroupIDEQ added in v1.5.0

func ReviewedByGroupIDEQ(v string) predicate.Entity

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

func ReviewedByGroupIDEqualFold added in v1.5.0

func ReviewedByGroupIDEqualFold(v string) predicate.Entity

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

func ReviewedByGroupIDGT added in v1.5.0

func ReviewedByGroupIDGT(v string) predicate.Entity

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

func ReviewedByGroupIDGTE added in v1.5.0

func ReviewedByGroupIDGTE(v string) predicate.Entity

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

func ReviewedByGroupIDHasPrefix added in v1.5.0

func ReviewedByGroupIDHasPrefix(v string) predicate.Entity

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

func ReviewedByGroupIDHasSuffix added in v1.5.0

func ReviewedByGroupIDHasSuffix(v string) predicate.Entity

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

func ReviewedByGroupIDIn added in v1.5.0

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

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

func ReviewedByGroupIDIsNil added in v1.5.0

func ReviewedByGroupIDIsNil() predicate.Entity

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

func ReviewedByGroupIDLT added in v1.5.0

func ReviewedByGroupIDLT(v string) predicate.Entity

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

func ReviewedByGroupIDLTE added in v1.5.0

func ReviewedByGroupIDLTE(v string) predicate.Entity

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

func ReviewedByGroupIDNEQ added in v1.5.0

func ReviewedByGroupIDNEQ(v string) predicate.Entity

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

func ReviewedByGroupIDNotIn added in v1.5.0

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

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

func ReviewedByGroupIDNotNil added in v1.5.0

func ReviewedByGroupIDNotNil() predicate.Entity

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

func ReviewedByHasPrefix added in v1.5.0

func ReviewedByHasPrefix(v string) predicate.Entity

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

func ReviewedByHasSuffix added in v1.5.0

func ReviewedByHasSuffix(v string) predicate.Entity

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

func ReviewedByIn added in v1.5.0

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

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

func ReviewedByIsNil added in v1.5.0

func ReviewedByIsNil() predicate.Entity

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

func ReviewedByLT added in v1.5.0

func ReviewedByLT(v string) predicate.Entity

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

func ReviewedByLTE added in v1.5.0

func ReviewedByLTE(v string) predicate.Entity

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

func ReviewedByNEQ added in v1.5.0

func ReviewedByNEQ(v string) predicate.Entity

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

func ReviewedByNotIn added in v1.5.0

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

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

func ReviewedByNotNil added in v1.5.0

func ReviewedByNotNil() predicate.Entity

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

func ReviewedByUserID added in v1.5.0

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 added in v1.5.0

func ReviewedByUserIDContains(v string) predicate.Entity

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

func ReviewedByUserIDContainsFold added in v1.5.0

func ReviewedByUserIDContainsFold(v string) predicate.Entity

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

func ReviewedByUserIDEQ added in v1.5.0

func ReviewedByUserIDEQ(v string) predicate.Entity

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

func ReviewedByUserIDEqualFold added in v1.5.0

func ReviewedByUserIDEqualFold(v string) predicate.Entity

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

func ReviewedByUserIDGT added in v1.5.0

func ReviewedByUserIDGT(v string) predicate.Entity

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

func ReviewedByUserIDGTE added in v1.5.0

func ReviewedByUserIDGTE(v string) predicate.Entity

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

func ReviewedByUserIDHasPrefix added in v1.5.0

func ReviewedByUserIDHasPrefix(v string) predicate.Entity

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

func ReviewedByUserIDHasSuffix added in v1.5.0

func ReviewedByUserIDHasSuffix(v string) predicate.Entity

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

func ReviewedByUserIDIn added in v1.5.0

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

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

func ReviewedByUserIDIsNil added in v1.5.0

func ReviewedByUserIDIsNil() predicate.Entity

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

func ReviewedByUserIDLT added in v1.5.0

func ReviewedByUserIDLT(v string) predicate.Entity

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

func ReviewedByUserIDLTE added in v1.5.0

func ReviewedByUserIDLTE(v string) predicate.Entity

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

func ReviewedByUserIDNEQ added in v1.5.0

func ReviewedByUserIDNEQ(v string) predicate.Entity

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

func ReviewedByUserIDNotIn added in v1.5.0

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

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

func ReviewedByUserIDNotNil added in v1.5.0

func ReviewedByUserIDNotNil() predicate.Entity

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

func RiskRating added in v1.5.0

func RiskRating(v string) predicate.Entity

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

func RiskRatingContains added in v1.5.0

func RiskRatingContains(v string) predicate.Entity

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

func RiskRatingContainsFold added in v1.5.0

func RiskRatingContainsFold(v string) predicate.Entity

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

func RiskRatingEQ added in v1.5.0

func RiskRatingEQ(v string) predicate.Entity

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

func RiskRatingEqualFold added in v1.5.0

func RiskRatingEqualFold(v string) predicate.Entity

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

func RiskRatingGT added in v1.5.0

func RiskRatingGT(v string) predicate.Entity

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

func RiskRatingGTE added in v1.5.0

func RiskRatingGTE(v string) predicate.Entity

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

func RiskRatingHasPrefix added in v1.5.0

func RiskRatingHasPrefix(v string) predicate.Entity

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

func RiskRatingHasSuffix added in v1.5.0

func RiskRatingHasSuffix(v string) predicate.Entity

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

func RiskRatingIn added in v1.5.0

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

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

func RiskRatingIsNil added in v1.5.0

func RiskRatingIsNil() predicate.Entity

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

func RiskRatingLT added in v1.5.0

func RiskRatingLT(v string) predicate.Entity

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

func RiskRatingLTE added in v1.5.0

func RiskRatingLTE(v string) predicate.Entity

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

func RiskRatingNEQ added in v1.5.0

func RiskRatingNEQ(v string) predicate.Entity

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

func RiskRatingNotIn added in v1.5.0

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

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

func RiskRatingNotNil added in v1.5.0

func RiskRatingNotNil() predicate.Entity

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

func RiskScore added in v1.5.0

func RiskScore(v int) predicate.Entity

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

func RiskScoreEQ added in v1.5.0

func RiskScoreEQ(v int) predicate.Entity

RiskScoreEQ applies the EQ predicate on the "risk_score" field.

func RiskScoreGT added in v1.5.0

func RiskScoreGT(v int) predicate.Entity

RiskScoreGT applies the GT predicate on the "risk_score" field.

func RiskScoreGTE added in v1.5.0

func RiskScoreGTE(v int) predicate.Entity

RiskScoreGTE applies the GTE predicate on the "risk_score" field.

func RiskScoreIn added in v1.5.0

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

RiskScoreIn applies the In predicate on the "risk_score" field.

func RiskScoreIsNil added in v1.5.0

func RiskScoreIsNil() predicate.Entity

RiskScoreIsNil applies the IsNil predicate on the "risk_score" field.

func RiskScoreLT added in v1.5.0

func RiskScoreLT(v int) predicate.Entity

RiskScoreLT applies the LT predicate on the "risk_score" field.

func RiskScoreLTE added in v1.5.0

func RiskScoreLTE(v int) predicate.Entity

RiskScoreLTE applies the LTE predicate on the "risk_score" field.

func RiskScoreNEQ added in v1.5.0

func RiskScoreNEQ(v int) predicate.Entity

RiskScoreNEQ applies the NEQ predicate on the "risk_score" field.

func RiskScoreNotIn added in v1.5.0

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

RiskScoreNotIn applies the NotIn predicate on the "risk_score" field.

func RiskScoreNotNil added in v1.5.0

func RiskScoreNotNil() predicate.Entity

RiskScoreNotNil applies the NotNil predicate on the "risk_score" field.

func SSOEnforced added in v1.5.0

func SSOEnforced(v bool) predicate.Entity

SSOEnforced applies equality check predicate on the "sso_enforced" field. It's identical to SSOEnforcedEQ.

func SSOEnforcedEQ added in v1.5.0

func SSOEnforcedEQ(v bool) predicate.Entity

SSOEnforcedEQ applies the EQ predicate on the "sso_enforced" field.

func SSOEnforcedIsNil added in v1.5.0

func SSOEnforcedIsNil() predicate.Entity

SSOEnforcedIsNil applies the IsNil predicate on the "sso_enforced" field.

func SSOEnforcedNEQ added in v1.5.0

func SSOEnforcedNEQ(v bool) predicate.Entity

SSOEnforcedNEQ applies the NEQ predicate on the "sso_enforced" field.

func SSOEnforcedNotNil added in v1.5.0

func SSOEnforcedNotNil() predicate.Entity

SSOEnforcedNotNil applies the NotNil predicate on the "sso_enforced" field.

func ScopeID added in v1.5.0

func ScopeID(v string) predicate.Entity

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

func ScopeIDContains added in v1.5.0

func ScopeIDContains(v string) predicate.Entity

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

func ScopeIDContainsFold added in v1.5.0

func ScopeIDContainsFold(v string) predicate.Entity

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

func ScopeIDEQ added in v1.5.0

func ScopeIDEQ(v string) predicate.Entity

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

func ScopeIDEqualFold added in v1.5.0

func ScopeIDEqualFold(v string) predicate.Entity

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

func ScopeIDGT added in v1.5.0

func ScopeIDGT(v string) predicate.Entity

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

func ScopeIDGTE added in v1.5.0

func ScopeIDGTE(v string) predicate.Entity

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

func ScopeIDHasPrefix added in v1.5.0

func ScopeIDHasPrefix(v string) predicate.Entity

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

func ScopeIDHasSuffix added in v1.5.0

func ScopeIDHasSuffix(v string) predicate.Entity

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

func ScopeIDIn added in v1.5.0

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

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

func ScopeIDIsNil added in v1.5.0

func ScopeIDIsNil() predicate.Entity

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

func ScopeIDLT added in v1.5.0

func ScopeIDLT(v string) predicate.Entity

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

func ScopeIDLTE added in v1.5.0

func ScopeIDLTE(v string) predicate.Entity

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

func ScopeIDNEQ added in v1.5.0

func ScopeIDNEQ(v string) predicate.Entity

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

func ScopeIDNotIn added in v1.5.0

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

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

func ScopeIDNotNil added in v1.5.0

func ScopeIDNotNil() predicate.Entity

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

func ScopeName added in v1.5.0

func ScopeName(v string) predicate.Entity

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

func ScopeNameContains added in v1.5.0

func ScopeNameContains(v string) predicate.Entity

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

func ScopeNameContainsFold added in v1.5.0

func ScopeNameContainsFold(v string) predicate.Entity

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

func ScopeNameEQ added in v1.5.0

func ScopeNameEQ(v string) predicate.Entity

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

func ScopeNameEqualFold added in v1.5.0

func ScopeNameEqualFold(v string) predicate.Entity

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

func ScopeNameGT added in v1.5.0

func ScopeNameGT(v string) predicate.Entity

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

func ScopeNameGTE added in v1.5.0

func ScopeNameGTE(v string) predicate.Entity

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

func ScopeNameHasPrefix added in v1.5.0

func ScopeNameHasPrefix(v string) predicate.Entity

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

func ScopeNameHasSuffix added in v1.5.0

func ScopeNameHasSuffix(v string) predicate.Entity

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

func ScopeNameIn added in v1.5.0

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

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

func ScopeNameIsNil added in v1.5.0

func ScopeNameIsNil() predicate.Entity

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

func ScopeNameLT added in v1.5.0

func ScopeNameLT(v string) predicate.Entity

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

func ScopeNameLTE added in v1.5.0

func ScopeNameLTE(v string) predicate.Entity

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

func ScopeNameNEQ added in v1.5.0

func ScopeNameNEQ(v string) predicate.Entity

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

func ScopeNameNotIn added in v1.5.0

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

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

func ScopeNameNotNil added in v1.5.0

func ScopeNameNotNil() predicate.Entity

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

func Soc2PeriodEnd added in v1.5.0

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 added in v1.5.0

func Soc2PeriodEndEQ(v models.DateTime) predicate.Entity

Soc2PeriodEndEQ applies the EQ predicate on the "soc2_period_end" field.

func Soc2PeriodEndGT added in v1.5.0

func Soc2PeriodEndGT(v models.DateTime) predicate.Entity

Soc2PeriodEndGT applies the GT predicate on the "soc2_period_end" field.

func Soc2PeriodEndGTE added in v1.5.0

func Soc2PeriodEndGTE(v models.DateTime) predicate.Entity

Soc2PeriodEndGTE applies the GTE predicate on the "soc2_period_end" field.

func Soc2PeriodEndIn added in v1.5.0

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

Soc2PeriodEndIn applies the In predicate on the "soc2_period_end" field.

func Soc2PeriodEndIsNil added in v1.5.0

func Soc2PeriodEndIsNil() predicate.Entity

Soc2PeriodEndIsNil applies the IsNil predicate on the "soc2_period_end" field.

func Soc2PeriodEndLT added in v1.5.0

func Soc2PeriodEndLT(v models.DateTime) predicate.Entity

Soc2PeriodEndLT applies the LT predicate on the "soc2_period_end" field.

func Soc2PeriodEndLTE added in v1.5.0

func Soc2PeriodEndLTE(v models.DateTime) predicate.Entity

Soc2PeriodEndLTE applies the LTE predicate on the "soc2_period_end" field.

func Soc2PeriodEndNEQ added in v1.5.0

func Soc2PeriodEndNEQ(v models.DateTime) predicate.Entity

Soc2PeriodEndNEQ applies the NEQ predicate on the "soc2_period_end" field.

func Soc2PeriodEndNotIn added in v1.5.0

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

Soc2PeriodEndNotIn applies the NotIn predicate on the "soc2_period_end" field.

func Soc2PeriodEndNotNil added in v1.5.0

func Soc2PeriodEndNotNil() predicate.Entity

Soc2PeriodEndNotNil applies the NotNil predicate on the "soc2_period_end" field.

func SpendCurrency added in v1.5.0

func SpendCurrency(v string) predicate.Entity

SpendCurrency applies equality check predicate on the "spend_currency" field. It's identical to SpendCurrencyEQ.

func SpendCurrencyContains added in v1.5.0

func SpendCurrencyContains(v string) predicate.Entity

SpendCurrencyContains applies the Contains predicate on the "spend_currency" field.

func SpendCurrencyContainsFold added in v1.5.0

func SpendCurrencyContainsFold(v string) predicate.Entity

SpendCurrencyContainsFold applies the ContainsFold predicate on the "spend_currency" field.

func SpendCurrencyEQ added in v1.5.0

func SpendCurrencyEQ(v string) predicate.Entity

SpendCurrencyEQ applies the EQ predicate on the "spend_currency" field.

func SpendCurrencyEqualFold added in v1.5.0

func SpendCurrencyEqualFold(v string) predicate.Entity

SpendCurrencyEqualFold applies the EqualFold predicate on the "spend_currency" field.

func SpendCurrencyGT added in v1.5.0

func SpendCurrencyGT(v string) predicate.Entity

SpendCurrencyGT applies the GT predicate on the "spend_currency" field.

func SpendCurrencyGTE added in v1.5.0

func SpendCurrencyGTE(v string) predicate.Entity

SpendCurrencyGTE applies the GTE predicate on the "spend_currency" field.

func SpendCurrencyHasPrefix added in v1.5.0

func SpendCurrencyHasPrefix(v string) predicate.Entity

SpendCurrencyHasPrefix applies the HasPrefix predicate on the "spend_currency" field.

func SpendCurrencyHasSuffix added in v1.5.0

func SpendCurrencyHasSuffix(v string) predicate.Entity

SpendCurrencyHasSuffix applies the HasSuffix predicate on the "spend_currency" field.

func SpendCurrencyIn added in v1.5.0

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

SpendCurrencyIn applies the In predicate on the "spend_currency" field.

func SpendCurrencyIsNil added in v1.5.0

func SpendCurrencyIsNil() predicate.Entity

SpendCurrencyIsNil applies the IsNil predicate on the "spend_currency" field.

func SpendCurrencyLT added in v1.5.0

func SpendCurrencyLT(v string) predicate.Entity

SpendCurrencyLT applies the LT predicate on the "spend_currency" field.

func SpendCurrencyLTE added in v1.5.0

func SpendCurrencyLTE(v string) predicate.Entity

SpendCurrencyLTE applies the LTE predicate on the "spend_currency" field.

func SpendCurrencyNEQ added in v1.5.0

func SpendCurrencyNEQ(v string) predicate.Entity

SpendCurrencyNEQ applies the NEQ predicate on the "spend_currency" field.

func SpendCurrencyNotIn added in v1.5.0

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

SpendCurrencyNotIn applies the NotIn predicate on the "spend_currency" field.

func SpendCurrencyNotNil added in v1.5.0

func SpendCurrencyNotNil() predicate.Entity

SpendCurrencyNotNil applies the NotNil predicate on the "spend_currency" field.

func Status

func Status(v string) predicate.Entity

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

func StatusContains

func StatusContains(v string) predicate.Entity

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

func StatusContainsFold

func StatusContainsFold(v string) predicate.Entity

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

func StatusEQ

func StatusEQ(v string) predicate.Entity

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

func StatusEqualFold

func StatusEqualFold(v string) predicate.Entity

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

func StatusGT

func StatusGT(v string) predicate.Entity

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

func StatusGTE

func StatusGTE(v string) predicate.Entity

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

func StatusHasPrefix

func StatusHasPrefix(v string) predicate.Entity

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

func StatusHasSuffix

func StatusHasSuffix(v string) predicate.Entity

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

func StatusIn

func StatusIn(vs ...string) 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 StatusLT

func StatusLT(v string) predicate.Entity

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

func StatusLTE

func StatusLTE(v string) predicate.Entity

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

func StatusNEQ

func StatusNEQ(v string) predicate.Entity

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

func StatusNotIn

func StatusNotIn(vs ...string) 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 added in v1.5.0

func StatusPageURL(v string) predicate.Entity

StatusPageURL applies equality check predicate on the "status_page_url" field. It's identical to StatusPageURLEQ.

func StatusPageURLContains added in v1.5.0

func StatusPageURLContains(v string) predicate.Entity

StatusPageURLContains applies the Contains predicate on the "status_page_url" field.

func StatusPageURLContainsFold added in v1.5.0

func StatusPageURLContainsFold(v string) predicate.Entity

StatusPageURLContainsFold applies the ContainsFold predicate on the "status_page_url" field.

func StatusPageURLEQ added in v1.5.0

func StatusPageURLEQ(v string) predicate.Entity

StatusPageURLEQ applies the EQ predicate on the "status_page_url" field.

func StatusPageURLEqualFold added in v1.5.0

func StatusPageURLEqualFold(v string) predicate.Entity

StatusPageURLEqualFold applies the EqualFold predicate on the "status_page_url" field.

func StatusPageURLGT added in v1.5.0

func StatusPageURLGT(v string) predicate.Entity

StatusPageURLGT applies the GT predicate on the "status_page_url" field.

func StatusPageURLGTE added in v1.5.0

func StatusPageURLGTE(v string) predicate.Entity

StatusPageURLGTE applies the GTE predicate on the "status_page_url" field.

func StatusPageURLHasPrefix added in v1.5.0

func StatusPageURLHasPrefix(v string) predicate.Entity

StatusPageURLHasPrefix applies the HasPrefix predicate on the "status_page_url" field.

func StatusPageURLHasSuffix added in v1.5.0

func StatusPageURLHasSuffix(v string) predicate.Entity

StatusPageURLHasSuffix applies the HasSuffix predicate on the "status_page_url" field.

func StatusPageURLIn added in v1.5.0

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

StatusPageURLIn applies the In predicate on the "status_page_url" field.

func StatusPageURLIsNil added in v1.5.0

func StatusPageURLIsNil() predicate.Entity

StatusPageURLIsNil applies the IsNil predicate on the "status_page_url" field.

func StatusPageURLLT added in v1.5.0

func StatusPageURLLT(v string) predicate.Entity

StatusPageURLLT applies the LT predicate on the "status_page_url" field.

func StatusPageURLLTE added in v1.5.0

func StatusPageURLLTE(v string) predicate.Entity

StatusPageURLLTE applies the LTE predicate on the "status_page_url" field.

func StatusPageURLNEQ added in v1.5.0

func StatusPageURLNEQ(v string) predicate.Entity

StatusPageURLNEQ applies the NEQ predicate on the "status_page_url" field.

func StatusPageURLNotIn added in v1.5.0

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

StatusPageURLNotIn applies the NotIn predicate on the "status_page_url" field.

func StatusPageURLNotNil added in v1.5.0

func StatusPageURLNotNil() predicate.Entity

StatusPageURLNotNil applies the NotNil predicate on the "status_page_url" field.

func SystemInternalID added in v0.34.0

func SystemInternalID(v string) predicate.Entity

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

func SystemInternalIDContains added in v0.34.0

func SystemInternalIDContains(v string) predicate.Entity

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

func SystemInternalIDContainsFold added in v0.34.0

func SystemInternalIDContainsFold(v string) predicate.Entity

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

func SystemInternalIDEQ added in v0.34.0

func SystemInternalIDEQ(v string) predicate.Entity

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

func SystemInternalIDEqualFold added in v0.34.0

func SystemInternalIDEqualFold(v string) predicate.Entity

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

func SystemInternalIDGT added in v0.34.0

func SystemInternalIDGT(v string) predicate.Entity

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

func SystemInternalIDGTE added in v0.34.0

func SystemInternalIDGTE(v string) predicate.Entity

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

func SystemInternalIDHasPrefix added in v0.34.0

func SystemInternalIDHasPrefix(v string) predicate.Entity

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

func SystemInternalIDHasSuffix added in v0.34.0

func SystemInternalIDHasSuffix(v string) predicate.Entity

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

func SystemInternalIDIn added in v0.34.0

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

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

func SystemInternalIDIsNil added in v0.34.0

func SystemInternalIDIsNil() predicate.Entity

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

func SystemInternalIDLT added in v0.34.0

func SystemInternalIDLT(v string) predicate.Entity

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

func SystemInternalIDLTE added in v0.34.0

func SystemInternalIDLTE(v string) predicate.Entity

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

func SystemInternalIDNEQ added in v0.34.0

func SystemInternalIDNEQ(v string) predicate.Entity

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

func SystemInternalIDNotIn added in v0.34.0

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

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

func SystemInternalIDNotNil added in v0.34.0

func SystemInternalIDNotNil() predicate.Entity

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

func SystemOwned added in v0.34.0

func SystemOwned(v bool) predicate.Entity

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

func SystemOwnedEQ added in v0.34.0

func SystemOwnedEQ(v bool) predicate.Entity

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

func SystemOwnedIsNil added in v0.34.0

func SystemOwnedIsNil() predicate.Entity

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

func SystemOwnedNEQ added in v0.34.0

func SystemOwnedNEQ(v bool) predicate.Entity

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

func SystemOwnedNotNil added in v0.34.0

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 added in v1.5.0

func TerminationNoticeDays(v int) predicate.Entity

TerminationNoticeDays applies equality check predicate on the "termination_notice_days" field. It's identical to TerminationNoticeDaysEQ.

func TerminationNoticeDaysEQ added in v1.5.0

func TerminationNoticeDaysEQ(v int) predicate.Entity

TerminationNoticeDaysEQ applies the EQ predicate on the "termination_notice_days" field.

func TerminationNoticeDaysGT added in v1.5.0

func TerminationNoticeDaysGT(v int) predicate.Entity

TerminationNoticeDaysGT applies the GT predicate on the "termination_notice_days" field.

func TerminationNoticeDaysGTE added in v1.5.0

func TerminationNoticeDaysGTE(v int) predicate.Entity

TerminationNoticeDaysGTE applies the GTE predicate on the "termination_notice_days" field.

func TerminationNoticeDaysIn added in v1.5.0

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

TerminationNoticeDaysIn applies the In predicate on the "termination_notice_days" field.

func TerminationNoticeDaysIsNil added in v1.5.0

func TerminationNoticeDaysIsNil() predicate.Entity

TerminationNoticeDaysIsNil applies the IsNil predicate on the "termination_notice_days" field.

func TerminationNoticeDaysLT added in v1.5.0

func TerminationNoticeDaysLT(v int) predicate.Entity

TerminationNoticeDaysLT applies the LT predicate on the "termination_notice_days" field.

func TerminationNoticeDaysLTE added in v1.5.0

func TerminationNoticeDaysLTE(v int) predicate.Entity

TerminationNoticeDaysLTE applies the LTE predicate on the "termination_notice_days" field.

func TerminationNoticeDaysNEQ added in v1.5.0

func TerminationNoticeDaysNEQ(v int) predicate.Entity

TerminationNoticeDaysNEQ applies the NEQ predicate on the "termination_notice_days" field.

func TerminationNoticeDaysNotIn added in v1.5.0

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

TerminationNoticeDaysNotIn applies the NotIn predicate on the "termination_notice_days" field.

func TerminationNoticeDaysNotNil added in v1.5.0

func TerminationNoticeDaysNotNil() predicate.Entity

TerminationNoticeDaysNotNil applies the NotNil predicate on the "termination_notice_days" field.

func Tier added in v1.5.0

func Tier(v string) predicate.Entity

Tier applies equality check predicate on the "tier" field. It's identical to TierEQ.

func TierContains added in v1.5.0

func TierContains(v string) predicate.Entity

TierContains applies the Contains predicate on the "tier" field.

func TierContainsFold added in v1.5.0

func TierContainsFold(v string) predicate.Entity

TierContainsFold applies the ContainsFold predicate on the "tier" field.

func TierEQ added in v1.5.0

func TierEQ(v string) predicate.Entity

TierEQ applies the EQ predicate on the "tier" field.

func TierEqualFold added in v1.5.0

func TierEqualFold(v string) predicate.Entity

TierEqualFold applies the EqualFold predicate on the "tier" field.

func TierGT added in v1.5.0

func TierGT(v string) predicate.Entity

TierGT applies the GT predicate on the "tier" field.

func TierGTE added in v1.5.0

func TierGTE(v string) predicate.Entity

TierGTE applies the GTE predicate on the "tier" field.

func TierHasPrefix added in v1.5.0

func TierHasPrefix(v string) predicate.Entity

TierHasPrefix applies the HasPrefix predicate on the "tier" field.

func TierHasSuffix added in v1.5.0

func TierHasSuffix(v string) predicate.Entity

TierHasSuffix applies the HasSuffix predicate on the "tier" field.

func TierIn added in v1.5.0

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

TierIn applies the In predicate on the "tier" field.

func TierIsNil added in v1.5.0

func TierIsNil() predicate.Entity

TierIsNil applies the IsNil predicate on the "tier" field.

func TierLT added in v1.5.0

func TierLT(v string) predicate.Entity

TierLT applies the LT predicate on the "tier" field.

func TierLTE added in v1.5.0

func TierLTE(v string) predicate.Entity

TierLTE applies the LTE predicate on the "tier" field.

func TierNEQ added in v1.5.0

func TierNEQ(v string) predicate.Entity

TierNEQ applies the NEQ predicate on the "tier" field.

func TierNotIn added in v1.5.0

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

TierNotIn applies the NotIn predicate on the "tier" field.

func TierNotNil added in v1.5.0

func TierNotNil() predicate.Entity

TierNotNil applies the NotNil predicate on the "tier" field.

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 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 added in v1.5.0

func VendorMetadataIsNil() predicate.Entity

VendorMetadataIsNil applies the IsNil predicate on the "vendor_metadata" field.

func VendorMetadataNotNil added in v1.5.0

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 added in v1.5.0

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

ByAnnualSpend orders the results by the annual_spend field.

func ByApprovedForUse added in v1.5.0

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

ByApprovedForUse orders the results by the approved_for_use field.

func ByAssessmentResponses added in v1.5.0

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

ByAssessmentResponses orders the results by assessment_responses terms.

func ByAssessmentResponsesCount added in v1.5.0

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

ByAssessmentResponsesCount orders the results by assessment_responses count.

func ByAssets added in v0.19.0

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

ByAssets orders the results by assets terms.

func ByAssetsCount added in v0.19.0

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

ByAssetsCount orders the results by assets count.

func ByAuthMethods added in v1.5.0

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

ByAuthMethods orders the results by auth_methods terms.

func ByAuthMethodsCount added in v1.5.0

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

ByAuthMethodsCount orders the results by auth_methods count.

func ByAutoRenews added in v1.5.0

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

ByAutoRenews orders the results by the auto_renews field.

func ByBillingModel added in v1.5.0

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

ByBillingModel orders the results by the billing_model field.

func ByBlockedGroups added in v0.19.0

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

ByBlockedGroups orders the results by blocked_groups terms.

func ByBlockedGroupsCount added in v0.19.0

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

ByBlockedGroupsCount orders the results by blocked_groups count.

func ByCampaigns added in v1.5.0

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

ByCampaigns orders the results by campaigns terms.

func ByCampaignsCount added in v1.5.0

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 added in v1.5.0

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

ByContractEndDate orders the results by the contract_end_date field.

func ByContractRenewalAt added in v1.5.0

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

ByContractRenewalAt orders the results by the contract_renewal_at field.

func ByContractStartDate added in v1.5.0

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

ByContractStartDate orders the results by the contract_start_date field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func 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 added in v0.19.0

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

ByEditors orders the results by editors terms.

func ByEditorsCount added in v0.19.0

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

ByEditorsCount orders the results by editors count.

func ByEmployerIdentityHolders added in v1.5.0

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

ByEmployerIdentityHolders orders the results by employer_identity_holders terms.

func ByEmployerIdentityHoldersCount added in v1.5.0

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

ByEmployerIdentityHoldersCount orders the results by employer_identity_holders count.

func ByEntityRelationshipStateField added in v1.5.0

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

ByEntityRelationshipStateField orders the results by entity_relationship_state field.

func ByEntityRelationshipStateID added in v1.5.0

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

ByEntityRelationshipStateID orders the results by the entity_relationship_state_id field.

func ByEntityRelationshipStateName added in v1.5.0

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

ByEntityRelationshipStateName orders the results by the entity_relationship_state_name field.

func ByEntitySecurityQuestionnaireStatusField added in v1.5.0

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

ByEntitySecurityQuestionnaireStatusField orders the results by entity_security_questionnaire_status field.

func ByEntitySecurityQuestionnaireStatusID added in v1.5.0

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

ByEntitySecurityQuestionnaireStatusID orders the results by the entity_security_questionnaire_status_id field.

func ByEntitySecurityQuestionnaireStatusName added in v1.5.0

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

ByEntitySecurityQuestionnaireStatusName orders the results by the entity_security_questionnaire_status_name field.

func ByEntitySourceTypeField added in v1.5.0

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

ByEntitySourceTypeField orders the results by entity_source_type field.

func ByEntitySourceTypeID added in v1.5.0

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

ByEntitySourceTypeID orders the results by the entity_source_type_id field.

func ByEntitySourceTypeName added in v1.5.0

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 added in v1.5.0

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

ByEnvironmentField orders the results by environment field.

func ByEnvironmentID added in v1.5.0

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

ByEnvironmentID orders the results by the environment_id field.

func ByEnvironmentName added in v1.5.0

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

ByEnvironmentName orders the results by the environment_name 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 ByHasSoc2 added in v1.5.0

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 added in v1.5.0

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

ByIdentityHolders orders the results by identity_holders terms.

func ByIdentityHoldersCount added in v1.5.0

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

ByIdentityHoldersCount orders the results by identity_holders count.

func ByIntegrations added in v1.5.0

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

ByIntegrations orders the results by integrations terms.

func ByIntegrationsCount added in v1.5.0

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

ByIntegrationsCount orders the results by integrations count.

func ByInternalNotes added in v0.34.0

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

ByInternalNotes orders the results by the internal_notes field.

func ByInternalOwner added in v1.5.0

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

ByInternalOwner orders the results by the internal_owner field.

func ByInternalOwnerGroupField added in v1.5.0

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

ByInternalOwnerGroupField orders the results by internal_owner_group field.

func ByInternalOwnerGroupID added in v1.5.0

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

ByInternalOwnerGroupID orders the results by the internal_owner_group_id field.

func ByInternalOwnerUserField added in v1.5.0

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

ByInternalOwnerUserField orders the results by internal_owner_user field.

func ByInternalOwnerUserID added in v1.5.0

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

ByInternalOwnerUserID orders the results by the internal_owner_user_id field.

func ByLastReviewedAt added in v1.5.0

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

ByLastReviewedAt orders the results by the last_reviewed_at field.

func ByMfaEnforced added in v1.5.0

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

ByMfaEnforced orders the results by the mfa_enforced field.

func ByMfaSupported added in v1.5.0

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 added in v1.5.0

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 ByOutOfScopePlatforms added in v1.5.0

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

ByOutOfScopePlatforms orders the results by out_of_scope_platforms terms.

func ByOutOfScopePlatformsCount added in v1.5.0

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 added in v1.5.0

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

ByPlatforms orders the results by platforms terms.

func ByPlatformsCount added in v1.5.0

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

ByPlatformsCount orders the results by platforms count.

func ByRenewalRisk added in v1.5.0

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

ByRenewalRisk orders the results by the renewal_risk field.

func ByReviewFrequency added in v1.5.0

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

ByReviewFrequency orders the results by the review_frequency field.

func ByReviewedBy added in v1.5.0

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

ByReviewedBy orders the results by the reviewed_by field.

func ByReviewedByGroupField added in v1.5.0

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

ByReviewedByGroupField orders the results by reviewed_by_group field.

func ByReviewedByGroupID added in v1.5.0

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

ByReviewedByGroupID orders the results by the reviewed_by_group_id field.

func ByReviewedByUserField added in v1.5.0

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

ByReviewedByUserField orders the results by reviewed_by_user field.

func ByReviewedByUserID added in v1.5.0

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

ByReviewedByUserID orders the results by the reviewed_by_user_id field.

func ByRiskRating added in v1.5.0

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

ByRiskRating orders the results by the risk_rating field.

func ByRiskScore added in v1.5.0

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

ByRiskScore orders the results by the risk_score field.

func BySSOEnforced added in v1.5.0

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

BySSOEnforced orders the results by the sso_enforced field.

func ByScans added in v0.19.0

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

ByScans orders the results by scans terms.

func ByScansCount added in v0.19.0

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

ByScansCount orders the results by scans count.

func ByScopeField added in v1.5.0

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

ByScopeField orders the results by scope field.

func ByScopeID added in v1.5.0

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

ByScopeID orders the results by the scope_id field.

func ByScopeName added in v1.5.0

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

ByScopeName orders the results by the scope_name field.

func BySoc2PeriodEnd added in v1.5.0

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

BySoc2PeriodEnd orders the results by the soc2_period_end field.

func BySourcePlatforms added in v1.5.0

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

BySourcePlatforms orders the results by source_platforms terms.

func BySourcePlatformsCount added in v1.5.0

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

BySourcePlatformsCount orders the results by source_platforms count.

func BySpendCurrency added in v1.5.0

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 added in v1.5.0

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

ByStatusPageURL orders the results by the status_page_url field.

func BySubprocessors added in v1.5.0

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

BySubprocessors orders the results by subprocessors terms.

func BySubprocessorsCount added in v1.5.0

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

BySubprocessorsCount orders the results by subprocessors count.

func BySystemInternalID added in v0.34.0

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

BySystemInternalID orders the results by the system_internal_id field.

func BySystemOwned added in v0.34.0

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

BySystemOwned orders the results by the system_owned field.

func ByTerminationNoticeDays added in v1.5.0

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

ByTerminationNoticeDays orders the results by the termination_notice_days field.

func ByTier added in v1.5.0

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 ByViewers added in v0.19.0

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

ByViewers orders the results by viewers terms.

func ByViewersCount added in v0.19.0

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

ByViewersCount orders the results by viewers count.

Jump to

Keyboard shortcuts

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