file

package
v2.4.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the file type in the database.
	Label = "file"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldUpdatedByImpersonator holds the string denoting the updated_by_impersonator field in the database.
	FieldUpdatedByImpersonator = "updated_by_impersonator"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldSystemOwned holds the string denoting the system_owned field in the database.
	FieldSystemOwned = "system_owned"
	// FieldInternalNotes holds the string denoting the internal_notes field in the database.
	FieldInternalNotes = "internal_notes"
	// FieldSystemInternalID holds the string denoting the system_internal_id field in the database.
	FieldSystemInternalID = "system_internal_id"
	// 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"
	// FieldCategoryName holds the string denoting the category_name field in the database.
	FieldCategoryName = "category_name"
	// FieldCategoryID holds the string denoting the category_id field in the database.
	FieldCategoryID = "category_id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldProvidedFileName holds the string denoting the provided_file_name field in the database.
	FieldProvidedFileName = "provided_file_name"
	// FieldProvidedFileExtension holds the string denoting the provided_file_extension field in the database.
	FieldProvidedFileExtension = "provided_file_extension"
	// FieldProvidedFileSize holds the string denoting the provided_file_size field in the database.
	FieldProvidedFileSize = "provided_file_size"
	// FieldPersistedFileSize holds the string denoting the persisted_file_size field in the database.
	FieldPersistedFileSize = "persisted_file_size"
	// FieldDetectedMimeType holds the string denoting the detected_mime_type field in the database.
	FieldDetectedMimeType = "detected_mime_type"
	// FieldMd5Hash holds the string denoting the md5_hash field in the database.
	FieldMd5Hash = "md5_hash"
	// FieldDetectedContentType holds the string denoting the detected_content_type field in the database.
	FieldDetectedContentType = "detected_content_type"
	// FieldStoreKey holds the string denoting the store_key field in the database.
	FieldStoreKey = "store_key"
	// FieldCategoryType holds the string denoting the category_type field in the database.
	FieldCategoryType = "category_type"
	// FieldURI holds the string denoting the uri field in the database.
	FieldURI = "uri"
	// FieldStorageScheme holds the string denoting the storage_scheme field in the database.
	FieldStorageScheme = "storage_scheme"
	// FieldStorageVolume holds the string denoting the storage_volume field in the database.
	FieldStorageVolume = "storage_volume"
	// FieldStoragePath holds the string denoting the storage_path field in the database.
	FieldStoragePath = "storage_path"
	// FieldFileContents holds the string denoting the file_contents field in the database.
	FieldFileContents = "file_contents"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// FieldStorageRegion holds the string denoting the storage_region field in the database.
	FieldStorageRegion = "storage_region"
	// FieldStorageProvider holds the string denoting the storage_provider field in the database.
	FieldStorageProvider = "storage_provider"
	// FieldBackupState holds the string denoting the backup_state field in the database.
	FieldBackupState = "backup_state"
	// FieldLastAccessedAt holds the string denoting the last_accessed_at field in the database.
	FieldLastAccessedAt = "last_accessed_at"
	// 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"
	// EdgeCategory holds the string denoting the category edge name in mutations.
	EdgeCategory = "category"
	// EdgeOrganization holds the string denoting the organization edge name in mutations.
	EdgeOrganization = "organization"
	// EdgeGroups holds the string denoting the groups edge name in mutations.
	EdgeGroups = "groups"
	// EdgeContact holds the string denoting the contact edge name in mutations.
	EdgeContact = "contact"
	// EdgeEntity holds the string denoting the entity edge name in mutations.
	EdgeEntity = "entity"
	// EdgeOrganizationSetting holds the string denoting the organization_setting edge name in mutations.
	EdgeOrganizationSetting = "organization_setting"
	// EdgeTemplate holds the string denoting the template edge name in mutations.
	EdgeTemplate = "template"
	// EdgeDocument holds the string denoting the document edge name in mutations.
	EdgeDocument = "document"
	// EdgeProgram holds the string denoting the program edge name in mutations.
	EdgeProgram = "program"
	// EdgePlatform holds the string denoting the platform edge name in mutations.
	EdgePlatform = "platform"
	// EdgeEvidence holds the string denoting the evidence edge name in mutations.
	EdgeEvidence = "evidence"
	// EdgeIdentityHolder holds the string denoting the identity_holder edge name in mutations.
	EdgeIdentityHolder = "identity_holder"
	// EdgeScan holds the string denoting the scan edge name in mutations.
	EdgeScan = "scan"
	// EdgeEvents holds the string denoting the events edge name in mutations.
	EdgeEvents = "events"
	// EdgeIntegrations holds the string denoting the integrations edge name in mutations.
	EdgeIntegrations = "integrations"
	// EdgeSecrets holds the string denoting the secrets edge name in mutations.
	EdgeSecrets = "secrets"
	// EdgeTrustCenterEntities holds the string denoting the trust_center_entities edge name in mutations.
	EdgeTrustCenterEntities = "trust_center_entities"
	// EdgeTrustCenterDoc holds the string denoting the trust_center_doc edge name in mutations.
	EdgeTrustCenterDoc = "trust_center_doc"
	// EdgeOriginalTrustCenterDoc holds the string denoting the original_trust_center_doc edge name in mutations.
	EdgeOriginalTrustCenterDoc = "original_trust_center_doc"
	// Table holds the table name of the file in the database.
	Table = "files"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "files"
	// 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 = "files"
	// 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"
	// CategoryTable is the table that holds the category relation/edge.
	CategoryTable = "files"
	// CategoryInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	CategoryInverseTable = "custom_type_enums"
	// CategoryColumn is the table column denoting the category relation/edge.
	CategoryColumn = "category_id"
	// OrganizationTable is the table that holds the organization relation/edge. The primary key declared below.
	OrganizationTable = "organization_files"
	// OrganizationInverseTable is the table name for the Organization entity.
	// It exists in this package in order to avoid circular dependency with the "organization" package.
	OrganizationInverseTable = "organizations"
	// GroupsTable is the table that holds the groups relation/edge. The primary key declared below.
	GroupsTable = "group_files"
	// GroupsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	GroupsInverseTable = "groups"
	// ContactTable is the table that holds the contact relation/edge. The primary key declared below.
	ContactTable = "contact_files"
	// ContactInverseTable is the table name for the Contact entity.
	// It exists in this package in order to avoid circular dependency with the "contact" package.
	ContactInverseTable = "contacts"
	// EntityTable is the table that holds the entity relation/edge. The primary key declared below.
	EntityTable = "entity_files"
	// EntityInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntityInverseTable = "entities"
	// OrganizationSettingTable is the table that holds the organization_setting relation/edge. The primary key declared below.
	OrganizationSettingTable = "organization_setting_files"
	// OrganizationSettingInverseTable is the table name for the OrganizationSetting entity.
	// It exists in this package in order to avoid circular dependency with the "organizationsetting" package.
	OrganizationSettingInverseTable = "organization_settings"
	// TemplateTable is the table that holds the template relation/edge. The primary key declared below.
	TemplateTable = "template_files"
	// TemplateInverseTable is the table name for the Template entity.
	// It exists in this package in order to avoid circular dependency with the "template" package.
	TemplateInverseTable = "templates"
	// DocumentTable is the table that holds the document relation/edge. The primary key declared below.
	DocumentTable = "document_data_files"
	// DocumentInverseTable is the table name for the DocumentData entity.
	// It exists in this package in order to avoid circular dependency with the "documentdata" package.
	DocumentInverseTable = "document_data"
	// ProgramTable is the table that holds the program relation/edge. The primary key declared below.
	ProgramTable = "program_files"
	// ProgramInverseTable is the table name for the Program entity.
	// It exists in this package in order to avoid circular dependency with the "program" package.
	ProgramInverseTable = "programs"
	// PlatformTable is the table that holds the platform relation/edge. The primary key declared below.
	PlatformTable = "platform_files"
	// PlatformInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformInverseTable = "platforms"
	// EvidenceTable is the table that holds the evidence relation/edge. The primary key declared below.
	EvidenceTable = "evidence_files"
	// EvidenceInverseTable is the table name for the Evidence entity.
	// It exists in this package in order to avoid circular dependency with the "evidence" package.
	EvidenceInverseTable = "evidences"
	// IdentityHolderTable is the table that holds the identity_holder relation/edge. The primary key declared below.
	IdentityHolderTable = "identity_holder_files"
	// IdentityHolderInverseTable is the table name for the IdentityHolder entity.
	// It exists in this package in order to avoid circular dependency with the "identityholder" package.
	IdentityHolderInverseTable = "identity_holders"
	// ScanTable is the table that holds the scan relation/edge. The primary key declared below.
	ScanTable = "scan_files"
	// ScanInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScanInverseTable = "scans"
	// EventsTable is the table that holds the events relation/edge. The primary key declared below.
	EventsTable = "file_events"
	// EventsInverseTable is the table name for the Event entity.
	// It exists in this package in order to avoid circular dependency with the "event" package.
	EventsInverseTable = "events"
	// IntegrationsTable is the table that holds the integrations relation/edge.
	IntegrationsTable = "integrations"
	// IntegrationsInverseTable is the table name for the Integration entity.
	// It exists in this package in order to avoid circular dependency with the "integration" package.
	IntegrationsInverseTable = "integrations"
	// IntegrationsColumn is the table column denoting the integrations relation/edge.
	IntegrationsColumn = "file_integrations"
	// SecretsTable is the table that holds the secrets relation/edge. The primary key declared below.
	SecretsTable = "file_secrets"
	// SecretsInverseTable is the table name for the Hush entity.
	// It exists in this package in order to avoid circular dependency with the "hush" package.
	SecretsInverseTable = "hushes"
	// TrustCenterEntitiesTable is the table that holds the trust_center_entities relation/edge.
	TrustCenterEntitiesTable = "trust_center_entities"
	// TrustCenterEntitiesInverseTable is the table name for the TrustCenterEntity entity.
	// It exists in this package in order to avoid circular dependency with the "trustcenterentity" package.
	TrustCenterEntitiesInverseTable = "trust_center_entities"
	// TrustCenterEntitiesColumn is the table column denoting the trust_center_entities relation/edge.
	TrustCenterEntitiesColumn = "file_trust_center_entities"
	// TrustCenterDocTable is the table that holds the trust_center_doc relation/edge.
	TrustCenterDocTable = "trust_center_docs"
	// TrustCenterDocInverseTable is the table name for the TrustCenterDoc entity.
	// It exists in this package in order to avoid circular dependency with the "trustcenterdoc" package.
	TrustCenterDocInverseTable = "trust_center_docs"
	// TrustCenterDocColumn is the table column denoting the trust_center_doc relation/edge.
	TrustCenterDocColumn = "file_id"
	// OriginalTrustCenterDocTable is the table that holds the original_trust_center_doc relation/edge.
	OriginalTrustCenterDocTable = "trust_center_docs"
	// OriginalTrustCenterDocInverseTable is the table name for the TrustCenterDoc entity.
	// It exists in this package in order to avoid circular dependency with the "trustcenterdoc" package.
	OriginalTrustCenterDocInverseTable = "trust_center_docs"
	// OriginalTrustCenterDocColumn is the table column denoting the original_trust_center_doc relation/edge.
	OriginalTrustCenterDocColumn = "original_file_id"
)

