identityholder

package
v1.11.21 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the identityholder type in the database.
	Label = "identity_holder"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldInternalOwner holds the string denoting the internal_owner field in the database.
	FieldInternalOwner = "internal_owner"
	// FieldInternalOwnerUserID holds the string denoting the internal_owner_user_id field in the database.
	FieldInternalOwnerUserID = "internal_owner_user_id"
	// FieldInternalOwnerGroupID holds the string denoting the internal_owner_group_id field in the database.
	FieldInternalOwnerGroupID = "internal_owner_group_id"
	// FieldEnvironmentName holds the string denoting the environment_name field in the database.
	FieldEnvironmentName = "environment_name"
	// FieldEnvironmentID holds the string denoting the environment_id field in the database.
	FieldEnvironmentID = "environment_id"
	// FieldScopeName holds the string denoting the scope_name field in the database.
	FieldScopeName = "scope_name"
	// FieldScopeID holds the string denoting the scope_id field in the database.
	FieldScopeID = "scope_id"
	// FieldWorkflowEligibleMarker holds the string denoting the workflow_eligible_marker field in the database.
	FieldWorkflowEligibleMarker = "workflow_eligible_marker"
	// FieldFullName holds the string denoting the full_name field in the database.
	FieldFullName = "full_name"
	// FieldEmail holds the string denoting the email field in the database.
	FieldEmail = "email"
	// FieldAlternateEmail holds the string denoting the alternate_email field in the database.
	FieldAlternateEmail = "alternate_email"
	// FieldPhoneNumber holds the string denoting the phone_number field in the database.
	FieldPhoneNumber = "phone_number"
	// FieldIsOpenlaneUser holds the string denoting the is_openlane_user field in the database.
	FieldIsOpenlaneUser = "is_openlane_user"
	// FieldUserID holds the string denoting the user_id field in the database.
	FieldUserID = "user_id"
	// FieldIdentityHolderType holds the string denoting the identity_holder_type field in the database.
	FieldIdentityHolderType = "identity_holder_type"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldIsActive holds the string denoting the is_active field in the database.
	FieldIsActive = "is_active"
	// FieldTitle holds the string denoting the title field in the database.
	FieldTitle = "title"
	// FieldDepartment holds the string denoting the department field in the database.
	FieldDepartment = "department"
	// FieldTeam holds the string denoting the team field in the database.
	FieldTeam = "team"
	// FieldLocation holds the string denoting the location field in the database.
	FieldLocation = "location"
	// FieldStartDate holds the string denoting the start_date field in the database.
	FieldStartDate = "start_date"
	// FieldEndDate holds the string denoting the end_date field in the database.
	FieldEndDate = "end_date"
	// FieldEmployerEntityID holds the string denoting the employer_entity_id field in the database.
	FieldEmployerEntityID = "employer_entity_id"
	// FieldExternalUserID holds the string denoting the external_user_id field in the database.
	FieldExternalUserID = "external_user_id"
	// FieldExternalReferenceID holds the string denoting the external_reference_id field in the database.
	FieldExternalReferenceID = "external_reference_id"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeBlockedGroups holds the string denoting the blocked_groups edge name in mutations.
	EdgeBlockedGroups = "blocked_groups"
	// EdgeEditors holds the string denoting the editors edge name in mutations.
	EdgeEditors = "editors"
	// EdgeViewers holds the string denoting the viewers edge name in mutations.
	EdgeViewers = "viewers"
	// EdgeInternalOwnerUser holds the string denoting the internal_owner_user edge name in mutations.
	EdgeInternalOwnerUser = "internal_owner_user"
	// EdgeInternalOwnerGroup holds the string denoting the internal_owner_group edge name in mutations.
	EdgeInternalOwnerGroup = "internal_owner_group"
	// 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"
	// EdgeEmployer holds the string denoting the employer edge name in mutations.
	EdgeEmployer = "employer"
	// EdgeAssessmentResponses holds the string denoting the assessment_responses edge name in mutations.
	EdgeAssessmentResponses = "assessment_responses"
	// EdgeAssessments holds the string denoting the assessments edge name in mutations.
	EdgeAssessments = "assessments"
	// EdgeTemplates holds the string denoting the templates edge name in mutations.
	EdgeTemplates = "templates"
	// EdgeAssets holds the string denoting the assets edge name in mutations.
	EdgeAssets = "assets"
	// EdgeEntities holds the string denoting the entities edge name in mutations.
	EdgeEntities = "entities"
	// EdgeDirectoryAccounts holds the string denoting the directory_accounts edge name in mutations.
	EdgeDirectoryAccounts = "directory_accounts"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgePlatforms holds the string denoting the platforms edge name in mutations.
	EdgePlatforms = "platforms"
	// EdgeCampaigns holds the string denoting the campaigns edge name in mutations.
	EdgeCampaigns = "campaigns"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeFindings holds the string denoting the findings edge name in mutations.
	EdgeFindings = "findings"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// EdgeAccessPlatforms holds the string denoting the access_platforms edge name in mutations.
	EdgeAccessPlatforms = "access_platforms"
	// EdgeUser holds the string denoting the user edge name in mutations.
	EdgeUser = "user"
	// Table holds the table name of the identityholder in the database.
	Table = "identity_holders"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "identity_holders"
	// 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.
	BlockedGroupsTable = "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"
	// BlockedGroupsColumn is the table column denoting the blocked_groups relation/edge.
	BlockedGroupsColumn = "identity_holder_blocked_groups"
	// EditorsTable is the table that holds the editors relation/edge.
	EditorsTable = "groups"
	// 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"
	// EditorsColumn is the table column denoting the editors relation/edge.
	EditorsColumn = "identity_holder_editors"
	// ViewersTable is the table that holds the viewers relation/edge.
	ViewersTable = "groups"
	// 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"
	// ViewersColumn is the table column denoting the viewers relation/edge.
	ViewersColumn = "identity_holder_viewers"
	// InternalOwnerUserTable is the table that holds the internal_owner_user relation/edge.
	InternalOwnerUserTable = "identity_holders"
	// 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 = "identity_holders"
	// 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"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "identity_holders"
	// 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 = "identity_holders"
	// 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"
	// EmployerTable is the table that holds the employer relation/edge.
	EmployerTable = "identity_holders"
	// EmployerInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EmployerInverseTable = "entities"
	// EmployerColumn is the table column denoting the employer relation/edge.
	EmployerColumn = "employer_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 = "identity_holder_id"
	// AssessmentsTable is the table that holds the assessments relation/edge. The primary key declared below.
	AssessmentsTable = "identity_holder_assessments"
	// AssessmentsInverseTable is the table name for the Assessment entity.
	// It exists in this package in order to avoid circular dependency with the "assessment" package.
	AssessmentsInverseTable = "assessments"
	// TemplatesTable is the table that holds the templates relation/edge. The primary key declared below.
	TemplatesTable = "identity_holder_templates"
	// TemplatesInverseTable is the table name for the Template entity.
	// It exists in this package in order to avoid circular dependency with the "template" package.
	TemplatesInverseTable = "templates"
	// AssetsTable is the table that holds the assets relation/edge. The primary key declared below.
	AssetsTable = "identity_holder_assets"
	// AssetsInverseTable is the table name for the Asset entity.
	// It exists in this package in order to avoid circular dependency with the "asset" package.
	AssetsInverseTable = "assets"
	// EntitiesTable is the table that holds the entities relation/edge. The primary key declared below.
	EntitiesTable = "identity_holder_entities"
	// EntitiesInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntitiesInverseTable = "entities"
	// DirectoryAccountsTable is the table that holds the directory_accounts relation/edge.
	DirectoryAccountsTable = "directory_accounts"
	// DirectoryAccountsInverseTable is the table name for the DirectoryAccount entity.
	// It exists in this package in order to avoid circular dependency with the "directoryaccount" package.
	DirectoryAccountsInverseTable = "directory_accounts"
	// DirectoryAccountsColumn is the table column denoting the directory_accounts relation/edge.
	DirectoryAccountsColumn = "identity_holder_id"
	// ControlsTable is the table that holds the controls relation/edge. The primary key declared below.
	ControlsTable = "control_identity_holders"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// PlatformsTable is the table that holds the platforms relation/edge. The primary key declared below.
	PlatformsTable = "platform_identity_holders"
	// 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"
	// CampaignsTable is the table that holds the campaigns relation/edge. The primary key declared below.
	CampaignsTable = "campaign_identity_holders"
	// 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"
	// TasksTable is the table that holds the tasks relation/edge. The primary key declared below.
	TasksTable = "identity_holder_tasks"
	// TasksInverseTable is the table name for the Task entity.
	// It exists in this package in order to avoid circular dependency with the "task" package.
	TasksInverseTable = "tasks"
	// FilesTable is the table that holds the files relation/edge. The primary key declared below.
	FilesTable = "identity_holder_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"
	// FindingsTable is the table that holds the findings relation/edge. The primary key declared below.
	FindingsTable = "finding_identity_holders"
	// FindingsInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingsInverseTable = "findings"
	// WorkflowObjectRefsTable is the table that holds the workflow_object_refs relation/edge.
	WorkflowObjectRefsTable = "workflow_object_refs"
	// WorkflowObjectRefsInverseTable is the table name for the WorkflowObjectRef entity.
	// It exists in this package in order to avoid circular dependency with the "workflowobjectref" package.
	WorkflowObjectRefsInverseTable = "workflow_object_refs"
	// WorkflowObjectRefsColumn is the table column denoting the workflow_object_refs relation/edge.
	WorkflowObjectRefsColumn = "identity_holder_id"
	// AccessPlatformsTable is the table that holds the access_platforms relation/edge.
	AccessPlatformsTable = "platforms"
	// AccessPlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	AccessPlatformsInverseTable = "platforms"
	// AccessPlatformsColumn is the table column denoting the access_platforms relation/edge.
	AccessPlatformsColumn = "identity_holder_access_platforms"
	// UserTable is the table that holds the user relation/edge.
	UserTable = "identity_holders"
	// UserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	UserInverseTable = "users"
	// UserColumn is the table column denoting the user relation/edge.
	UserColumn = "user_id"
)
View Source
const DefaultIdentityHolderType enums.IdentityHolderType = "EMPLOYEE"
View Source
const DefaultStatus enums.UserStatus = "ACTIVE"