Variables

View Source
var (
	// OrganizationPrimaryKey and OrganizationColumn2 are the table columns denoting the
	// primary key for the organization relation (M2M).
	OrganizationPrimaryKey = []string{"organization_id", "file_id"}
	// GroupsPrimaryKey and GroupsColumn2 are the table columns denoting the
	// primary key for the groups relation (M2M).
	GroupsPrimaryKey = []string{"group_id", "file_id"}
	// ContactPrimaryKey and ContactColumn2 are the table columns denoting the
	// primary key for the contact relation (M2M).
	ContactPrimaryKey = []string{"contact_id", "file_id"}
	// EntityPrimaryKey and EntityColumn2 are the table columns denoting the
	// primary key for the entity relation (M2M).
	EntityPrimaryKey = []string{"entity_id", "file_id"}
	// OrganizationSettingPrimaryKey and OrganizationSettingColumn2 are the table columns denoting the
	// primary key for the organization_setting relation (M2M).
	OrganizationSettingPrimaryKey = []string{"organization_setting_id", "file_id"}
	// TemplatePrimaryKey and TemplateColumn2 are the table columns denoting the
	// primary key for the template relation (M2M).
	TemplatePrimaryKey = []string{"template_id", "file_id"}
	// DocumentPrimaryKey and DocumentColumn2 are the table columns denoting the
	// primary key for the document relation (M2M).
	DocumentPrimaryKey = []string{"document_data_id", "file_id"}
	// ProgramPrimaryKey and ProgramColumn2 are the table columns denoting the
	// primary key for the program relation (M2M).
	ProgramPrimaryKey = []string{"program_id", "file_id"}
	// PlatformPrimaryKey and PlatformColumn2 are the table columns denoting the
	// primary key for the platform relation (M2M).
	PlatformPrimaryKey = []string{"platform_id", "file_id"}
	// EvidencePrimaryKey and EvidenceColumn2 are the table columns denoting the
	// primary key for the evidence relation (M2M).
	EvidencePrimaryKey = []string{"evidence_id", "file_id"}
	// IdentityHolderPrimaryKey and IdentityHolderColumn2 are the table columns denoting the
	// primary key for the identity_holder relation (M2M).
	IdentityHolderPrimaryKey = []string{"identity_holder_id", "file_id"}
	// ScanPrimaryKey and ScanColumn2 are the table columns denoting the
	// primary key for the scan relation (M2M).
	ScanPrimaryKey = []string{"scan_id", "file_id"}
	// EventsPrimaryKey and EventsColumn2 are the table columns denoting the
	// primary key for the events relation (M2M).
	EventsPrimaryKey = []string{"file_id", "event_id"}
	// SecretsPrimaryKey and SecretsColumn2 are the table columns denoting the
	// primary key for the secrets relation (M2M).
	SecretsPrimaryKey = []string{"file_id", "hush_id"}
)
View Source
var (
	Hooks        [10]ent.Hook
	Interceptors [4]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// DefaultSystemOwned holds the default value on creation for the "system_owned" field.
	DefaultSystemOwned bool
	// ProvidedFileSizeValidator is a validator for the "provided_file_size" field. It is called by the builders before save.
	ProvidedFileSizeValidator func(int64) error
	// PersistedFileSizeValidator is a validator for the "persisted_file_size" field. It is called by the builders before save.
	PersistedFileSizeValidator func(int64) error
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for file fields.

View Source
var ForeignKeys = []string{
	"email_template_files",
	"export_files",
	"finding_files",
	"integration_files",
	"note_files",
	"platform_architecture_diagrams",
	"platform_data_flow_diagrams",
	"platform_trust_boundary_diagrams",
	"remediation_files",
	"review_files",
	"vulnerability_files",
}

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

Functions

func And

func And(predicates ...predicate.File) predicate.File

And groups predicates with the AND operator between them.

func BackupStateIsNil added in v2.4.1

func BackupStateIsNil() predicate.File

BackupStateIsNil applies the IsNil predicate on the "backup_state" field.

func BackupStateNotNil added in v2.4.1

func BackupStateNotNil() predicate.File

BackupStateNotNil applies the NotNil predicate on the "backup_state" field.

func CategoryID

func CategoryID(v string) predicate.File

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

func CategoryIDContains

func CategoryIDContains(v string) predicate.File

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

func CategoryIDContainsFold

func CategoryIDContainsFold(v string) predicate.File

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

func CategoryIDEQ

func CategoryIDEQ(v string) predicate.File

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

func CategoryIDEqualFold

func CategoryIDEqualFold(v string) predicate.File

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

func CategoryIDGT

func CategoryIDGT(v string) predicate.File

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

func CategoryIDGTE

func CategoryIDGTE(v string) predicate.File

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

func CategoryIDHasPrefix

func CategoryIDHasPrefix(v string) predicate.File

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

func CategoryIDHasSuffix

func CategoryIDHasSuffix(v string) predicate.File

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

func CategoryIDIn

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

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

func CategoryIDIsNil

func CategoryIDIsNil() predicate.File

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

func CategoryIDLT

func CategoryIDLT(v string) predicate.File

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

func CategoryIDLTE

func CategoryIDLTE(v string) predicate.File

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

func CategoryIDNEQ

func CategoryIDNEQ(v string) predicate.File

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

func CategoryIDNotIn

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

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

func CategoryIDNotNil

func CategoryIDNotNil() predicate.File

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

func CategoryName

func CategoryName(v string) predicate.File

CategoryName applies equality check predicate on the "category_name" field. It's identical to CategoryNameEQ.

func CategoryNameContains

func CategoryNameContains(v string) predicate.File

CategoryNameContains applies the Contains predicate on the "category_name" field.

func CategoryNameContainsFold

func CategoryNameContainsFold(v string) predicate.File

CategoryNameContainsFold applies the ContainsFold predicate on the "category_name" field.

func CategoryNameEQ

func CategoryNameEQ(v string) predicate.File

CategoryNameEQ applies the EQ predicate on the "category_name" field.

func CategoryNameEqualFold

func CategoryNameEqualFold(v string) predicate.File

CategoryNameEqualFold applies the EqualFold predicate on the "category_name" field.

func CategoryNameGT

func CategoryNameGT(v string) predicate.File

CategoryNameGT applies the GT predicate on the "category_name" field.

func CategoryNameGTE

func CategoryNameGTE(v string) predicate.File

CategoryNameGTE applies the GTE predicate on the "category_name" field.

func CategoryNameHasPrefix

func CategoryNameHasPrefix(v string) predicate.File

CategoryNameHasPrefix applies the HasPrefix predicate on the "category_name" field.

func CategoryNameHasSuffix

func CategoryNameHasSuffix(v string) predicate.File

CategoryNameHasSuffix applies the HasSuffix predicate on the "category_name" field.

func CategoryNameIn

func CategoryNameIn(vs ...string) predicate.File

CategoryNameIn applies the In predicate on the "category_name" field.

func CategoryNameIsNil

func CategoryNameIsNil() predicate.File

CategoryNameIsNil applies the IsNil predicate on the "category_name" field.

func CategoryNameLT

func CategoryNameLT(v string) predicate.File

CategoryNameLT applies the LT predicate on the "category_name" field.

func CategoryNameLTE

func CategoryNameLTE(v string) predicate.File

CategoryNameLTE applies the LTE predicate on the "category_name" field.

func CategoryNameNEQ

func CategoryNameNEQ(v string) predicate.File

CategoryNameNEQ applies the NEQ predicate on the "category_name" field.

func CategoryNameNotIn

func CategoryNameNotIn(vs ...string) predicate.File

CategoryNameNotIn applies the NotIn predicate on the "category_name" field.

func CategoryNameNotNil

func CategoryNameNotNil() predicate.File

CategoryNameNotNil applies the NotNil predicate on the "category_name" field.

func CategoryType

func CategoryType(v string) predicate.File

CategoryType applies equality check predicate on the "category_type" field. It's identical to CategoryTypeEQ.

func CategoryTypeContains

func CategoryTypeContains(v string) predicate.File

CategoryTypeContains applies the Contains predicate on the "category_type" field.

func CategoryTypeContainsFold

func CategoryTypeContainsFold(v string) predicate.File

CategoryTypeContainsFold applies the ContainsFold predicate on the "category_type" field.

func CategoryTypeEQ

func CategoryTypeEQ(v string) predicate.File

CategoryTypeEQ applies the EQ predicate on the "category_type" field.

func CategoryTypeEqualFold

func CategoryTypeEqualFold(v string) predicate.File

CategoryTypeEqualFold applies the EqualFold predicate on the "category_type" field.

func CategoryTypeGT

func CategoryTypeGT(v string) predicate.File

CategoryTypeGT applies the GT predicate on the "category_type" field.

func CategoryTypeGTE

func CategoryTypeGTE(v string) predicate.File

CategoryTypeGTE applies the GTE predicate on the "category_type" field.

func CategoryTypeHasPrefix

func CategoryTypeHasPrefix(v string) predicate.File

CategoryTypeHasPrefix applies the HasPrefix predicate on the "category_type" field.

func CategoryTypeHasSuffix

func CategoryTypeHasSuffix(v string) predicate.File

CategoryTypeHasSuffix applies the HasSuffix predicate on the "category_type" field.

func CategoryTypeIn

func CategoryTypeIn(vs ...string) predicate.File

CategoryTypeIn applies the In predicate on the "category_type" field.

func CategoryTypeIsNil

func CategoryTypeIsNil() predicate.File

CategoryTypeIsNil applies the IsNil predicate on the "category_type" field.

func CategoryTypeLT

func CategoryTypeLT(v string) predicate.File

CategoryTypeLT applies the LT predicate on the "category_type" field.

func CategoryTypeLTE

func CategoryTypeLTE(v string) predicate.File

CategoryTypeLTE applies the LTE predicate on the "category_type" field.

func CategoryTypeNEQ

func CategoryTypeNEQ(v string) predicate.File

CategoryTypeNEQ applies the NEQ predicate on the "category_type" field.

func CategoryTypeNotIn

func CategoryTypeNotIn(vs ...string) predicate.File

CategoryTypeNotIn applies the NotIn predicate on the "category_type" field.

func CategoryTypeNotNil

func CategoryTypeNotNil() predicate.File

CategoryTypeNotNil applies the NotNil predicate on the "category_type" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.File

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.File

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.File

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.File

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.File

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.File

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.File

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.File

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.File

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

func CreatedBy

func CreatedBy(v string) predicate.File

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

func CreatedByContains

func CreatedByContains(v string) predicate.File

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.File

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.File

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.File

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

func CreatedByGT

func CreatedByGT(v string) predicate.File

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.File

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.File

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.File

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.File

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

func CreatedByLT

func CreatedByLT(v string) predicate.File

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.File

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.File

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.File

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

func DeletedAt

func DeletedAt(v time.Time) predicate.File

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.File

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.File

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.File

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.File

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.File

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.File

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.File

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.File

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

func DeletedBy

func DeletedBy(v string) predicate.File

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

func DeletedByContains

func DeletedByContains(v string) predicate.File

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.File

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.File

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.File

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

func DeletedByGT

func DeletedByGT(v string) predicate.File

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.File

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.File

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.File

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.File

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

func DeletedByLT

func DeletedByLT(v string) predicate.File

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.File

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.File

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.File

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

func DetectedContentType

func DetectedContentType(v string) predicate.File

DetectedContentType applies equality check predicate on the "detected_content_type" field. It's identical to DetectedContentTypeEQ.

func DetectedContentTypeContains

func DetectedContentTypeContains(v string) predicate.File

DetectedContentTypeContains applies the Contains predicate on the "detected_content_type" field.

func DetectedContentTypeContainsFold

func DetectedContentTypeContainsFold(v string) predicate.File

DetectedContentTypeContainsFold applies the ContainsFold predicate on the "detected_content_type" field.

func DetectedContentTypeEQ

func DetectedContentTypeEQ(v string) predicate.File

DetectedContentTypeEQ applies the EQ predicate on the "detected_content_type" field.

func DetectedContentTypeEqualFold

func DetectedContentTypeEqualFold(v string) predicate.File

DetectedContentTypeEqualFold applies the EqualFold predicate on the "detected_content_type" field.

func DetectedContentTypeGT

func DetectedContentTypeGT(v string) predicate.File

DetectedContentTypeGT applies the GT predicate on the "detected_content_type" field.

func DetectedContentTypeGTE

func DetectedContentTypeGTE(v string) predicate.File

DetectedContentTypeGTE applies the GTE predicate on the "detected_content_type" field.

func DetectedContentTypeHasPrefix

func DetectedContentTypeHasPrefix(v string) predicate.File

DetectedContentTypeHasPrefix applies the HasPrefix predicate on the "detected_content_type" field.

func DetectedContentTypeHasSuffix

func DetectedContentTypeHasSuffix(v string) predicate.File

DetectedContentTypeHasSuffix applies the HasSuffix predicate on the "detected_content_type" field.

func DetectedContentTypeIn

func DetectedContentTypeIn(vs ...string) predicate.File

DetectedContentTypeIn applies the In predicate on the "detected_content_type" field.

func DetectedContentTypeLT

func DetectedContentTypeLT(v string) predicate.File

DetectedContentTypeLT applies the LT predicate on the "detected_content_type" field.

func DetectedContentTypeLTE

func DetectedContentTypeLTE(v string) predicate.File

DetectedContentTypeLTE applies the LTE predicate on the "detected_content_type" field.

func DetectedContentTypeNEQ

func DetectedContentTypeNEQ(v string) predicate.File

DetectedContentTypeNEQ applies the NEQ predicate on the "detected_content_type" field.

func DetectedContentTypeNotIn

func DetectedContentTypeNotIn(vs ...string) predicate.File

DetectedContentTypeNotIn applies the NotIn predicate on the "detected_content_type" field.

func DetectedMimeType

func DetectedMimeType(v string) predicate.File

DetectedMimeType applies equality check predicate on the "detected_mime_type" field. It's identical to DetectedMimeTypeEQ.

func DetectedMimeTypeContains

func DetectedMimeTypeContains(v string) predicate.File

DetectedMimeTypeContains applies the Contains predicate on the "detected_mime_type" field.

func DetectedMimeTypeContainsFold

func DetectedMimeTypeContainsFold(v string) predicate.File

DetectedMimeTypeContainsFold applies the ContainsFold predicate on the "detected_mime_type" field.

func DetectedMimeTypeEQ

func DetectedMimeTypeEQ(v string) predicate.File

DetectedMimeTypeEQ applies the EQ predicate on the "detected_mime_type" field.

func DetectedMimeTypeEqualFold

func DetectedMimeTypeEqualFold(v string) predicate.File

DetectedMimeTypeEqualFold applies the EqualFold predicate on the "detected_mime_type" field.

func DetectedMimeTypeGT

func DetectedMimeTypeGT(v string) predicate.File

DetectedMimeTypeGT applies the GT predicate on the "detected_mime_type" field.

func DetectedMimeTypeGTE

func DetectedMimeTypeGTE(v string) predicate.File

DetectedMimeTypeGTE applies the GTE predicate on the "detected_mime_type" field.

func DetectedMimeTypeHasPrefix

func DetectedMimeTypeHasPrefix(v string) predicate.File

DetectedMimeTypeHasPrefix applies the HasPrefix predicate on the "detected_mime_type" field.

func DetectedMimeTypeHasSuffix

func DetectedMimeTypeHasSuffix(v string) predicate.File

DetectedMimeTypeHasSuffix applies the HasSuffix predicate on the "detected_mime_type" field.

func DetectedMimeTypeIn

func DetectedMimeTypeIn(vs ...string) predicate.File

DetectedMimeTypeIn applies the In predicate on the "detected_mime_type" field.

func DetectedMimeTypeIsNil

func DetectedMimeTypeIsNil() predicate.File

DetectedMimeTypeIsNil applies the IsNil predicate on the "detected_mime_type" field.

func DetectedMimeTypeLT

func DetectedMimeTypeLT(v string) predicate.File

DetectedMimeTypeLT applies the LT predicate on the "detected_mime_type" field.

func DetectedMimeTypeLTE

func DetectedMimeTypeLTE(v string) predicate.File

DetectedMimeTypeLTE applies the LTE predicate on the "detected_mime_type" field.

func DetectedMimeTypeNEQ

func DetectedMimeTypeNEQ(v string) predicate.File

DetectedMimeTypeNEQ applies the NEQ predicate on the "detected_mime_type" field.

func DetectedMimeTypeNotIn

func DetectedMimeTypeNotIn(vs ...string) predicate.File

DetectedMimeTypeNotIn applies the NotIn predicate on the "detected_mime_type" field.

func DetectedMimeTypeNotNil

func DetectedMimeTypeNotNil() predicate.File

DetectedMimeTypeNotNil applies the NotNil predicate on the "detected_mime_type" field.

func EnvironmentID

func EnvironmentID(v string) predicate.File

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

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.File

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

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.File

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

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.File

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

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.File

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

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.File

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

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.File

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

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.File

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

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.File

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

func EnvironmentIDIn

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

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

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.File

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

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.File

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

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.File

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

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.File

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

func EnvironmentIDNotIn

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

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

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.File

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

func EnvironmentName

func EnvironmentName(v string) predicate.File

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

func EnvironmentNameContains

func EnvironmentNameContains(v string) predicate.File

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

func EnvironmentNameContainsFold

func EnvironmentNameContainsFold(v string) predicate.File

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

func EnvironmentNameEQ

func EnvironmentNameEQ(v string) predicate.File

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

func EnvironmentNameEqualFold

func EnvironmentNameEqualFold(v string) predicate.File

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

func EnvironmentNameGT

func EnvironmentNameGT(v string) predicate.File

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

func EnvironmentNameGTE

func EnvironmentNameGTE(v string) predicate.File

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

func EnvironmentNameHasPrefix

func EnvironmentNameHasPrefix(v string) predicate.File

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

func EnvironmentNameHasSuffix

func EnvironmentNameHasSuffix(v string) predicate.File

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

func EnvironmentNameIn

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

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

func EnvironmentNameIsNil

func EnvironmentNameIsNil() predicate.File

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

func EnvironmentNameLT

func EnvironmentNameLT(v string) predicate.File

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

func EnvironmentNameLTE

func EnvironmentNameLTE(v string) predicate.File

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

func EnvironmentNameNEQ

func EnvironmentNameNEQ(v string) predicate.File

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

func EnvironmentNameNotIn

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

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

func EnvironmentNameNotNil

func EnvironmentNameNotNil() predicate.File

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

func FileContents

func FileContents(v []byte) predicate.File

FileContents applies equality check predicate on the "file_contents" field. It's identical to FileContentsEQ.

func FileContentsEQ

func FileContentsEQ(v []byte) predicate.File

FileContentsEQ applies the EQ predicate on the "file_contents" field.

func FileContentsGT

func FileContentsGT(v []byte) predicate.File

FileContentsGT applies the GT predicate on the "file_contents" field.

func FileContentsGTE

func FileContentsGTE(v []byte) predicate.File

FileContentsGTE applies the GTE predicate on the "file_contents" field.

func FileContentsIn

func FileContentsIn(vs ...[]byte) predicate.File

FileContentsIn applies the In predicate on the "file_contents" field.

func FileContentsIsNil

func FileContentsIsNil() predicate.File

FileContentsIsNil applies the IsNil predicate on the "file_contents" field.

func FileContentsLT

func FileContentsLT(v []byte) predicate.File

FileContentsLT applies the LT predicate on the "file_contents" field.

func FileContentsLTE

func FileContentsLTE(v []byte) predicate.File

FileContentsLTE applies the LTE predicate on the "file_contents" field.

func FileContentsNEQ

func FileContentsNEQ(v []byte) predicate.File

FileContentsNEQ applies the NEQ predicate on the "file_contents" field.

func FileContentsNotIn

func FileContentsNotIn(vs ...[]byte) predicate.File

FileContentsNotIn applies the NotIn predicate on the "file_contents" field.

func FileContentsNotNil

func FileContentsNotNil() predicate.File

FileContentsNotNil applies the NotNil predicate on the "file_contents" field.

func HasCategory

func HasCategory() predicate.File

HasCategory applies the HasEdge predicate on the "category" edge.

func HasCategoryWith

func HasCategoryWith(preds ...predicate.CustomTypeEnum) predicate.File

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

func HasContact

func HasContact() predicate.File

HasContact applies the HasEdge predicate on the "contact" edge.

func HasContactWith

func HasContactWith(preds ...predicate.Contact) predicate.File

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

func HasDocument

func HasDocument() predicate.File

HasDocument applies the HasEdge predicate on the "document" edge.

func HasDocumentWith

func HasDocumentWith(preds ...predicate.DocumentData) predicate.File

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

func HasEntity

func HasEntity() predicate.File

HasEntity applies the HasEdge predicate on the "entity" edge.

func HasEntityWith

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

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

func HasEnvironment

func HasEnvironment() predicate.File

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

func HasEnvironmentWith

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

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

func HasEvents

func HasEvents() predicate.File

HasEvents applies the HasEdge predicate on the "events" edge.

func HasEventsWith

func HasEventsWith(preds ...predicate.Event) predicate.File

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

func HasEvidence

func HasEvidence() predicate.File

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

func HasEvidenceWith

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

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

func HasGroups

func HasGroups() predicate.File

HasGroups applies the HasEdge predicate on the "groups" edge.

func HasGroupsWith

func HasGroupsWith(preds ...predicate.Group) predicate.File

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

func HasIdentityHolder

func HasIdentityHolder() predicate.File

HasIdentityHolder applies the HasEdge predicate on the "identity_holder" edge.

func HasIdentityHolderWith

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

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

func HasIntegrations

func HasIntegrations() predicate.File

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

func HasIntegrationsWith

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

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

func HasOrganization

func HasOrganization() predicate.File

HasOrganization applies the HasEdge predicate on the "organization" edge.

func HasOrganizationSetting

func HasOrganizationSetting() predicate.File

HasOrganizationSetting applies the HasEdge predicate on the "organization_setting" edge.

func HasOrganizationSettingWith

func HasOrganizationSettingWith(preds ...predicate.OrganizationSetting) predicate.File

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

func HasOrganizationWith

func HasOrganizationWith(preds ...predicate.Organization) predicate.File

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

func HasOriginalTrustCenterDoc

func HasOriginalTrustCenterDoc() predicate.File

HasOriginalTrustCenterDoc applies the HasEdge predicate on the "original_trust_center_doc" edge.

func HasOriginalTrustCenterDocWith

func HasOriginalTrustCenterDocWith(preds ...predicate.TrustCenterDoc) predicate.File

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

func HasPlatform

func HasPlatform() predicate.File

HasPlatform applies the HasEdge predicate on the "platform" edge.

func HasPlatformWith

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

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

func HasProgram

func HasProgram() predicate.File

HasProgram applies the HasEdge predicate on the "program" edge.

func HasProgramWith

func HasProgramWith(preds ...predicate.Program) predicate.File

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

func HasScan

func HasScan() predicate.File

HasScan applies the HasEdge predicate on the "scan" edge.

func HasScanWith

func HasScanWith(preds ...predicate.Scan) predicate.File

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

func HasScope

func HasScope() predicate.File

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

func HasScopeWith

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

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

func HasSecrets

func HasSecrets() predicate.File

HasSecrets applies the HasEdge predicate on the "secrets" edge.

func HasSecretsWith

func HasSecretsWith(preds ...predicate.Hush) predicate.File

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

func HasTemplate

func HasTemplate() predicate.File

HasTemplate applies the HasEdge predicate on the "template" edge.

func HasTemplateWith

func HasTemplateWith(preds ...predicate.Template) predicate.File

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

func HasTrustCenterDoc

func HasTrustCenterDoc() predicate.File

HasTrustCenterDoc applies the HasEdge predicate on the "trust_center_doc" edge.

func HasTrustCenterDocWith

func HasTrustCenterDocWith(preds ...predicate.TrustCenterDoc) predicate.File

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

func HasTrustCenterEntities

func HasTrustCenterEntities() predicate.File

HasTrustCenterEntities applies the HasEdge predicate on the "trust_center_entities" edge.

func HasTrustCenterEntitiesWith

func HasTrustCenterEntitiesWith(preds ...predicate.TrustCenterEntity) predicate.File

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

func ID

func ID(id string) predicate.File

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.File

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.File

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.File

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.File

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.File

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.File

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.File

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.File

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func InternalNotes

func InternalNotes(v string) predicate.File

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

func InternalNotesContains

func InternalNotesContains(v string) predicate.File

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

func InternalNotesContainsFold

func InternalNotesContainsFold(v string) predicate.File

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

func InternalNotesEQ

func InternalNotesEQ(v string) predicate.File

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

func InternalNotesEqualFold

func InternalNotesEqualFold(v string) predicate.File

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

func InternalNotesGT

func InternalNotesGT(v string) predicate.File

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

func InternalNotesGTE

func InternalNotesGTE(v string) predicate.File

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

func InternalNotesHasPrefix

func InternalNotesHasPrefix(v string) predicate.File

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

func InternalNotesHasSuffix

func InternalNotesHasSuffix(v string) predicate.File

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

func InternalNotesIn

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

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

func InternalNotesIsNil

func InternalNotesIsNil() predicate.File

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

func InternalNotesLT

func InternalNotesLT(v string) predicate.File

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

func InternalNotesLTE

func InternalNotesLTE(v string) predicate.File

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

func InternalNotesNEQ

func InternalNotesNEQ(v string) predicate.File

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

func InternalNotesNotIn

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

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

func InternalNotesNotNil

func InternalNotesNotNil() predicate.File

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

func LastAccessedAt

func LastAccessedAt(v time.Time) predicate.File

LastAccessedAt applies equality check predicate on the "last_accessed_at" field. It's identical to LastAccessedAtEQ.

func LastAccessedAtEQ

func LastAccessedAtEQ(v time.Time) predicate.File

LastAccessedAtEQ applies the EQ predicate on the "last_accessed_at" field.

func LastAccessedAtGT

func LastAccessedAtGT(v time.Time) predicate.File

LastAccessedAtGT applies the GT predicate on the "last_accessed_at" field.

func LastAccessedAtGTE

func LastAccessedAtGTE(v time.Time) predicate.File

LastAccessedAtGTE applies the GTE predicate on the "last_accessed_at" field.

func LastAccessedAtIn

func LastAccessedAtIn(vs ...time.Time) predicate.File

LastAccessedAtIn applies the In predicate on the "last_accessed_at" field.

func LastAccessedAtIsNil

func LastAccessedAtIsNil() predicate.File

LastAccessedAtIsNil applies the IsNil predicate on the "last_accessed_at" field.

func LastAccessedAtLT

func LastAccessedAtLT(v time.Time) predicate.File

LastAccessedAtLT applies the LT predicate on the "last_accessed_at" field.

func LastAccessedAtLTE

func LastAccessedAtLTE(v time.Time) predicate.File

LastAccessedAtLTE applies the LTE predicate on the "last_accessed_at" field.

func LastAccessedAtNEQ

func LastAccessedAtNEQ(v time.Time) predicate.File

LastAccessedAtNEQ applies the NEQ predicate on the "last_accessed_at" field.

func LastAccessedAtNotIn

func LastAccessedAtNotIn(vs ...time.Time) predicate.File

LastAccessedAtNotIn applies the NotIn predicate on the "last_accessed_at" field.

func LastAccessedAtNotNil

func LastAccessedAtNotNil() predicate.File

LastAccessedAtNotNil applies the NotNil predicate on the "last_accessed_at" field.

func Md5Hash

func Md5Hash(v string) predicate.File

Md5Hash applies equality check predicate on the "md5_hash" field. It's identical to Md5HashEQ.

func Md5HashContains

func Md5HashContains(v string) predicate.File

Md5HashContains applies the Contains predicate on the "md5_hash" field.

func Md5HashContainsFold

func Md5HashContainsFold(v string) predicate.File

Md5HashContainsFold applies the ContainsFold predicate on the "md5_hash" field.

func Md5HashEQ

func Md5HashEQ(v string) predicate.File

Md5HashEQ applies the EQ predicate on the "md5_hash" field.

func Md5HashEqualFold

func Md5HashEqualFold(v string) predicate.File

Md5HashEqualFold applies the EqualFold predicate on the "md5_hash" field.

func Md5HashGT

func Md5HashGT(v string) predicate.File

Md5HashGT applies the GT predicate on the "md5_hash" field.

func Md5HashGTE

func Md5HashGTE(v string) predicate.File

Md5HashGTE applies the GTE predicate on the "md5_hash" field.

func Md5HashHasPrefix

func Md5HashHasPrefix(v string) predicate.File

Md5HashHasPrefix applies the HasPrefix predicate on the "md5_hash" field.

func Md5HashHasSuffix

func Md5HashHasSuffix(v string) predicate.File

Md5HashHasSuffix applies the HasSuffix predicate on the "md5_hash" field.

func Md5HashIn

func Md5HashIn(vs ...string) predicate.File

Md5HashIn applies the In predicate on the "md5_hash" field.

func Md5HashIsNil

func Md5HashIsNil() predicate.File

Md5HashIsNil applies the IsNil predicate on the "md5_hash" field.

func Md5HashLT

func Md5HashLT(v string) predicate.File

Md5HashLT applies the LT predicate on the "md5_hash" field.

func Md5HashLTE

func Md5HashLTE(v string) predicate.File

Md5HashLTE applies the LTE predicate on the "md5_hash" field.

func Md5HashNEQ

func Md5HashNEQ(v string) predicate.File

Md5HashNEQ applies the NEQ predicate on the "md5_hash" field.

func Md5HashNotIn

func Md5HashNotIn(vs ...string) predicate.File

Md5HashNotIn applies the NotIn predicate on the "md5_hash" field.

func Md5HashNotNil

func Md5HashNotNil() predicate.File

Md5HashNotNil applies the NotNil predicate on the "md5_hash" field.

func MetadataIsNil

func MetadataIsNil() predicate.File

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

func MetadataNotNil

func MetadataNotNil() predicate.File

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

func Name

func Name(v string) predicate.File

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

func NameContains

func NameContains(v string) predicate.File

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

func NameContainsFold

func NameContainsFold(v string) predicate.File

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

func NameEQ

func NameEQ(v string) predicate.File

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

func NameEqualFold

func NameEqualFold(v string) predicate.File

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

func NameGT

func NameGT(v string) predicate.File

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

func NameGTE

func NameGTE(v string) predicate.File

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.File

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.File

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

func NameIn

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

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

func NameIsNil

func NameIsNil() predicate.File

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

func NameLT

func NameLT(v string) predicate.File

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

func NameLTE

func NameLTE(v string) predicate.File

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

func NameNEQ

func NameNEQ(v string) predicate.File

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

func NameNotIn

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

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

func NameNotNil

func NameNotNil() predicate.File

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

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.File) predicate.File

Or groups predicates with the OR operator between them.

func PersistedFileSize

func PersistedFileSize(v int64) predicate.File

PersistedFileSize applies equality check predicate on the "persisted_file_size" field. It's identical to PersistedFileSizeEQ.

func PersistedFileSizeEQ

func PersistedFileSizeEQ(v int64) predicate.File

PersistedFileSizeEQ applies the EQ predicate on the "persisted_file_size" field.

func PersistedFileSizeGT

func PersistedFileSizeGT(v int64) predicate.File

PersistedFileSizeGT applies the GT predicate on the "persisted_file_size" field.

func PersistedFileSizeGTE

func PersistedFileSizeGTE(v int64) predicate.File

PersistedFileSizeGTE applies the GTE predicate on the "persisted_file_size" field.

func PersistedFileSizeIn

func PersistedFileSizeIn(vs ...int64) predicate.File

PersistedFileSizeIn applies the In predicate on the "persisted_file_size" field.

func PersistedFileSizeIsNil

func PersistedFileSizeIsNil() predicate.File

PersistedFileSizeIsNil applies the IsNil predicate on the "persisted_file_size" field.

func PersistedFileSizeLT

func PersistedFileSizeLT(v int64) predicate.File

PersistedFileSizeLT applies the LT predicate on the "persisted_file_size" field.