Variables

View Source
var (
	// AssessmentsPrimaryKey and AssessmentsColumn2 are the table columns denoting the
	// primary key for the assessments relation (M2M).
	AssessmentsPrimaryKey = []string{"identity_holder_id", "assessment_id"}
	// TemplatesPrimaryKey and TemplatesColumn2 are the table columns denoting the
	// primary key for the templates relation (M2M).
	TemplatesPrimaryKey = []string{"identity_holder_id", "template_id"}
	// AssetsPrimaryKey and AssetsColumn2 are the table columns denoting the
	// primary key for the assets relation (M2M).
	AssetsPrimaryKey = []string{"identity_holder_id", "asset_id"}
	// EntitiesPrimaryKey and EntitiesColumn2 are the table columns denoting the
	// primary key for the entities relation (M2M).
	EntitiesPrimaryKey = []string{"identity_holder_id", "entity_id"}
	// ControlsPrimaryKey and ControlsColumn2 are the table columns denoting the
	// primary key for the controls relation (M2M).
	ControlsPrimaryKey = []string{"control_id", "identity_holder_id"}
	// PlatformsPrimaryKey and PlatformsColumn2 are the table columns denoting the
	// primary key for the platforms relation (M2M).
	PlatformsPrimaryKey = []string{"platform_id", "identity_holder_id"}
	// CampaignsPrimaryKey and CampaignsColumn2 are the table columns denoting the
	// primary key for the campaigns relation (M2M).
	CampaignsPrimaryKey = []string{"campaign_id", "identity_holder_id"}
	// TasksPrimaryKey and TasksColumn2 are the table columns denoting the
	// primary key for the tasks relation (M2M).
	TasksPrimaryKey = []string{"identity_holder_id", "task_id"}
	// FilesPrimaryKey and FilesColumn2 are the table columns denoting the
	// primary key for the files relation (M2M).
	FilesPrimaryKey = []string{"identity_holder_id", "file_id"}
	// FindingsPrimaryKey and FindingsColumn2 are the table columns denoting the
	// primary key for the findings relation (M2M).
	FindingsPrimaryKey = []string{"finding_id", "identity_holder_id"}
)
View Source
var (
	Hooks        [14]ent.Hook
	Interceptors [3]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DisplayIDValidator is a validator for the "display_id" field. It is called by the builders before save.
	DisplayIDValidator func(string) error
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// DefaultWorkflowEligibleMarker holds the default value on creation for the "workflow_eligible_marker" field.
	DefaultWorkflowEligibleMarker bool
	// FullNameValidator is a validator for the "full_name" field. It is called by the builders before save.
	FullNameValidator func(string) error
	// EmailValidator is a validator for the "email" field. It is called by the builders before save.
	EmailValidator func(string) error
	// AlternateEmailValidator is a validator for the "alternate_email" field. It is called by the builders before save.
	AlternateEmailValidator func(string) error
	// PhoneNumberValidator is a validator for the "phone_number" field. It is called by the builders before save.
	PhoneNumberValidator func(string) error
	// DefaultIsOpenlaneUser holds the default value on creation for the "is_openlane_user" field.
	DefaultIsOpenlaneUser bool
	// DefaultIsActive holds the default value on creation for the "is_active" field.
	DefaultIsActive bool
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for identityholder fields.

Functions

func AlternateEmail

func AlternateEmail(v string) predicate.IdentityHolder

AlternateEmail applies equality check predicate on the "alternate_email" field. It's identical to AlternateEmailEQ.

func AlternateEmailContains

func AlternateEmailContains(v string) predicate.IdentityHolder

AlternateEmailContains applies the Contains predicate on the "alternate_email" field.

func AlternateEmailContainsFold

func AlternateEmailContainsFold(v string) predicate.IdentityHolder

AlternateEmailContainsFold applies the ContainsFold predicate on the "alternate_email" field.

func AlternateEmailEQ

func AlternateEmailEQ(v string) predicate.IdentityHolder

AlternateEmailEQ applies the EQ predicate on the "alternate_email" field.

func AlternateEmailEqualFold

func AlternateEmailEqualFold(v string) predicate.IdentityHolder

AlternateEmailEqualFold applies the EqualFold predicate on the "alternate_email" field.

func AlternateEmailGT

func AlternateEmailGT(v string) predicate.IdentityHolder

AlternateEmailGT applies the GT predicate on the "alternate_email" field.

func AlternateEmailGTE

func AlternateEmailGTE(v string) predicate.IdentityHolder

AlternateEmailGTE applies the GTE predicate on the "alternate_email" field.

func AlternateEmailHasPrefix

func AlternateEmailHasPrefix(v string) predicate.IdentityHolder

AlternateEmailHasPrefix applies the HasPrefix predicate on the "alternate_email" field.

func AlternateEmailHasSuffix

func AlternateEmailHasSuffix(v string) predicate.IdentityHolder

AlternateEmailHasSuffix applies the HasSuffix predicate on the "alternate_email" field.

func AlternateEmailIn

func AlternateEmailIn(vs ...string) predicate.IdentityHolder

AlternateEmailIn applies the In predicate on the "alternate_email" field.

func AlternateEmailIsNil

func AlternateEmailIsNil() predicate.IdentityHolder

AlternateEmailIsNil applies the IsNil predicate on the "alternate_email" field.

func AlternateEmailLT

func AlternateEmailLT(v string) predicate.IdentityHolder

AlternateEmailLT applies the LT predicate on the "alternate_email" field.

func AlternateEmailLTE

func AlternateEmailLTE(v string) predicate.IdentityHolder

AlternateEmailLTE applies the LTE predicate on the "alternate_email" field.

func AlternateEmailNEQ

func AlternateEmailNEQ(v string) predicate.IdentityHolder

AlternateEmailNEQ applies the NEQ predicate on the "alternate_email" field.

func AlternateEmailNotIn

func AlternateEmailNotIn(vs ...string) predicate.IdentityHolder

AlternateEmailNotIn applies the NotIn predicate on the "alternate_email" field.

func AlternateEmailNotNil

func AlternateEmailNotNil() predicate.IdentityHolder

AlternateEmailNotNil applies the NotNil predicate on the "alternate_email" field.

func And

And groups predicates with the AND operator between them.

func CreatedAt

func CreatedAt(v time.Time) predicate.IdentityHolder

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.IdentityHolder

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.IdentityHolder

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.IdentityHolder

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.IdentityHolder

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.IdentityHolder

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.IdentityHolder

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.IdentityHolder

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.IdentityHolder

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

func CreatedBy

func CreatedBy(v string) predicate.IdentityHolder

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

func CreatedByContains

func CreatedByContains(v string) predicate.IdentityHolder

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.IdentityHolder

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.IdentityHolder

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.IdentityHolder

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

func CreatedByGT

func CreatedByGT(v string) predicate.IdentityHolder

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.IdentityHolder

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.IdentityHolder

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.IdentityHolder

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.IdentityHolder

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

func CreatedByLT

func CreatedByLT(v string) predicate.IdentityHolder

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.IdentityHolder

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.IdentityHolder

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.IdentityHolder

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

func DeletedAt

func DeletedAt(v time.Time) predicate.IdentityHolder

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.IdentityHolder

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.IdentityHolder

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.IdentityHolder

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.IdentityHolder

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.IdentityHolder

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.IdentityHolder

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.IdentityHolder

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.IdentityHolder

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

func DeletedBy

func DeletedBy(v string) predicate.IdentityHolder

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

func DeletedByContains

func DeletedByContains(v string) predicate.IdentityHolder

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.IdentityHolder

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.IdentityHolder

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.IdentityHolder

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

func DeletedByGT

func DeletedByGT(v string) predicate.IdentityHolder

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.IdentityHolder

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.IdentityHolder

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.IdentityHolder

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.IdentityHolder

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

func DeletedByLT

func DeletedByLT(v string) predicate.IdentityHolder

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.IdentityHolder

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.IdentityHolder

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.IdentityHolder

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

func Department

func Department(v string) predicate.IdentityHolder

Department applies equality check predicate on the "department" field. It's identical to DepartmentEQ.

func DepartmentContains

func DepartmentContains(v string) predicate.IdentityHolder

DepartmentContains applies the Contains predicate on the "department" field.

func DepartmentContainsFold

func DepartmentContainsFold(v string) predicate.IdentityHolder

DepartmentContainsFold applies the ContainsFold predicate on the "department" field.

func DepartmentEQ

func DepartmentEQ(v string) predicate.IdentityHolder

DepartmentEQ applies the EQ predicate on the "department" field.

func DepartmentEqualFold

func DepartmentEqualFold(v string) predicate.IdentityHolder

DepartmentEqualFold applies the EqualFold predicate on the "department" field.

func DepartmentGT

func DepartmentGT(v string) predicate.IdentityHolder

DepartmentGT applies the GT predicate on the "department" field.

func DepartmentGTE

func DepartmentGTE(v string) predicate.IdentityHolder

DepartmentGTE applies the GTE predicate on the "department" field.

func DepartmentHasPrefix

func DepartmentHasPrefix(v string) predicate.IdentityHolder

DepartmentHasPrefix applies the HasPrefix predicate on the "department" field.

func DepartmentHasSuffix

func DepartmentHasSuffix(v string) predicate.IdentityHolder

DepartmentHasSuffix applies the HasSuffix predicate on the "department" field.

func DepartmentIn

func DepartmentIn(vs ...string) predicate.IdentityHolder

DepartmentIn applies the In predicate on the "department" field.

func DepartmentIsNil

func DepartmentIsNil() predicate.IdentityHolder

DepartmentIsNil applies the IsNil predicate on the "department" field.

func DepartmentLT

func DepartmentLT(v string) predicate.IdentityHolder

DepartmentLT applies the LT predicate on the "department" field.

func DepartmentLTE

func DepartmentLTE(v string) predicate.IdentityHolder

DepartmentLTE applies the LTE predicate on the "department" field.

func DepartmentNEQ

func DepartmentNEQ(v string) predicate.IdentityHolder

DepartmentNEQ applies the NEQ predicate on the "department" field.

func DepartmentNotIn

func DepartmentNotIn(vs ...string) predicate.IdentityHolder

DepartmentNotIn applies the NotIn predicate on the "department" field.

func DepartmentNotNil

func DepartmentNotNil() predicate.IdentityHolder

DepartmentNotNil applies the NotNil predicate on the "department" field.

func DisplayID

func DisplayID(v string) predicate.IdentityHolder

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.IdentityHolder

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.IdentityHolder

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

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.IdentityHolder

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.IdentityHolder

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

func DisplayIDGT

func DisplayIDGT(v string) predicate.IdentityHolder

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

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.IdentityHolder

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.IdentityHolder

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.IdentityHolder

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

func DisplayIDIn

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

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

func DisplayIDLT

func DisplayIDLT(v string) predicate.IdentityHolder

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

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.IdentityHolder

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

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.IdentityHolder

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

func DisplayIDNotIn

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

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

func Email

Email applies equality check predicate on the "email" field. It's identical to EmailEQ.

func EmailContains

func EmailContains(v string) predicate.IdentityHolder

EmailContains applies the Contains predicate on the "email" field.

func EmailContainsFold

func EmailContainsFold(v string) predicate.IdentityHolder

EmailContainsFold applies the ContainsFold predicate on the "email" field.

func EmailEQ

func EmailEQ(v string) predicate.IdentityHolder

EmailEQ applies the EQ predicate on the "email" field.

func EmailEqualFold

func EmailEqualFold(v string) predicate.IdentityHolder

EmailEqualFold applies the EqualFold predicate on the "email" field.

func EmailGT

func EmailGT(v string) predicate.IdentityHolder

EmailGT applies the GT predicate on the "email" field.

func EmailGTE

func EmailGTE(v string) predicate.IdentityHolder

EmailGTE applies the GTE predicate on the "email" field.

func EmailHasPrefix

func EmailHasPrefix(v string) predicate.IdentityHolder

EmailHasPrefix applies the HasPrefix predicate on the "email" field.

func EmailHasSuffix

func EmailHasSuffix(v string) predicate.IdentityHolder

EmailHasSuffix applies the HasSuffix predicate on the "email" field.

func EmailIn

func EmailIn(vs ...string) predicate.IdentityHolder

EmailIn applies the In predicate on the "email" field.

func EmailLT

func EmailLT(v string) predicate.IdentityHolder

EmailLT applies the LT predicate on the "email" field.

func EmailLTE

func EmailLTE(v string) predicate.IdentityHolder

EmailLTE applies the LTE predicate on the "email" field.

func EmailNEQ

func EmailNEQ(v string) predicate.IdentityHolder

EmailNEQ applies the NEQ predicate on the "email" field.

func EmailNotIn

func EmailNotIn(vs ...string) predicate.IdentityHolder

EmailNotIn applies the NotIn predicate on the "email" field.

func EmployerEntityID

func EmployerEntityID(v string) predicate.IdentityHolder

EmployerEntityID applies equality check predicate on the "employer_entity_id" field. It's identical to EmployerEntityIDEQ.

func EmployerEntityIDContains

func EmployerEntityIDContains(v string) predicate.IdentityHolder

EmployerEntityIDContains applies the Contains predicate on the "employer_entity_id" field.

func EmployerEntityIDContainsFold

func EmployerEntityIDContainsFold(v string) predicate.IdentityHolder

EmployerEntityIDContainsFold applies the ContainsFold predicate on the "employer_entity_id" field.

func EmployerEntityIDEQ

func EmployerEntityIDEQ(v string) predicate.IdentityHolder

EmployerEntityIDEQ applies the EQ predicate on the "employer_entity_id" field.

func EmployerEntityIDEqualFold

func EmployerEntityIDEqualFold(v string) predicate.IdentityHolder

EmployerEntityIDEqualFold applies the EqualFold predicate on the "employer_entity_id" field.

func EmployerEntityIDGT

func EmployerEntityIDGT(v string) predicate.IdentityHolder

EmployerEntityIDGT applies the GT predicate on the "employer_entity_id" field.

func EmployerEntityIDGTE

func EmployerEntityIDGTE(v string) predicate.IdentityHolder

EmployerEntityIDGTE applies the GTE predicate on the "employer_entity_id" field.

func EmployerEntityIDHasPrefix

func EmployerEntityIDHasPrefix(v string) predicate.IdentityHolder

EmployerEntityIDHasPrefix applies the HasPrefix predicate on the "employer_entity_id" field.

func EmployerEntityIDHasSuffix

func EmployerEntityIDHasSuffix(v string) predicate.IdentityHolder

EmployerEntityIDHasSuffix applies the HasSuffix predicate on the "employer_entity_id" field.

func EmployerEntityIDIn

func EmployerEntityIDIn(vs ...string) predicate.IdentityHolder

EmployerEntityIDIn applies the In predicate on the "employer_entity_id" field.

func EmployerEntityIDIsNil

func EmployerEntityIDIsNil() predicate.IdentityHolder

EmployerEntityIDIsNil applies the IsNil predicate on the "employer_entity_id" field.

func EmployerEntityIDLT

func EmployerEntityIDLT(v string) predicate.IdentityHolder

EmployerEntityIDLT applies the LT predicate on the "employer_entity_id" field.

func EmployerEntityIDLTE

func EmployerEntityIDLTE(v string) predicate.IdentityHolder

EmployerEntityIDLTE applies the LTE predicate on the "employer_entity_id" field.

func EmployerEntityIDNEQ

func EmployerEntityIDNEQ(v string) predicate.IdentityHolder

EmployerEntityIDNEQ applies the NEQ predicate on the "employer_entity_id" field.

func EmployerEntityIDNotIn

func EmployerEntityIDNotIn(vs ...string) predicate.IdentityHolder

EmployerEntityIDNotIn applies the NotIn predicate on the "employer_entity_id" field.

func EmployerEntityIDNotNil

func EmployerEntityIDNotNil() predicate.IdentityHolder

EmployerEntityIDNotNil applies the NotNil predicate on the "employer_entity_id" field.

func EndDate

EndDate applies equality check predicate on the "end_date" field. It's identical to EndDateEQ.

func EndDateEQ

EndDateEQ applies the EQ predicate on the "end_date" field.

func EndDateGT

EndDateGT applies the GT predicate on the "end_date" field.

func EndDateGTE

EndDateGTE applies the GTE predicate on the "end_date" field.

func EndDateIn

func EndDateIn(vs ...models.DateTime) predicate.IdentityHolder

EndDateIn applies the In predicate on the "end_date" field.

func EndDateIsNil

func EndDateIsNil() predicate.IdentityHolder

EndDateIsNil applies the IsNil predicate on the "end_date" field.

func EndDateLT

EndDateLT applies the LT predicate on the "end_date" field.

func EndDateLTE

EndDateLTE applies the LTE predicate on the "end_date" field.

func EndDateNEQ

EndDateNEQ applies the NEQ predicate on the "end_date" field.

func EndDateNotIn

func EndDateNotIn(vs ...models.DateTime) predicate.IdentityHolder

EndDateNotIn applies the NotIn predicate on the "end_date" field.

func EndDateNotNil

func EndDateNotNil() predicate.IdentityHolder

EndDateNotNil applies the NotNil predicate on the "end_date" field.

func EnvironmentID

func EnvironmentID(v string) predicate.IdentityHolder

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

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.IdentityHolder

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

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.IdentityHolder

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

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.IdentityHolder

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

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.IdentityHolder

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

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.IdentityHolder

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

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.IdentityHolder

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

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.IdentityHolder

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

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.IdentityHolder

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

func EnvironmentIDIn

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

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

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.IdentityHolder

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

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.IdentityHolder

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

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.IdentityHolder

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

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.IdentityHolder

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

func EnvironmentIDNotIn

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

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

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.IdentityHolder

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

func EnvironmentName

func EnvironmentName(v string) predicate.IdentityHolder

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

func EnvironmentNameContains

func EnvironmentNameContains(v string) predicate.IdentityHolder

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

func EnvironmentNameContainsFold

func EnvironmentNameContainsFold(v string) predicate.IdentityHolder

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

func EnvironmentNameEQ

func EnvironmentNameEQ(v string) predicate.IdentityHolder

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

func EnvironmentNameEqualFold

func EnvironmentNameEqualFold(v string) predicate.IdentityHolder

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

func EnvironmentNameGT

func EnvironmentNameGT(v string) predicate.IdentityHolder

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

func EnvironmentNameGTE

func EnvironmentNameGTE(v string) predicate.IdentityHolder

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

func EnvironmentNameHasPrefix

func EnvironmentNameHasPrefix(v string) predicate.IdentityHolder

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

func EnvironmentNameHasSuffix

func EnvironmentNameHasSuffix(v string) predicate.IdentityHolder

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

func EnvironmentNameIn

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

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

func EnvironmentNameIsNil

func EnvironmentNameIsNil() predicate.IdentityHolder

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

func EnvironmentNameLT

func EnvironmentNameLT(v string) predicate.IdentityHolder

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

func EnvironmentNameLTE

func EnvironmentNameLTE(v string) predicate.IdentityHolder

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

func EnvironmentNameNEQ

func EnvironmentNameNEQ(v string) predicate.IdentityHolder

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

func EnvironmentNameNotIn

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

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

func EnvironmentNameNotNil

func EnvironmentNameNotNil() predicate.IdentityHolder

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

func ExternalReferenceID

func ExternalReferenceID(v string) predicate.IdentityHolder

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

func ExternalReferenceIDContains

func ExternalReferenceIDContains(v string) predicate.IdentityHolder

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

func ExternalReferenceIDContainsFold

func ExternalReferenceIDContainsFold(v string) predicate.IdentityHolder

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

func ExternalReferenceIDEQ

func ExternalReferenceIDEQ(v string) predicate.IdentityHolder

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

func ExternalReferenceIDEqualFold

func ExternalReferenceIDEqualFold(v string) predicate.IdentityHolder

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

func ExternalReferenceIDGT

func ExternalReferenceIDGT(v string) predicate.IdentityHolder

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

func ExternalReferenceIDGTE

func ExternalReferenceIDGTE(v string) predicate.IdentityHolder

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

func ExternalReferenceIDHasPrefix

func ExternalReferenceIDHasPrefix(v string) predicate.IdentityHolder

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

func ExternalReferenceIDHasSuffix

func ExternalReferenceIDHasSuffix(v string) predicate.IdentityHolder

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

func ExternalReferenceIDIn

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

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

func ExternalReferenceIDIsNil

func ExternalReferenceIDIsNil() predicate.IdentityHolder

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

func ExternalReferenceIDLT

func ExternalReferenceIDLT(v string) predicate.IdentityHolder

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

func ExternalReferenceIDLTE

func ExternalReferenceIDLTE(v string) predicate.IdentityHolder

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

func ExternalReferenceIDNEQ

func ExternalReferenceIDNEQ(v string) predicate.IdentityHolder

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

func ExternalReferenceIDNotIn

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

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

func ExternalReferenceIDNotNil

func ExternalReferenceIDNotNil() predicate.IdentityHolder

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

func ExternalUserID

func ExternalUserID(v string) predicate.IdentityHolder

ExternalUserID applies equality check predicate on the "external_user_id" field. It's identical to ExternalUserIDEQ.

func ExternalUserIDContains

func ExternalUserIDContains(v string) predicate.IdentityHolder

ExternalUserIDContains applies the Contains predicate on the "external_user_id" field.

func ExternalUserIDContainsFold

func ExternalUserIDContainsFold(v string) predicate.IdentityHolder

ExternalUserIDContainsFold applies the ContainsFold predicate on the "external_user_id" field.

func ExternalUserIDEQ

func ExternalUserIDEQ(v string) predicate.IdentityHolder

ExternalUserIDEQ applies the EQ predicate on the "external_user_id" field.

func ExternalUserIDEqualFold

func ExternalUserIDEqualFold(v string) predicate.IdentityHolder

ExternalUserIDEqualFold applies the EqualFold predicate on the "external_user_id" field.

func ExternalUserIDGT

func ExternalUserIDGT(v string) predicate.IdentityHolder

ExternalUserIDGT applies the GT predicate on the "external_user_id" field.

func ExternalUserIDGTE

func ExternalUserIDGTE(v string) predicate.IdentityHolder

ExternalUserIDGTE applies the GTE predicate on the "external_user_id" field.

func ExternalUserIDHasPrefix

func ExternalUserIDHasPrefix(v string) predicate.IdentityHolder

ExternalUserIDHasPrefix applies the HasPrefix predicate on the "external_user_id" field.

func ExternalUserIDHasSuffix

func ExternalUserIDHasSuffix(v string) predicate.IdentityHolder

ExternalUserIDHasSuffix applies the HasSuffix predicate on the "external_user_id" field.

func ExternalUserIDIn

func ExternalUserIDIn(vs ...string) predicate.IdentityHolder

ExternalUserIDIn applies the In predicate on the "external_user_id" field.

func ExternalUserIDIsNil

func ExternalUserIDIsNil() predicate.IdentityHolder

ExternalUserIDIsNil applies the IsNil predicate on the "external_user_id" field.

func ExternalUserIDLT

func ExternalUserIDLT(v string) predicate.IdentityHolder

ExternalUserIDLT applies the LT predicate on the "external_user_id" field.

func ExternalUserIDLTE

func ExternalUserIDLTE(v string) predicate.IdentityHolder

ExternalUserIDLTE applies the LTE predicate on the "external_user_id" field.

func ExternalUserIDNEQ

func ExternalUserIDNEQ(v string) predicate.IdentityHolder

ExternalUserIDNEQ applies the NEQ predicate on the "external_user_id" field.

func ExternalUserIDNotIn

func ExternalUserIDNotIn(vs ...string) predicate.IdentityHolder

ExternalUserIDNotIn applies the NotIn predicate on the "external_user_id" field.

func ExternalUserIDNotNil

func ExternalUserIDNotNil() predicate.IdentityHolder

ExternalUserIDNotNil applies the NotNil predicate on the "external_user_id" field.

func FullName

func FullName(v string) predicate.IdentityHolder

FullName applies equality check predicate on the "full_name" field. It's identical to FullNameEQ.

func FullNameContains

func FullNameContains(v string) predicate.IdentityHolder

FullNameContains applies the Contains predicate on the "full_name" field.

func FullNameContainsFold

func FullNameContainsFold(v string) predicate.IdentityHolder

FullNameContainsFold applies the ContainsFold predicate on the "full_name" field.

func FullNameEQ

func FullNameEQ(v string) predicate.IdentityHolder

FullNameEQ applies the EQ predicate on the "full_name" field.

func FullNameEqualFold

func FullNameEqualFold(v string) predicate.IdentityHolder

FullNameEqualFold applies the EqualFold predicate on the "full_name" field.

func FullNameGT

func FullNameGT(v string) predicate.IdentityHolder

FullNameGT applies the GT predicate on the "full_name" field.

func FullNameGTE

func FullNameGTE(v string) predicate.IdentityHolder

FullNameGTE applies the GTE predicate on the "full_name" field.

func FullNameHasPrefix

func FullNameHasPrefix(v string) predicate.IdentityHolder

FullNameHasPrefix applies the HasPrefix predicate on the "full_name" field.

func FullNameHasSuffix

func FullNameHasSuffix(v string) predicate.IdentityHolder

FullNameHasSuffix applies the HasSuffix predicate on the "full_name" field.

func FullNameIn

func FullNameIn(vs ...string) predicate.IdentityHolder

FullNameIn applies the In predicate on the "full_name" field.

func FullNameLT

func FullNameLT(v string) predicate.IdentityHolder

FullNameLT applies the LT predicate on the "full_name" field.

func FullNameLTE

func FullNameLTE(v string) predicate.IdentityHolder

FullNameLTE applies the LTE predicate on the "full_name" field.

func FullNameNEQ

func FullNameNEQ(v string) predicate.IdentityHolder

FullNameNEQ applies the NEQ predicate on the "full_name" field.

func FullNameNotIn

func FullNameNotIn(vs ...string) predicate.IdentityHolder

FullNameNotIn applies the NotIn predicate on the "full_name" field.

func HasAccessPlatforms

func HasAccessPlatforms() predicate.IdentityHolder

HasAccessPlatforms applies the HasEdge predicate on the "access_platforms" edge.

func HasAccessPlatformsWith

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

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

func HasAssessmentResponses

func HasAssessmentResponses() predicate.IdentityHolder

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

func HasAssessmentResponsesWith

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

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

func HasAssessments

func HasAssessments() predicate.IdentityHolder

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

func HasAssessmentsWith

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

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

func HasAssets

func HasAssets() predicate.IdentityHolder

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

func HasAssetsWith

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

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

func HasBlockedGroups

func HasBlockedGroups() predicate.IdentityHolder

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

func HasBlockedGroupsWith

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

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

func HasCampaigns

func HasCampaigns() predicate.IdentityHolder

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

func HasCampaignsWith

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

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

func HasControls added in v1.11.9

func HasControls() predicate.IdentityHolder

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

func HasControlsWith added in v1.11.9

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

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

func HasDirectoryAccounts added in v1.11.2

func HasDirectoryAccounts() predicate.IdentityHolder

HasDirectoryAccounts applies the HasEdge predicate on the "directory_accounts" edge.

func HasDirectoryAccountsWith added in v1.11.2

func HasDirectoryAccountsWith(preds ...predicate.DirectoryAccount) predicate.IdentityHolder

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

func HasEditors

func HasEditors() predicate.IdentityHolder

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

func HasEditorsWith

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

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

func HasEmployer

func HasEmployer() predicate.IdentityHolder

HasEmployer applies the HasEdge predicate on the "employer" edge.

func HasEmployerWith

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

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

func HasEntities

func HasEntities() predicate.IdentityHolder

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

func HasEntitiesWith

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

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

func HasEnvironment

func HasEnvironment() predicate.IdentityHolder

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

func HasEnvironmentWith

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

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

func HasFiles added in v1.11.9

func HasFiles() predicate.IdentityHolder

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

func HasFilesWith added in v1.11.9

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

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

func HasFindings added in v1.11.2

func HasFindings() predicate.IdentityHolder

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

func HasFindingsWith added in v1.11.2

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

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

func HasInternalOwnerGroup

func HasInternalOwnerGroup() predicate.IdentityHolder

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

func HasInternalOwnerGroupWith

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

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

func HasInternalOwnerUser

func HasInternalOwnerUser() predicate.IdentityHolder

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

func HasInternalOwnerUserWith

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

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

func HasOwner

func HasOwner() predicate.IdentityHolder

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

func HasOwnerWith

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

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

func HasPlatforms

func HasPlatforms() predicate.IdentityHolder

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

func HasPlatformsWith

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

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

func HasScope

func HasScope() predicate.IdentityHolder

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

func HasScopeWith

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

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

func HasTasks

func HasTasks() predicate.IdentityHolder

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

func HasTasksWith

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

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

func HasTemplates

func HasTemplates() predicate.IdentityHolder

HasTemplates applies the HasEdge predicate on the "templates" edge.

func HasTemplatesWith

func HasTemplatesWith(preds ...predicate.Template) predicate.IdentityHolder

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

func HasUser

func HasUser() predicate.IdentityHolder

HasUser applies the HasEdge predicate on the "user" edge.

func HasUserWith

func HasUserWith(preds ...predicate.User) predicate.IdentityHolder

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

func HasViewers

func HasViewers() predicate.IdentityHolder

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

func HasViewersWith

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

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

func HasWorkflowObjectRefs

func HasWorkflowObjectRefs() predicate.IdentityHolder

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

func HasWorkflowObjectRefsWith

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

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

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.IdentityHolder

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.IdentityHolder

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func IdentityHolderTypeEQ

func IdentityHolderTypeEQ(v enums.IdentityHolderType) predicate.IdentityHolder

IdentityHolderTypeEQ applies the EQ predicate on the "identity_holder_type" field.

func IdentityHolderTypeIn

func IdentityHolderTypeIn(vs ...enums.IdentityHolderType) predicate.IdentityHolder

IdentityHolderTypeIn applies the In predicate on the "identity_holder_type" field.

func IdentityHolderTypeNEQ

func IdentityHolderTypeNEQ(v enums.IdentityHolderType) predicate.IdentityHolder

IdentityHolderTypeNEQ applies the NEQ predicate on the "identity_holder_type" field.

func IdentityHolderTypeNotIn

func IdentityHolderTypeNotIn(vs ...enums.IdentityHolderType) predicate.IdentityHolder

IdentityHolderTypeNotIn applies the NotIn predicate on the "identity_holder_type" field.

func IdentityHolderTypeValidator

func IdentityHolderTypeValidator(iht enums.IdentityHolderType) error

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

func InternalOwner

func InternalOwner(v string) predicate.IdentityHolder

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

func InternalOwnerContains

func InternalOwnerContains(v string) predicate.IdentityHolder

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

func InternalOwnerContainsFold

func InternalOwnerContainsFold(v string) predicate.IdentityHolder

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

func InternalOwnerEQ

func InternalOwnerEQ(v string) predicate.IdentityHolder

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

func InternalOwnerEqualFold

func InternalOwnerEqualFold(v string) predicate.IdentityHolder

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

func InternalOwnerGT

func InternalOwnerGT(v string) predicate.IdentityHolder

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

func InternalOwnerGTE

func InternalOwnerGTE(v string) predicate.IdentityHolder

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

func InternalOwnerGroupID

func InternalOwnerGroupID(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDContains

func InternalOwnerGroupIDContains(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDContainsFold

func InternalOwnerGroupIDContainsFold(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDEQ

func InternalOwnerGroupIDEQ(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDEqualFold

func InternalOwnerGroupIDEqualFold(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDGT

func InternalOwnerGroupIDGT(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDGTE

func InternalOwnerGroupIDGTE(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDHasPrefix

func InternalOwnerGroupIDHasPrefix(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDHasSuffix

func InternalOwnerGroupIDHasSuffix(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDIn

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

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

func InternalOwnerGroupIDIsNil

func InternalOwnerGroupIDIsNil() predicate.IdentityHolder

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

func InternalOwnerGroupIDLT

func InternalOwnerGroupIDLT(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDLTE

func InternalOwnerGroupIDLTE(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDNEQ

func InternalOwnerGroupIDNEQ(v string) predicate.IdentityHolder

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

func InternalOwnerGroupIDNotIn

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

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

func InternalOwnerGroupIDNotNil

func InternalOwnerGroupIDNotNil() predicate.IdentityHolder

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

func InternalOwnerHasPrefix

func InternalOwnerHasPrefix(v string) predicate.IdentityHolder

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

func InternalOwnerHasSuffix

func InternalOwnerHasSuffix(v string) predicate.IdentityHolder

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

func InternalOwnerIn

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

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

func InternalOwnerIsNil

func InternalOwnerIsNil() predicate.IdentityHolder

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

func InternalOwnerLT

func InternalOwnerLT(v string) predicate.IdentityHolder

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

func InternalOwnerLTE

func InternalOwnerLTE(v string) predicate.IdentityHolder

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

func InternalOwnerNEQ

func InternalOwnerNEQ(v string) predicate.IdentityHolder

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

func InternalOwnerNotIn

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

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

func InternalOwnerNotNil

func InternalOwnerNotNil() predicate.IdentityHolder

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

func InternalOwnerUserID

func InternalOwnerUserID(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDContains

func InternalOwnerUserIDContains(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDContainsFold

func InternalOwnerUserIDContainsFold(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDEQ

func InternalOwnerUserIDEQ(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDEqualFold

func InternalOwnerUserIDEqualFold(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDGT

func InternalOwnerUserIDGT(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDGTE

func InternalOwnerUserIDGTE(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDHasPrefix

func InternalOwnerUserIDHasPrefix(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDHasSuffix

func InternalOwnerUserIDHasSuffix(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDIn

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

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

func InternalOwnerUserIDIsNil

func InternalOwnerUserIDIsNil() predicate.IdentityHolder

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

func InternalOwnerUserIDLT

func InternalOwnerUserIDLT(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDLTE

func InternalOwnerUserIDLTE(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDNEQ

func InternalOwnerUserIDNEQ(v string) predicate.IdentityHolder

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

func InternalOwnerUserIDNotIn

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

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

func InternalOwnerUserIDNotNil

func InternalOwnerUserIDNotNil() predicate.IdentityHolder

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

func IsActive

func IsActive(v bool) predicate.IdentityHolder

IsActive applies equality check predicate on the "is_active" field. It's identical to IsActiveEQ.

func IsActiveEQ

func IsActiveEQ(v bool) predicate.IdentityHolder

IsActiveEQ applies the EQ predicate on the "is_active" field.

func IsActiveNEQ

func IsActiveNEQ(v bool) predicate.IdentityHolder

IsActiveNEQ applies the NEQ predicate on the "is_active" field.

func IsOpenlaneUser

func IsOpenlaneUser(v bool) predicate.IdentityHolder

IsOpenlaneUser applies equality check predicate on the "is_openlane_user" field. It's identical to IsOpenlaneUserEQ.

func IsOpenlaneUserEQ

func IsOpenlaneUserEQ(v bool) predicate.IdentityHolder

IsOpenlaneUserEQ applies the EQ predicate on the "is_openlane_user" field.

func IsOpenlaneUserIsNil

func IsOpenlaneUserIsNil() predicate.IdentityHolder

IsOpenlaneUserIsNil applies the IsNil predicate on the "is_openlane_user" field.

func IsOpenlaneUserNEQ

func IsOpenlaneUserNEQ(v bool) predicate.IdentityHolder

IsOpenlaneUserNEQ applies the NEQ predicate on the "is_openlane_user" field.

func IsOpenlaneUserNotNil

func IsOpenlaneUserNotNil() predicate.IdentityHolder

IsOpenlaneUserNotNil applies the NotNil predicate on the "is_openlane_user" field.

func Location

func Location(v string) predicate.IdentityHolder

Location applies equality check predicate on the "location" field. It's identical to LocationEQ.

func LocationContains

func LocationContains(v string) predicate.IdentityHolder

LocationContains applies the Contains predicate on the "location" field.

func LocationContainsFold

func LocationContainsFold(v string) predicate.IdentityHolder

LocationContainsFold applies the ContainsFold predicate on the "location" field.

func LocationEQ

func LocationEQ(v string) predicate.IdentityHolder

LocationEQ applies the EQ predicate on the "location" field.

func LocationEqualFold

func LocationEqualFold(v string) predicate.IdentityHolder

LocationEqualFold applies the EqualFold predicate on the "location" field.

func LocationGT

func LocationGT(v string) predicate.IdentityHolder

LocationGT applies the GT predicate on the "location" field.

func LocationGTE

func LocationGTE(v string) predicate.IdentityHolder

LocationGTE applies the GTE predicate on the "location" field.

func LocationHasPrefix

func LocationHasPrefix(v string) predicate.IdentityHolder

LocationHasPrefix applies the HasPrefix predicate on the "location" field.

func LocationHasSuffix

func LocationHasSuffix(v string) predicate.IdentityHolder

LocationHasSuffix applies the HasSuffix predicate on the "location" field.

func LocationIn

func LocationIn(vs ...string) predicate.IdentityHolder

LocationIn applies the In predicate on the "location" field.

func LocationIsNil

func LocationIsNil() predicate.IdentityHolder

LocationIsNil applies the IsNil predicate on the "location" field.

func LocationLT

func LocationLT(v string) predicate.IdentityHolder

LocationLT applies the LT predicate on the "location" field.

func LocationLTE

func LocationLTE(v string) predicate.IdentityHolder

LocationLTE applies the LTE predicate on the "location" field.

func LocationNEQ

func LocationNEQ(v string) predicate.IdentityHolder

LocationNEQ applies the NEQ predicate on the "location" field.

func LocationNotIn

func LocationNotIn(vs ...string) predicate.IdentityHolder

LocationNotIn applies the NotIn predicate on the "location" field.

func LocationNotNil

func LocationNotNil() predicate.IdentityHolder

LocationNotNil applies the NotNil predicate on the "location" field.

func MetadataIsNil

func MetadataIsNil() predicate.IdentityHolder

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

func MetadataNotNil

func MetadataNotNil() predicate.IdentityHolder

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

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.IdentityHolder

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.IdentityHolder

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.IdentityHolder

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.IdentityHolder

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.IdentityHolder

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.IdentityHolder

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.IdentityHolder

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.IdentityHolder

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.IdentityHolder

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.IdentityHolder

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.IdentityHolder

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.IdentityHolder

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.IdentityHolder

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.IdentityHolder

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

func PhoneNumber

func PhoneNumber(v string) predicate.IdentityHolder

PhoneNumber applies equality check predicate on the "phone_number" field. It's identical to PhoneNumberEQ.

func PhoneNumberContains

func PhoneNumberContains(v string) predicate.IdentityHolder

PhoneNumberContains applies the Contains predicate on the "phone_number" field.

func PhoneNumberContainsFold

func PhoneNumberContainsFold(v string) predicate.IdentityHolder

PhoneNumberContainsFold applies the ContainsFold predicate on the "phone_number" field.

func PhoneNumberEQ

func PhoneNumberEQ(v string) predicate.IdentityHolder

PhoneNumberEQ applies the EQ predicate on the "phone_number" field.

func PhoneNumberEqualFold

func PhoneNumberEqualFold(v string) predicate.IdentityHolder

PhoneNumberEqualFold applies the EqualFold predicate on the "phone_number" field.

func PhoneNumberGT

func PhoneNumberGT(v string) predicate.IdentityHolder

PhoneNumberGT applies the GT predicate on the "phone_number" field.

func PhoneNumberGTE

func PhoneNumberGTE(v string) predicate.IdentityHolder

PhoneNumberGTE applies the GTE predicate on the "phone_number" field.

func PhoneNumberHasPrefix

func PhoneNumberHasPrefix(v string) predicate.IdentityHolder

PhoneNumberHasPrefix applies the HasPrefix predicate on the "phone_number" field.

func PhoneNumberHasSuffix

func PhoneNumberHasSuffix(v string) predicate.IdentityHolder

PhoneNumberHasSuffix applies the HasSuffix predicate on the "phone_number" field.

func PhoneNumberIn

func PhoneNumberIn(vs ...string) predicate.IdentityHolder

PhoneNumberIn applies the In predicate on the "phone_number" field.

func PhoneNumberIsNil

func PhoneNumberIsNil() predicate.IdentityHolder

PhoneNumberIsNil applies the IsNil predicate on the "phone_number" field.

func PhoneNumberLT

func PhoneNumberLT(v string) predicate.IdentityHolder

PhoneNumberLT applies the LT predicate on the "phone_number" field.

func PhoneNumberLTE

func PhoneNumberLTE(v string) predicate.IdentityHolder

PhoneNumberLTE applies the LTE predicate on the "phone_number" field.

func PhoneNumberNEQ

func PhoneNumberNEQ(v string) predicate.IdentityHolder

PhoneNumberNEQ applies the NEQ predicate on the "phone_number" field.

func PhoneNumberNotIn

func PhoneNumberNotIn(vs ...string) predicate.IdentityHolder

PhoneNumberNotIn applies the NotIn predicate on the "phone_number" field.

func PhoneNumberNotNil

func PhoneNumberNotNil() predicate.IdentityHolder

PhoneNumberNotNil applies the NotNil predicate on the "phone_number" field.

func ScopeID

func ScopeID(v string) predicate.IdentityHolder

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

func ScopeIDContains

func ScopeIDContains(v string) predicate.IdentityHolder

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

func ScopeIDContainsFold

func ScopeIDContainsFold(v string) predicate.IdentityHolder

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

func ScopeIDEQ

func ScopeIDEQ(v string) predicate.IdentityHolder

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

func ScopeIDEqualFold

func ScopeIDEqualFold(v string) predicate.IdentityHolder

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

func ScopeIDGT

func ScopeIDGT(v string) predicate.IdentityHolder

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

func ScopeIDGTE

func ScopeIDGTE(v string) predicate.IdentityHolder

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

func ScopeIDHasPrefix

func ScopeIDHasPrefix(v string) predicate.IdentityHolder

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

func ScopeIDHasSuffix

func ScopeIDHasSuffix(v string) predicate.IdentityHolder

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

func ScopeIDIn

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

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

func ScopeIDIsNil

func ScopeIDIsNil() predicate.IdentityHolder

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

func ScopeIDLT

func ScopeIDLT(v string) predicate.IdentityHolder

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

func ScopeIDLTE

func ScopeIDLTE(v string) predicate.IdentityHolder

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

func ScopeIDNEQ

func ScopeIDNEQ(v string) predicate.IdentityHolder

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

func ScopeIDNotIn

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

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

func ScopeIDNotNil

func ScopeIDNotNil() predicate.IdentityHolder

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

func ScopeName

func ScopeName(v string) predicate.IdentityHolder

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

func ScopeNameContains

func ScopeNameContains(v string) predicate.IdentityHolder

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

func ScopeNameContainsFold

func ScopeNameContainsFold(v string) predicate.IdentityHolder

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

func ScopeNameEQ

func ScopeNameEQ(v string) predicate.IdentityHolder

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

func ScopeNameEqualFold

func ScopeNameEqualFold(v string) predicate.IdentityHolder

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

func ScopeNameGT

func ScopeNameGT(v string) predicate.IdentityHolder

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

func ScopeNameGTE

func ScopeNameGTE(v string) predicate.IdentityHolder

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

func ScopeNameHasPrefix

func ScopeNameHasPrefix(v string) predicate.IdentityHolder

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

func ScopeNameHasSuffix

func ScopeNameHasSuffix(v string) predicate.IdentityHolder

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

func ScopeNameIn

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

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

func ScopeNameIsNil

func ScopeNameIsNil() predicate.IdentityHolder

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

func ScopeNameLT

func ScopeNameLT(v string) predicate.IdentityHolder

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

func ScopeNameLTE

func ScopeNameLTE(v string) predicate.IdentityHolder

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

func ScopeNameNEQ

func ScopeNameNEQ(v string) predicate.IdentityHolder

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

func ScopeNameNotIn

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

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

func ScopeNameNotNil

func ScopeNameNotNil() predicate.IdentityHolder

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

func StartDate

StartDate applies equality check predicate on the "start_date" field. It's identical to StartDateEQ.

func StartDateEQ

func StartDateEQ(v models.DateTime) predicate.IdentityHolder

StartDateEQ applies the EQ predicate on the "start_date" field.

func StartDateGT

func StartDateGT(v models.DateTime) predicate.IdentityHolder

StartDateGT applies the GT predicate on the "start_date" field.

func StartDateGTE

func StartDateGTE(v models.DateTime) predicate.IdentityHolder

StartDateGTE applies the GTE predicate on the "start_date" field.

func StartDateIn

func StartDateIn(vs ...models.DateTime) predicate.IdentityHolder

StartDateIn applies the In predicate on the "start_date" field.

func StartDateIsNil

func StartDateIsNil() predicate.IdentityHolder

StartDateIsNil applies the IsNil predicate on the "start_date" field.

func StartDateLT

func StartDateLT(v models.DateTime) predicate.IdentityHolder

StartDateLT applies the LT predicate on the "start_date" field.

func StartDateLTE

func StartDateLTE(v models.DateTime) predicate.IdentityHolder

StartDateLTE applies the LTE predicate on the "start_date" field.

func StartDateNEQ

func StartDateNEQ(v models.DateTime) predicate.IdentityHolder

StartDateNEQ applies the NEQ predicate on the "start_date" field.

func StartDateNotIn

func StartDateNotIn(vs ...models.DateTime) predicate.IdentityHolder

StartDateNotIn applies the NotIn predicate on the "start_date" field.

func StartDateNotNil

func StartDateNotNil() predicate.IdentityHolder

StartDateNotNil applies the NotNil predicate on the "start_date" field.

func StatusEQ

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

func StatusIn

func StatusIn(vs ...enums.UserStatus) predicate.IdentityHolder

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

func StatusNEQ

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

func StatusNotIn

func StatusNotIn(vs ...enums.UserStatus) predicate.IdentityHolder

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

func StatusValidator

func StatusValidator(s enums.UserStatus) error

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

func TagsIsNil

func TagsIsNil() predicate.IdentityHolder

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

func TagsNotNil

func TagsNotNil() predicate.IdentityHolder

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

func Team

Team applies equality check predicate on the "team" field. It's identical to TeamEQ.

func TeamContains

func TeamContains(v string) predicate.IdentityHolder

TeamContains applies the Contains predicate on the "team" field.

func TeamContainsFold

func TeamContainsFold(v string) predicate.IdentityHolder

TeamContainsFold applies the ContainsFold predicate on the "team" field.

func TeamEQ

TeamEQ applies the EQ predicate on the "team" field.

func TeamEqualFold

func TeamEqualFold(v string) predicate.IdentityHolder

TeamEqualFold applies the EqualFold predicate on the "team" field.

func TeamGT

TeamGT applies the GT predicate on the "team" field.

func TeamGTE

func TeamGTE(v string) predicate.IdentityHolder

TeamGTE applies the GTE predicate on the "team" field.

func TeamHasPrefix

func TeamHasPrefix(v string) predicate.IdentityHolder

TeamHasPrefix applies the HasPrefix predicate on the "team" field.

func TeamHasSuffix

func TeamHasSuffix(v string) predicate.IdentityHolder

TeamHasSuffix applies the HasSuffix predicate on the "team" field.

func TeamIn

func TeamIn(vs ...string) predicate.IdentityHolder

TeamIn applies the In predicate on the "team" field.

func TeamIsNil

func TeamIsNil() predicate.IdentityHolder

TeamIsNil applies the IsNil predicate on the "team" field.

func TeamLT

TeamLT applies the LT predicate on the "team" field.

func TeamLTE

func TeamLTE(v string) predicate.IdentityHolder

TeamLTE applies the LTE predicate on the "team" field.

func TeamNEQ

func TeamNEQ(v string) predicate.IdentityHolder

TeamNEQ applies the NEQ predicate on the "team" field.

func TeamNotIn

func TeamNotIn(vs ...string) predicate.IdentityHolder

TeamNotIn applies the NotIn predicate on the "team" field.

func TeamNotNil

func TeamNotNil() predicate.IdentityHolder

TeamNotNil applies the NotNil predicate on the "team" field.

func Title

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

func TitleContains

func TitleContains(v string) predicate.IdentityHolder

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

func TitleContainsFold

func TitleContainsFold(v string) predicate.IdentityHolder

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

func TitleEQ

func TitleEQ(v string) predicate.IdentityHolder

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

func TitleEqualFold

func TitleEqualFold(v string) predicate.IdentityHolder

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

func TitleGT

func TitleGT(v string) predicate.IdentityHolder

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

func TitleGTE

func TitleGTE(v string) predicate.IdentityHolder

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

func TitleHasPrefix

func TitleHasPrefix(v string) predicate.IdentityHolder

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

func TitleHasSuffix

func TitleHasSuffix(v string) predicate.IdentityHolder

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

func TitleIn

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

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

func TitleIsNil

func TitleIsNil() predicate.IdentityHolder

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

func TitleLT

func TitleLT(v string) predicate.IdentityHolder

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

func TitleLTE

func TitleLTE(v string) predicate.IdentityHolder

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

func TitleNEQ

func TitleNEQ(v string) predicate.IdentityHolder

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

func TitleNotIn

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

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

func TitleNotNil

func TitleNotNil() predicate.IdentityHolder

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.IdentityHolder

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.IdentityHolder

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.IdentityHolder

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.IdentityHolder

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.IdentityHolder

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.IdentityHolder

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.IdentityHolder

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.IdentityHolder

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.IdentityHolder

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

func UpdatedBy

func UpdatedBy(v string) predicate.IdentityHolder

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.IdentityHolder

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.IdentityHolder

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.IdentityHolder

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.IdentityHolder

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.IdentityHolder

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.IdentityHolder

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.IdentityHolder

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.IdentityHolder

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.IdentityHolder

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.IdentityHolder

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.IdentityHolder

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.IdentityHolder

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.IdentityHolder

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

func UserID

UserID applies equality check predicate on the "user_id" field. It's identical to UserIDEQ.

func UserIDContains

func UserIDContains(v string) predicate.IdentityHolder

UserIDContains applies the Contains predicate on the "user_id" field.

func UserIDContainsFold

func UserIDContainsFold(v string) predicate.IdentityHolder

UserIDContainsFold applies the ContainsFold predicate on the "user_id" field.

func UserIDEQ

func UserIDEQ(v string) predicate.IdentityHolder

UserIDEQ applies the EQ predicate on the "user_id" field.

func UserIDEqualFold

func UserIDEqualFold(v string) predicate.IdentityHolder

UserIDEqualFold applies the EqualFold predicate on the "user_id" field.

func UserIDGT

func UserIDGT(v string) predicate.IdentityHolder

UserIDGT applies the GT predicate on the "user_id" field.

func UserIDGTE

func UserIDGTE(v string) predicate.IdentityHolder

UserIDGTE applies the GTE predicate on the "user_id" field.

func UserIDHasPrefix

func UserIDHasPrefix(v string) predicate.IdentityHolder

UserIDHasPrefix applies the HasPrefix predicate on the "user_id" field.

func UserIDHasSuffix

func UserIDHasSuffix(v string) predicate.IdentityHolder

UserIDHasSuffix applies the HasSuffix predicate on the "user_id" field.

func UserIDIn

func UserIDIn(vs ...string) predicate.IdentityHolder

UserIDIn applies the In predicate on the "user_id" field.

func UserIDIsNil

func UserIDIsNil() predicate.IdentityHolder

UserIDIsNil applies the IsNil predicate on the "user_id" field.

func UserIDLT

func UserIDLT(v string) predicate.IdentityHolder

UserIDLT applies the LT predicate on the "user_id" field.

func UserIDLTE

func UserIDLTE(v string) predicate.IdentityHolder

UserIDLTE applies the LTE predicate on the "user_id" field.

func UserIDNEQ

func UserIDNEQ(v string) predicate.IdentityHolder

UserIDNEQ applies the NEQ predicate on the "user_id" field.

func UserIDNotIn

func UserIDNotIn(vs ...string) predicate.IdentityHolder

UserIDNotIn applies the NotIn predicate on the "user_id" field.

func UserIDNotNil

func UserIDNotNil() predicate.IdentityHolder

UserIDNotNil applies the NotNil predicate on the "user_id" field.

func ValidColumn

func ValidColumn(column string) bool

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

func WorkflowEligibleMarker

func WorkflowEligibleMarker(v bool) predicate.IdentityHolder

WorkflowEligibleMarker applies equality check predicate on the "workflow_eligible_marker" field. It's identical to WorkflowEligibleMarkerEQ.

func WorkflowEligibleMarkerEQ

func WorkflowEligibleMarkerEQ(v bool) predicate.IdentityHolder

WorkflowEligibleMarkerEQ applies the EQ predicate on the "workflow_eligible_marker" field.

func WorkflowEligibleMarkerIsNil

func WorkflowEligibleMarkerIsNil() predicate.IdentityHolder

WorkflowEligibleMarkerIsNil applies the IsNil predicate on the "workflow_eligible_marker" field.

func WorkflowEligibleMarkerNEQ

func WorkflowEligibleMarkerNEQ(v bool) predicate.IdentityHolder

WorkflowEligibleMarkerNEQ applies the NEQ predicate on the "workflow_eligible_marker" field.

func WorkflowEligibleMarkerNotNil

func WorkflowEligibleMarkerNotNil() predicate.IdentityHolder

WorkflowEligibleMarkerNotNil applies the NotNil predicate on the "workflow_eligible_marker" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the IdentityHolder queries.

func ByAccessPlatforms

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

ByAccessPlatforms orders the results by access_platforms terms.

func ByAccessPlatformsCount

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

ByAccessPlatformsCount orders the results by access_platforms count.

func ByAlternateEmail

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

ByAlternateEmail orders the results by the alternate_email field.

func ByAssessmentResponses

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

ByAssessmentResponses orders the results by assessment_responses terms.

func ByAssessmentResponsesCount

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

ByAssessmentResponsesCount orders the results by assessment_responses count.

func ByAssessments

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

ByAssessments orders the results by assessments terms.

func ByAssessmentsCount

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

ByAssessmentsCount orders the results by assessments count.

func ByAssets

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

ByAssets orders the results by assets terms.

func ByAssetsCount

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

ByAssetsCount orders the results by assets count.

func ByBlockedGroups

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

ByBlockedGroups orders the results by blocked_groups terms.

func ByBlockedGroupsCount

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

ByBlockedGroupsCount orders the results by blocked_groups count.

func ByCampaigns

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

ByCampaigns orders the results by campaigns terms.

func ByCampaignsCount

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

ByCampaignsCount orders the results by campaigns count.

func ByControls added in v1.11.9

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

ByControls orders the results by controls terms.

func ByControlsCount added in v1.11.9

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

ByControlsCount orders the results by controls count.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDepartment

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

ByDepartment orders the results by the department field.

func ByDirectoryAccounts added in v1.11.2

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

ByDirectoryAccounts orders the results by directory_accounts terms.

func ByDirectoryAccountsCount added in v1.11.2

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

ByDirectoryAccountsCount orders the results by directory_accounts count.

func ByDisplayID

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

ByDisplayID orders the results by the display_id field.

func ByEditors

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

ByEditors orders the results by editors terms.

func ByEditorsCount

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

ByEditorsCount orders the results by editors count.

func ByEmail

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

ByEmail orders the results by the email field.

func ByEmployerEntityID

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

ByEmployerEntityID orders the results by the employer_entity_id field.

func ByEmployerField

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

ByEmployerField orders the results by employer field.

func ByEndDate

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

ByEndDate orders the results by the end_date field.

func ByEntities

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

ByEntities orders the results by entities terms.

func ByEntitiesCount

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

ByEntitiesCount orders the results by entities count.

func ByEnvironmentField

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

ByEnvironmentField orders the results by environment field.

func ByEnvironmentID

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

ByEnvironmentID orders the results by the environment_id field.

func ByEnvironmentName

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

ByEnvironmentName orders the results by the environment_name field.

func ByExternalReferenceID

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

ByExternalReferenceID orders the results by the external_reference_id field.

func ByExternalUserID

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

ByExternalUserID orders the results by the external_user_id field.

func ByFiles added in v1.11.9

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

ByFiles orders the results by files terms.

func ByFilesCount added in v1.11.9

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

ByFilesCount orders the results by files count.

func ByFindings added in v1.11.2

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

ByFindings orders the results by findings terms.

func ByFindingsCount added in v1.11.2

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

ByFindingsCount orders the results by findings count.

func ByFullName

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

ByFullName orders the results by the full_name field.

func ByID

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

ByID orders the results by the id field.

func ByIdentityHolderType

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

ByIdentityHolderType orders the results by the identity_holder_type field.

func ByInternalOwner

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

ByInternalOwner orders the results by the internal_owner field.

func ByInternalOwnerGroupField

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

ByInternalOwnerGroupField orders the results by internal_owner_group field.

func ByInternalOwnerGroupID

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

ByInternalOwnerGroupID orders the results by the internal_owner_group_id field.

func ByInternalOwnerUserField

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

ByInternalOwnerUserField orders the results by internal_owner_user field.

func ByInternalOwnerUserID

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

ByInternalOwnerUserID orders the results by the internal_owner_user_id field.

func ByIsActive

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

ByIsActive orders the results by the is_active field.

func ByIsOpenlaneUser

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

ByIsOpenlaneUser orders the results by the is_openlane_user field.

func ByLocation

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

ByLocation orders the results by the location field.

func ByOwnerField

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

ByOwnerField orders the results by owner field.

func ByOwnerID

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

ByOwnerID orders the results by the owner_id field.

func ByPhoneNumber

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

ByPhoneNumber orders the results by the phone_number field.

func ByPlatforms

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

ByPlatforms orders the results by platforms terms.

func ByPlatformsCount

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

ByPlatformsCount orders the results by platforms count.

func ByScopeField

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

ByScopeField orders the results by scope field.

func ByScopeID

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

ByScopeID orders the results by the scope_id field.

func ByScopeName

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

ByScopeName orders the results by the scope_name field.

func ByStartDate

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

ByStartDate orders the results by the start_date field.

func ByStatus

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

ByStatus orders the results by the status field.

func ByTasks

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

ByTasks orders the results by tasks terms.

func ByTasksCount

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

ByTasksCount orders the results by tasks count.

func ByTeam

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

ByTeam orders the results by the team field.

func ByTemplates

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

ByTemplates orders the results by templates terms.

func ByTemplatesCount

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

ByTemplatesCount orders the results by templates count.

func ByTitle

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

ByTitle orders the results by the title 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 ByUserField

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

ByUserField orders the results by user field.

func ByUserID

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

ByUserID orders the results by the user_id field.

func ByViewers

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

ByViewers orders the results by viewers terms.

func ByViewersCount

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

ByViewersCount orders the results by viewers count.

func ByWorkflowEligibleMarker

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

ByWorkflowEligibleMarker orders the results by the workflow_eligible_marker field.

func ByWorkflowObjectRefs

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

ByWorkflowObjectRefs orders the results by workflow_object_refs terms.

func ByWorkflowObjectRefsCount

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

ByWorkflowObjectRefsCount orders the results by workflow_object_refs count.

Jump to

Keyboard shortcuts

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