func PersistedFileSizeLTE

func PersistedFileSizeLTE(v int64) predicate.File

PersistedFileSizeLTE applies the LTE predicate on the "persisted_file_size" field.

func PersistedFileSizeNEQ

func PersistedFileSizeNEQ(v int64) predicate.File

PersistedFileSizeNEQ applies the NEQ predicate on the "persisted_file_size" field.

func PersistedFileSizeNotIn

func PersistedFileSizeNotIn(vs ...int64) predicate.File

PersistedFileSizeNotIn applies the NotIn predicate on the "persisted_file_size" field.

func PersistedFileSizeNotNil

func PersistedFileSizeNotNil() predicate.File

PersistedFileSizeNotNil applies the NotNil predicate on the "persisted_file_size" field.

func ProvidedFileExtension

func ProvidedFileExtension(v string) predicate.File

ProvidedFileExtension applies equality check predicate on the "provided_file_extension" field. It's identical to ProvidedFileExtensionEQ.

func ProvidedFileExtensionContains

func ProvidedFileExtensionContains(v string) predicate.File

ProvidedFileExtensionContains applies the Contains predicate on the "provided_file_extension" field.

func ProvidedFileExtensionContainsFold

func ProvidedFileExtensionContainsFold(v string) predicate.File

ProvidedFileExtensionContainsFold applies the ContainsFold predicate on the "provided_file_extension" field.

func ProvidedFileExtensionEQ

func ProvidedFileExtensionEQ(v string) predicate.File

ProvidedFileExtensionEQ applies the EQ predicate on the "provided_file_extension" field.

func ProvidedFileExtensionEqualFold

func ProvidedFileExtensionEqualFold(v string) predicate.File

ProvidedFileExtensionEqualFold applies the EqualFold predicate on the "provided_file_extension" field.

func ProvidedFileExtensionGT

func ProvidedFileExtensionGT(v string) predicate.File

ProvidedFileExtensionGT applies the GT predicate on the "provided_file_extension" field.

func ProvidedFileExtensionGTE

func ProvidedFileExtensionGTE(v string) predicate.File

ProvidedFileExtensionGTE applies the GTE predicate on the "provided_file_extension" field.

func ProvidedFileExtensionHasPrefix

func ProvidedFileExtensionHasPrefix(v string) predicate.File

ProvidedFileExtensionHasPrefix applies the HasPrefix predicate on the "provided_file_extension" field.

func ProvidedFileExtensionHasSuffix

func ProvidedFileExtensionHasSuffix(v string) predicate.File

ProvidedFileExtensionHasSuffix applies the HasSuffix predicate on the "provided_file_extension" field.

func ProvidedFileExtensionIn

func ProvidedFileExtensionIn(vs ...string) predicate.File

ProvidedFileExtensionIn applies the In predicate on the "provided_file_extension" field.

func ProvidedFileExtensionLT

func ProvidedFileExtensionLT(v string) predicate.File

ProvidedFileExtensionLT applies the LT predicate on the "provided_file_extension" field.

func ProvidedFileExtensionLTE

func ProvidedFileExtensionLTE(v string) predicate.File

ProvidedFileExtensionLTE applies the LTE predicate on the "provided_file_extension" field.

func ProvidedFileExtensionNEQ

func ProvidedFileExtensionNEQ(v string) predicate.File

ProvidedFileExtensionNEQ applies the NEQ predicate on the "provided_file_extension" field.

func ProvidedFileExtensionNotIn

func ProvidedFileExtensionNotIn(vs ...string) predicate.File

ProvidedFileExtensionNotIn applies the NotIn predicate on the "provided_file_extension" field.

func ProvidedFileName

func ProvidedFileName(v string) predicate.File

ProvidedFileName applies equality check predicate on the "provided_file_name" field. It's identical to ProvidedFileNameEQ.

func ProvidedFileNameContains

func ProvidedFileNameContains(v string) predicate.File

ProvidedFileNameContains applies the Contains predicate on the "provided_file_name" field.

func ProvidedFileNameContainsFold

func ProvidedFileNameContainsFold(v string) predicate.File

ProvidedFileNameContainsFold applies the ContainsFold predicate on the "provided_file_name" field.

func ProvidedFileNameEQ

func ProvidedFileNameEQ(v string) predicate.File

ProvidedFileNameEQ applies the EQ predicate on the "provided_file_name" field.

func ProvidedFileNameEqualFold

func ProvidedFileNameEqualFold(v string) predicate.File

ProvidedFileNameEqualFold applies the EqualFold predicate on the "provided_file_name" field.

func ProvidedFileNameGT

func ProvidedFileNameGT(v string) predicate.File

ProvidedFileNameGT applies the GT predicate on the "provided_file_name" field.

func ProvidedFileNameGTE

func ProvidedFileNameGTE(v string) predicate.File

ProvidedFileNameGTE applies the GTE predicate on the "provided_file_name" field.

func ProvidedFileNameHasPrefix

func ProvidedFileNameHasPrefix(v string) predicate.File

ProvidedFileNameHasPrefix applies the HasPrefix predicate on the "provided_file_name" field.

func ProvidedFileNameHasSuffix

func ProvidedFileNameHasSuffix(v string) predicate.File

ProvidedFileNameHasSuffix applies the HasSuffix predicate on the "provided_file_name" field.

func ProvidedFileNameIn

func ProvidedFileNameIn(vs ...string) predicate.File

ProvidedFileNameIn applies the In predicate on the "provided_file_name" field.

func ProvidedFileNameLT

func ProvidedFileNameLT(v string) predicate.File

ProvidedFileNameLT applies the LT predicate on the "provided_file_name" field.

func ProvidedFileNameLTE

func ProvidedFileNameLTE(v string) predicate.File

ProvidedFileNameLTE applies the LTE predicate on the "provided_file_name" field.

func ProvidedFileNameNEQ

func ProvidedFileNameNEQ(v string) predicate.File

ProvidedFileNameNEQ applies the NEQ predicate on the "provided_file_name" field.

func ProvidedFileNameNotIn

func ProvidedFileNameNotIn(vs ...string) predicate.File

ProvidedFileNameNotIn applies the NotIn predicate on the "provided_file_name" field.

func ProvidedFileSize

func ProvidedFileSize(v int64) predicate.File

ProvidedFileSize applies equality check predicate on the "provided_file_size" field. It's identical to ProvidedFileSizeEQ.

func ProvidedFileSizeEQ

func ProvidedFileSizeEQ(v int64) predicate.File

ProvidedFileSizeEQ applies the EQ predicate on the "provided_file_size" field.

func ProvidedFileSizeGT

func ProvidedFileSizeGT(v int64) predicate.File

ProvidedFileSizeGT applies the GT predicate on the "provided_file_size" field.

func ProvidedFileSizeGTE

func ProvidedFileSizeGTE(v int64) predicate.File

ProvidedFileSizeGTE applies the GTE predicate on the "provided_file_size" field.

func ProvidedFileSizeIn

func ProvidedFileSizeIn(vs ...int64) predicate.File

ProvidedFileSizeIn applies the In predicate on the "provided_file_size" field.

func ProvidedFileSizeIsNil

func ProvidedFileSizeIsNil() predicate.File

ProvidedFileSizeIsNil applies the IsNil predicate on the "provided_file_size" field.

func ProvidedFileSizeLT

func ProvidedFileSizeLT(v int64) predicate.File

ProvidedFileSizeLT applies the LT predicate on the "provided_file_size" field.

func ProvidedFileSizeLTE

func ProvidedFileSizeLTE(v int64) predicate.File

ProvidedFileSizeLTE applies the LTE predicate on the "provided_file_size" field.

func ProvidedFileSizeNEQ

func ProvidedFileSizeNEQ(v int64) predicate.File

ProvidedFileSizeNEQ applies the NEQ predicate on the "provided_file_size" field.

func ProvidedFileSizeNotIn

func ProvidedFileSizeNotIn(vs ...int64) predicate.File

ProvidedFileSizeNotIn applies the NotIn predicate on the "provided_file_size" field.

func ProvidedFileSizeNotNil

func ProvidedFileSizeNotNil() predicate.File

ProvidedFileSizeNotNil applies the NotNil predicate on the "provided_file_size" field.

func ScopeID

func ScopeID(v string) predicate.File

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

func ScopeIDContains

func ScopeIDContains(v string) predicate.File

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

func ScopeIDContainsFold

func ScopeIDContainsFold(v string) predicate.File

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

func ScopeIDEQ

func ScopeIDEQ(v string) predicate.File

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

func ScopeIDEqualFold

func ScopeIDEqualFold(v string) predicate.File

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

func ScopeIDGT

func ScopeIDGT(v string) predicate.File

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

func ScopeIDGTE

func ScopeIDGTE(v string) predicate.File

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

func ScopeIDHasPrefix

func ScopeIDHasPrefix(v string) predicate.File

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

func ScopeIDHasSuffix

func ScopeIDHasSuffix(v string) predicate.File

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

func ScopeIDIn

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

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

func ScopeIDIsNil

func ScopeIDIsNil() predicate.File

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

func ScopeIDLT

func ScopeIDLT(v string) predicate.File

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

func ScopeIDLTE

func ScopeIDLTE(v string) predicate.File

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

func ScopeIDNEQ

func ScopeIDNEQ(v string) predicate.File

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

func ScopeIDNotIn

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

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

func ScopeIDNotNil

func ScopeIDNotNil() predicate.File

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

func ScopeName

func ScopeName(v string) predicate.File

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

func ScopeNameContains

func ScopeNameContains(v string) predicate.File

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

func ScopeNameContainsFold

func ScopeNameContainsFold(v string) predicate.File

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

func ScopeNameEQ

func ScopeNameEQ(v string) predicate.File

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

func ScopeNameEqualFold

func ScopeNameEqualFold(v string) predicate.File

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

func ScopeNameGT

func ScopeNameGT(v string) predicate.File

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

func ScopeNameGTE

func ScopeNameGTE(v string) predicate.File

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

func ScopeNameHasPrefix

func ScopeNameHasPrefix(v string) predicate.File

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

func ScopeNameHasSuffix

func ScopeNameHasSuffix(v string) predicate.File

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

func ScopeNameIn

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

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

func ScopeNameIsNil

func ScopeNameIsNil() predicate.File

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

func ScopeNameLT

func ScopeNameLT(v string) predicate.File

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

func ScopeNameLTE

func ScopeNameLTE(v string) predicate.File

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

func ScopeNameNEQ

func ScopeNameNEQ(v string) predicate.File

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

func ScopeNameNotIn

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

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

func ScopeNameNotNil

func ScopeNameNotNil() predicate.File

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

func StoragePath

func StoragePath(v string) predicate.File

StoragePath applies equality check predicate on the "storage_path" field. It's identical to StoragePathEQ.

func StoragePathContains

func StoragePathContains(v string) predicate.File

StoragePathContains applies the Contains predicate on the "storage_path" field.

func StoragePathContainsFold

func StoragePathContainsFold(v string) predicate.File

StoragePathContainsFold applies the ContainsFold predicate on the "storage_path" field.

func StoragePathEQ

func StoragePathEQ(v string) predicate.File

StoragePathEQ applies the EQ predicate on the "storage_path" field.

func StoragePathEqualFold

func StoragePathEqualFold(v string) predicate.File

StoragePathEqualFold applies the EqualFold predicate on the "storage_path" field.

func StoragePathGT

func StoragePathGT(v string) predicate.File

StoragePathGT applies the GT predicate on the "storage_path" field.

func StoragePathGTE

func StoragePathGTE(v string) predicate.File

StoragePathGTE applies the GTE predicate on the "storage_path" field.

func StoragePathHasPrefix

func StoragePathHasPrefix(v string) predicate.File

StoragePathHasPrefix applies the HasPrefix predicate on the "storage_path" field.

func StoragePathHasSuffix

func StoragePathHasSuffix(v string) predicate.File

StoragePathHasSuffix applies the HasSuffix predicate on the "storage_path" field.

func StoragePathIn

func StoragePathIn(vs ...string) predicate.File

StoragePathIn applies the In predicate on the "storage_path" field.

func StoragePathIsNil

func StoragePathIsNil() predicate.File

StoragePathIsNil applies the IsNil predicate on the "storage_path" field.

func StoragePathLT

func StoragePathLT(v string) predicate.File

StoragePathLT applies the LT predicate on the "storage_path" field.

func StoragePathLTE

func StoragePathLTE(v string) predicate.File

StoragePathLTE applies the LTE predicate on the "storage_path" field.

func StoragePathNEQ

func StoragePathNEQ(v string) predicate.File

StoragePathNEQ applies the NEQ predicate on the "storage_path" field.

func StoragePathNotIn

func StoragePathNotIn(vs ...string) predicate.File

StoragePathNotIn applies the NotIn predicate on the "storage_path" field.

func StoragePathNotNil

func StoragePathNotNil() predicate.File

StoragePathNotNil applies the NotNil predicate on the "storage_path" field.

func StorageProvider

func StorageProvider(v string) predicate.File

StorageProvider applies equality check predicate on the "storage_provider" field. It's identical to StorageProviderEQ.

func StorageProviderContains

func StorageProviderContains(v string) predicate.File

StorageProviderContains applies the Contains predicate on the "storage_provider" field.

func StorageProviderContainsFold

func StorageProviderContainsFold(v string) predicate.File

StorageProviderContainsFold applies the ContainsFold predicate on the "storage_provider" field.

func StorageProviderEQ

func StorageProviderEQ(v string) predicate.File

StorageProviderEQ applies the EQ predicate on the "storage_provider" field.

func StorageProviderEqualFold

func StorageProviderEqualFold(v string) predicate.File

StorageProviderEqualFold applies the EqualFold predicate on the "storage_provider" field.

func StorageProviderGT

func StorageProviderGT(v string) predicate.File

StorageProviderGT applies the GT predicate on the "storage_provider" field.

func StorageProviderGTE

func StorageProviderGTE(v string) predicate.File

StorageProviderGTE applies the GTE predicate on the "storage_provider" field.

func StorageProviderHasPrefix

func StorageProviderHasPrefix(v string) predicate.File

StorageProviderHasPrefix applies the HasPrefix predicate on the "storage_provider" field.

func StorageProviderHasSuffix

func StorageProviderHasSuffix(v string) predicate.File

StorageProviderHasSuffix applies the HasSuffix predicate on the "storage_provider" field.

func StorageProviderIn

func StorageProviderIn(vs ...string) predicate.File

StorageProviderIn applies the In predicate on the "storage_provider" field.

func StorageProviderIsNil

func StorageProviderIsNil() predicate.File

StorageProviderIsNil applies the IsNil predicate on the "storage_provider" field.

func StorageProviderLT

func StorageProviderLT(v string) predicate.File

StorageProviderLT applies the LT predicate on the "storage_provider" field.

func StorageProviderLTE

func StorageProviderLTE(v string) predicate.File

StorageProviderLTE applies the LTE predicate on the "storage_provider" field.

func StorageProviderNEQ

func StorageProviderNEQ(v string) predicate.File

StorageProviderNEQ applies the NEQ predicate on the "storage_provider" field.

func StorageProviderNotIn

func StorageProviderNotIn(vs ...string) predicate.File

StorageProviderNotIn applies the NotIn predicate on the "storage_provider" field.

func StorageProviderNotNil

func StorageProviderNotNil() predicate.File

StorageProviderNotNil applies the NotNil predicate on the "storage_provider" field.

func StorageRegion

func StorageRegion(v string) predicate.File

StorageRegion applies equality check predicate on the "storage_region" field. It's identical to StorageRegionEQ.

func StorageRegionContains

func StorageRegionContains(v string) predicate.File

StorageRegionContains applies the Contains predicate on the "storage_region" field.

func StorageRegionContainsFold

func StorageRegionContainsFold(v string) predicate.File

StorageRegionContainsFold applies the ContainsFold predicate on the "storage_region" field.

func StorageRegionEQ

func StorageRegionEQ(v string) predicate.File

StorageRegionEQ applies the EQ predicate on the "storage_region" field.

func StorageRegionEqualFold

func StorageRegionEqualFold(v string) predicate.File

StorageRegionEqualFold applies the EqualFold predicate on the "storage_region" field.

func StorageRegionGT

func StorageRegionGT(v string) predicate.File

StorageRegionGT applies the GT predicate on the "storage_region" field.

func StorageRegionGTE

func StorageRegionGTE(v string) predicate.File

StorageRegionGTE applies the GTE predicate on the "storage_region" field.

func StorageRegionHasPrefix

func StorageRegionHasPrefix(v string) predicate.File

StorageRegionHasPrefix applies the HasPrefix predicate on the "storage_region" field.

func StorageRegionHasSuffix

func StorageRegionHasSuffix(v string) predicate.File

StorageRegionHasSuffix applies the HasSuffix predicate on the "storage_region" field.

func StorageRegionIn

func StorageRegionIn(vs ...string) predicate.File

StorageRegionIn applies the In predicate on the "storage_region" field.

func StorageRegionIsNil

func StorageRegionIsNil() predicate.File

StorageRegionIsNil applies the IsNil predicate on the "storage_region" field.

func StorageRegionLT

func StorageRegionLT(v string) predicate.File

StorageRegionLT applies the LT predicate on the "storage_region" field.

func StorageRegionLTE

func StorageRegionLTE(v string) predicate.File

StorageRegionLTE applies the LTE predicate on the "storage_region" field.

func StorageRegionNEQ

func StorageRegionNEQ(v string) predicate.File

StorageRegionNEQ applies the NEQ predicate on the "storage_region" field.

func StorageRegionNotIn

func StorageRegionNotIn(vs ...string) predicate.File

StorageRegionNotIn applies the NotIn predicate on the "storage_region" field.

func StorageRegionNotNil

func StorageRegionNotNil() predicate.File

StorageRegionNotNil applies the NotNil predicate on the "storage_region" field.

func StorageScheme

func StorageScheme(v string) predicate.File

StorageScheme applies equality check predicate on the "storage_scheme" field. It's identical to StorageSchemeEQ.

func StorageSchemeContains

func StorageSchemeContains(v string) predicate.File

StorageSchemeContains applies the Contains predicate on the "storage_scheme" field.

func StorageSchemeContainsFold

func StorageSchemeContainsFold(v string) predicate.File

StorageSchemeContainsFold applies the ContainsFold predicate on the "storage_scheme" field.

func StorageSchemeEQ

func StorageSchemeEQ(v string) predicate.File

StorageSchemeEQ applies the EQ predicate on the "storage_scheme" field.

func StorageSchemeEqualFold

func StorageSchemeEqualFold(v string) predicate.File

StorageSchemeEqualFold applies the EqualFold predicate on the "storage_scheme" field.

func StorageSchemeGT

func StorageSchemeGT(v string) predicate.File

StorageSchemeGT applies the GT predicate on the "storage_scheme" field.

func StorageSchemeGTE

func StorageSchemeGTE(v string) predicate.File

StorageSchemeGTE applies the GTE predicate on the "storage_scheme" field.

func StorageSchemeHasPrefix

func StorageSchemeHasPrefix(v string) predicate.File

StorageSchemeHasPrefix applies the HasPrefix predicate on the "storage_scheme" field.

func StorageSchemeHasSuffix

func StorageSchemeHasSuffix(v string) predicate.File

StorageSchemeHasSuffix applies the HasSuffix predicate on the "storage_scheme" field.

func StorageSchemeIn

func StorageSchemeIn(vs ...string) predicate.File

StorageSchemeIn applies the In predicate on the "storage_scheme" field.

func StorageSchemeIsNil

func StorageSchemeIsNil() predicate.File

StorageSchemeIsNil applies the IsNil predicate on the "storage_scheme" field.

func StorageSchemeLT

func StorageSchemeLT(v string) predicate.File

StorageSchemeLT applies the LT predicate on the "storage_scheme" field.

func StorageSchemeLTE

func StorageSchemeLTE(v string) predicate.File

StorageSchemeLTE applies the LTE predicate on the "storage_scheme" field.

func StorageSchemeNEQ

func StorageSchemeNEQ(v string) predicate.File

StorageSchemeNEQ applies the NEQ predicate on the "storage_scheme" field.

func StorageSchemeNotIn

func StorageSchemeNotIn(vs ...string) predicate.File

StorageSchemeNotIn applies the NotIn predicate on the "storage_scheme" field.

func StorageSchemeNotNil

func StorageSchemeNotNil() predicate.File

StorageSchemeNotNil applies the NotNil predicate on the "storage_scheme" field.

func StorageVolume

func StorageVolume(v string) predicate.File

StorageVolume applies equality check predicate on the "storage_volume" field. It's identical to StorageVolumeEQ.

func StorageVolumeContains

func StorageVolumeContains(v string) predicate.File

StorageVolumeContains applies the Contains predicate on the "storage_volume" field.

func StorageVolumeContainsFold

func StorageVolumeContainsFold(v string) predicate.File

StorageVolumeContainsFold applies the ContainsFold predicate on the "storage_volume" field.

func StorageVolumeEQ

func StorageVolumeEQ(v string) predicate.File

StorageVolumeEQ applies the EQ predicate on the "storage_volume" field.

func StorageVolumeEqualFold

func StorageVolumeEqualFold(v string) predicate.File

StorageVolumeEqualFold applies the EqualFold predicate on the "storage_volume" field.

func StorageVolumeGT

func StorageVolumeGT(v string) predicate.File

StorageVolumeGT applies the GT predicate on the "storage_volume" field.

func StorageVolumeGTE

func StorageVolumeGTE(v string) predicate.File

StorageVolumeGTE applies the GTE predicate on the "storage_volume" field.

func StorageVolumeHasPrefix

func StorageVolumeHasPrefix(v string) predicate.File

StorageVolumeHasPrefix applies the HasPrefix predicate on the "storage_volume" field.

func StorageVolumeHasSuffix

func StorageVolumeHasSuffix(v string) predicate.File

StorageVolumeHasSuffix applies the HasSuffix predicate on the "storage_volume" field.

func StorageVolumeIn

func StorageVolumeIn(vs ...string) predicate.File

StorageVolumeIn applies the In predicate on the "storage_volume" field.

func StorageVolumeIsNil

func StorageVolumeIsNil() predicate.File

StorageVolumeIsNil applies the IsNil predicate on the "storage_volume" field.

func StorageVolumeLT

func StorageVolumeLT(v string) predicate.File

StorageVolumeLT applies the LT predicate on the "storage_volume" field.

func StorageVolumeLTE

func StorageVolumeLTE(v string) predicate.File

StorageVolumeLTE applies the LTE predicate on the "storage_volume" field.

func StorageVolumeNEQ

func StorageVolumeNEQ(v string) predicate.File

StorageVolumeNEQ applies the NEQ predicate on the "storage_volume" field.

func StorageVolumeNotIn

func StorageVolumeNotIn(vs ...string) predicate.File

StorageVolumeNotIn applies the NotIn predicate on the "storage_volume" field.

func StorageVolumeNotNil

func StorageVolumeNotNil() predicate.File

StorageVolumeNotNil applies the NotNil predicate on the "storage_volume" field.

func StoreKey

func StoreKey(v string) predicate.File

StoreKey applies equality check predicate on the "store_key" field. It's identical to StoreKeyEQ.

func StoreKeyContains

func StoreKeyContains(v string) predicate.File

StoreKeyContains applies the Contains predicate on the "store_key" field.

func StoreKeyContainsFold

func StoreKeyContainsFold(v string) predicate.File

StoreKeyContainsFold applies the ContainsFold predicate on the "store_key" field.

func StoreKeyEQ

func StoreKeyEQ(v string) predicate.File

StoreKeyEQ applies the EQ predicate on the "store_key" field.

func StoreKeyEqualFold

func StoreKeyEqualFold(v string) predicate.File

StoreKeyEqualFold applies the EqualFold predicate on the "store_key" field.

func StoreKeyGT

func StoreKeyGT(v string) predicate.File

StoreKeyGT applies the GT predicate on the "store_key" field.

func StoreKeyGTE

func StoreKeyGTE(v string) predicate.File

StoreKeyGTE applies the GTE predicate on the "store_key" field.

func StoreKeyHasPrefix

func StoreKeyHasPrefix(v string) predicate.File

StoreKeyHasPrefix applies the HasPrefix predicate on the "store_key" field.

func StoreKeyHasSuffix

func StoreKeyHasSuffix(v string) predicate.File

StoreKeyHasSuffix applies the HasSuffix predicate on the "store_key" field.

func StoreKeyIn

func StoreKeyIn(vs ...string) predicate.File

StoreKeyIn applies the In predicate on the "store_key" field.

func StoreKeyIsNil

func StoreKeyIsNil() predicate.File

StoreKeyIsNil applies the IsNil predicate on the "store_key" field.

func StoreKeyLT

func StoreKeyLT(v string) predicate.File

StoreKeyLT applies the LT predicate on the "store_key" field.

func StoreKeyLTE

func StoreKeyLTE(v string) predicate.File

StoreKeyLTE applies the LTE predicate on the "store_key" field.

func StoreKeyNEQ

func StoreKeyNEQ(v string) predicate.File

StoreKeyNEQ applies the NEQ predicate on the "store_key" field.

func StoreKeyNotIn

func StoreKeyNotIn(vs ...string) predicate.File

StoreKeyNotIn applies the NotIn predicate on the "store_key" field.

func StoreKeyNotNil

func StoreKeyNotNil() predicate.File

StoreKeyNotNil applies the NotNil predicate on the "store_key" field.

func SystemInternalID

func SystemInternalID(v string) predicate.File

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

func SystemInternalIDContains

func SystemInternalIDContains(v string) predicate.File

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

func SystemInternalIDContainsFold

func SystemInternalIDContainsFold(v string) predicate.File

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

func SystemInternalIDEQ

func SystemInternalIDEQ(v string) predicate.File

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

func SystemInternalIDEqualFold

func SystemInternalIDEqualFold(v string) predicate.File

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

func SystemInternalIDGT

func SystemInternalIDGT(v string) predicate.File

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

func SystemInternalIDGTE

func SystemInternalIDGTE(v string) predicate.File

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

func SystemInternalIDHasPrefix

func SystemInternalIDHasPrefix(v string) predicate.File

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

func SystemInternalIDHasSuffix

func SystemInternalIDHasSuffix(v string) predicate.File

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

func SystemInternalIDIn

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

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

func SystemInternalIDIsNil

func SystemInternalIDIsNil() predicate.File

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

func SystemInternalIDLT

func SystemInternalIDLT(v string) predicate.File

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

func SystemInternalIDLTE

func SystemInternalIDLTE(v string) predicate.File

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

func SystemInternalIDNEQ

func SystemInternalIDNEQ(v string) predicate.File

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

func SystemInternalIDNotIn

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

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

func SystemInternalIDNotNil

func SystemInternalIDNotNil() predicate.File

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

func SystemOwned

func SystemOwned(v bool) predicate.File

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

func SystemOwnedEQ

func SystemOwnedEQ(v bool) predicate.File

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

func SystemOwnedIsNil

func SystemOwnedIsNil() predicate.File

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

func SystemOwnedNEQ

func SystemOwnedNEQ(v bool) predicate.File

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

func SystemOwnedNotNil

func SystemOwnedNotNil() predicate.File

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

func TagsIsNil

func TagsIsNil() predicate.File

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

func TagsNotNil

func TagsNotNil() predicate.File

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

func URI

func URI(v string) predicate.File

URI applies equality check predicate on the "uri" field. It's identical to URIEQ.

func URIContains

func URIContains(v string) predicate.File

URIContains applies the Contains predicate on the "uri" field.

func URIContainsFold

func URIContainsFold(v string) predicate.File

URIContainsFold applies the ContainsFold predicate on the "uri" field.

func URIEQ

func URIEQ(v string) predicate.File

URIEQ applies the EQ predicate on the "uri" field.

func URIEqualFold

func URIEqualFold(v string) predicate.File

URIEqualFold applies the EqualFold predicate on the "uri" field.

func URIGT

func URIGT(v string) predicate.File

URIGT applies the GT predicate on the "uri" field.

func URIGTE

func URIGTE(v string) predicate.File

URIGTE applies the GTE predicate on the "uri" field.

func URIHasPrefix

func URIHasPrefix(v string) predicate.File

URIHasPrefix applies the HasPrefix predicate on the "uri" field.

func URIHasSuffix

func URIHasSuffix(v string) predicate.File

URIHasSuffix applies the HasSuffix predicate on the "uri" field.

func URIIn

func URIIn(vs ...string) predicate.File

URIIn applies the In predicate on the "uri" field.

func URIIsNil

func URIIsNil() predicate.File

URIIsNil applies the IsNil predicate on the "uri" field.

func URILT

func URILT(v string) predicate.File

URILT applies the LT predicate on the "uri" field.

func URILTE

func URILTE(v string) predicate.File

URILTE applies the LTE predicate on the "uri" field.

func URINEQ

func URINEQ(v string) predicate.File

URINEQ applies the NEQ predicate on the "uri" field.

func URINotIn

func URINotIn(vs ...string) predicate.File

URINotIn applies the NotIn predicate on the "uri" field.

func URINotNil

func URINotNil() predicate.File

URINotNil applies the NotNil predicate on the "uri" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.File

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.File

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.File

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.File

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.File

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.File

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.File

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.File

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.File

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

func UpdatedBy

func UpdatedBy(v string) predicate.File

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.File

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.File

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.File

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.File

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.File

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.File

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.File

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.File

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

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.File

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

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.File

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

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.File

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

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.File

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

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.File

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

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.File

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

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.File

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

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.File

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

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.File

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

func UpdatedByImpersonatorIn

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

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

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.File

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

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.File

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

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.File

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

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.File

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

func UpdatedByImpersonatorNotIn

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

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

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.File

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.File

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.File

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.File

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.File

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.File

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

func ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the File queries.

func ByCategoryField

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

ByCategoryField orders the results by category field.

func ByCategoryID

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

ByCategoryID orders the results by the category_id field.

func ByCategoryName

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

ByCategoryName orders the results by the category_name field.

func ByCategoryType

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

ByCategoryType orders the results by the category_type field.

func ByContact

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

ByContact orders the results by contact terms.

func ByContactCount

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

ByContactCount orders the results by contact 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 ByDetectedContentType

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

ByDetectedContentType orders the results by the detected_content_type field.

func ByDetectedMimeType

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

ByDetectedMimeType orders the results by the detected_mime_type field.

func ByDocument

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

ByDocument orders the results by document terms.

func ByDocumentCount

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

ByDocumentCount orders the results by document count.

func ByEntity

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

ByEntity orders the results by entity terms.

func ByEntityCount

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

ByEntityCount orders the results by entity 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 ByEvents

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

ByEvents orders the results by events terms.

func ByEventsCount

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

ByEventsCount orders the results by events count.

func ByEvidence

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

ByEvidence orders the results by evidence terms.

func ByEvidenceCount

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

ByEvidenceCount orders the results by evidence count.

func ByGroups

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

ByGroups orders the results by groups terms.

func ByGroupsCount

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

ByGroupsCount orders the results by groups count.

func ByID

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

ByID orders the results by the id field.

func ByIdentityHolder

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

ByIdentityHolder orders the results by identity_holder terms.

func ByIdentityHolderCount

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

ByIdentityHolderCount orders the results by identity_holder count.

func ByIntegrations

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

ByIntegrations orders the results by integrations terms.

func ByIntegrationsCount

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

ByIntegrationsCount orders the results by integrations count.

func ByInternalNotes

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

ByInternalNotes orders the results by the internal_notes field.

func ByLastAccessedAt

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

ByLastAccessedAt orders the results by the last_accessed_at field.

func ByMd5Hash

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

ByMd5Hash orders the results by the md5_hash field.

func ByName

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

ByName orders the results by the name field.

func ByOrganization

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

ByOrganization orders the results by organization terms.

func ByOrganizationCount

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

ByOrganizationCount orders the results by organization count.

func ByOrganizationSetting

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

ByOrganizationSetting orders the results by organization_setting terms.

func ByOrganizationSettingCount

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

ByOrganizationSettingCount orders the results by organization_setting count.

func ByOriginalTrustCenterDoc

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

ByOriginalTrustCenterDoc orders the results by original_trust_center_doc terms.

func ByOriginalTrustCenterDocCount

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

ByOriginalTrustCenterDocCount orders the results by original_trust_center_doc count.

func ByPersistedFileSize

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

ByPersistedFileSize orders the results by the persisted_file_size field.

func ByPlatform

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

ByPlatform orders the results by platform terms.

func ByPlatformCount

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

ByPlatformCount orders the results by platform count.

func ByProgram

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

ByProgram orders the results by program terms.

func ByProgramCount

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

ByProgramCount orders the results by program count.

func ByProvidedFileExtension

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

ByProvidedFileExtension orders the results by the provided_file_extension field.

func ByProvidedFileName

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

ByProvidedFileName orders the results by the provided_file_name field.

func ByProvidedFileSize

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

ByProvidedFileSize orders the results by the provided_file_size field.

func ByScan

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

ByScan orders the results by scan terms.

func ByScanCount

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

ByScanCount orders the results by scan 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 BySecrets

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

BySecrets orders the results by secrets terms.

func BySecretsCount

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

BySecretsCount orders the results by secrets count.

func ByStoragePath

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

ByStoragePath orders the results by the storage_path field.

func ByStorageProvider

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

ByStorageProvider orders the results by the storage_provider field.

func ByStorageRegion

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

ByStorageRegion orders the results by the storage_region field.

func ByStorageScheme

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

ByStorageScheme orders the results by the storage_scheme field.

func ByStorageVolume

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

ByStorageVolume orders the results by the storage_volume field.

func ByStoreKey

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

ByStoreKey orders the results by the store_key field.

func BySystemInternalID

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

BySystemInternalID orders the results by the system_internal_id field.

func BySystemOwned

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

BySystemOwned orders the results by the system_owned field.

func ByTemplate

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

ByTemplate orders the results by template terms.

func ByTemplateCount

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

ByTemplateCount orders the results by template count.

func ByTrustCenterDoc

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

ByTrustCenterDoc orders the results by trust_center_doc terms.

func ByTrustCenterDocCount

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

ByTrustCenterDocCount orders the results by trust_center_doc count.

func ByTrustCenterEntities

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

ByTrustCenterEntities orders the results by trust_center_entities terms.

func ByTrustCenterEntitiesCount

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

ByTrustCenterEntitiesCount orders the results by trust_center_entities count.

func ByURI

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

ByURI orders the results by the uri field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

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

ByUpdatedBy orders the results by the updated_by field.

func ByUpdatedByImpersonator

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

ByUpdatedByImpersonator orders the results by the updated_by_impersonator field.

Jump to

Keyboard shortcuts

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