asset

package
v1.11.21 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the asset type in the database.
	Label = "asset"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldInternalOwner holds the string denoting the internal_owner field in the database.
	FieldInternalOwner = "internal_owner"
	// FieldInternalOwnerUserID holds the string denoting the internal_owner_user_id field in the database.
	FieldInternalOwnerUserID = "internal_owner_user_id"
	// FieldInternalOwnerGroupID holds the string denoting the internal_owner_group_id field in the database.
	FieldInternalOwnerGroupID = "internal_owner_group_id"
	// FieldAssetSubtypeName holds the string denoting the asset_subtype_name field in the database.
	FieldAssetSubtypeName = "asset_subtype_name"
	// FieldAssetSubtypeID holds the string denoting the asset_subtype_id field in the database.
	FieldAssetSubtypeID = "asset_subtype_id"
	// FieldAssetDataClassificationName holds the string denoting the asset_data_classification_name field in the database.
	FieldAssetDataClassificationName = "asset_data_classification_name"
	// FieldAssetDataClassificationID holds the string denoting the asset_data_classification_id field in the database.
	FieldAssetDataClassificationID = "asset_data_classification_id"
	// FieldEnvironmentName holds the string denoting the environment_name field in the database.
	FieldEnvironmentName = "environment_name"
	// FieldEnvironmentID holds the string denoting the environment_id field in the database.
	FieldEnvironmentID = "environment_id"
	// FieldScopeName holds the string denoting the scope_name field in the database.
	FieldScopeName = "scope_name"
	// FieldScopeID holds the string denoting the scope_id field in the database.
	FieldScopeID = "scope_id"
	// FieldAccessModelName holds the string denoting the access_model_name field in the database.
	FieldAccessModelName = "access_model_name"
	// FieldAccessModelID holds the string denoting the access_model_id field in the database.
	FieldAccessModelID = "access_model_id"
	// FieldEncryptionStatusName holds the string denoting the encryption_status_name field in the database.
	FieldEncryptionStatusName = "encryption_status_name"
	// FieldEncryptionStatusID holds the string denoting the encryption_status_id field in the database.
	FieldEncryptionStatusID = "encryption_status_id"
	// FieldSecurityTierName holds the string denoting the security_tier_name field in the database.
	FieldSecurityTierName = "security_tier_name"
	// FieldSecurityTierID holds the string denoting the security_tier_id field in the database.
	FieldSecurityTierID = "security_tier_id"
	// FieldCriticalityName holds the string denoting the criticality_name field in the database.
	FieldCriticalityName = "criticality_name"
	// FieldCriticalityID holds the string denoting the criticality_id field in the database.
	FieldCriticalityID = "criticality_id"
	// 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"
	// FieldAssetType holds the string denoting the asset_type field in the database.
	FieldAssetType = "asset_type"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldDisplayName holds the string denoting the display_name field in the database.
	FieldDisplayName = "display_name"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldIdentifier holds the string denoting the identifier field in the database.
	FieldIdentifier = "identifier"
	// FieldWebsite holds the string denoting the website field in the database.
	FieldWebsite = "website"
	// FieldPhysicalLocation holds the string denoting the physical_location field in the database.
	FieldPhysicalLocation = "physical_location"
	// FieldRegion holds the string denoting the region field in the database.
	FieldRegion = "region"
	// FieldContainsPii holds the string denoting the contains_pii field in the database.
	FieldContainsPii = "contains_pii"
	// FieldSourceType holds the string denoting the source_type field in the database.
	FieldSourceType = "source_type"
	// FieldSourcePlatformID holds the string denoting the source_platform_id field in the database.
	FieldSourcePlatformID = "source_platform_id"
	// FieldSourceIdentifier holds the string denoting the source_identifier field in the database.
	FieldSourceIdentifier = "source_identifier"
	// FieldCostCenter holds the string denoting the cost_center field in the database.
	FieldCostCenter = "cost_center"
	// FieldEstimatedMonthlyCost holds the string denoting the estimated_monthly_cost field in the database.
	FieldEstimatedMonthlyCost = "estimated_monthly_cost"
	// FieldPurchaseDate holds the string denoting the purchase_date field in the database.
	FieldPurchaseDate = "purchase_date"
	// FieldCpe holds the string denoting the cpe field in the database.
	FieldCpe = "cpe"
	// FieldCategories holds the string denoting the categories field in the database.
	FieldCategories = "categories"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeBlockedGroups holds the string denoting the blocked_groups edge name in mutations.
	EdgeBlockedGroups = "blocked_groups"
	// EdgeEditors holds the string denoting the editors edge name in mutations.
	EdgeEditors = "editors"
	// EdgeViewers holds the string denoting the viewers edge name in mutations.
	EdgeViewers = "viewers"
	// EdgeInternalOwnerUser holds the string denoting the internal_owner_user edge name in mutations.
	EdgeInternalOwnerUser = "internal_owner_user"
	// EdgeInternalOwnerGroup holds the string denoting the internal_owner_group edge name in mutations.
	EdgeInternalOwnerGroup = "internal_owner_group"
	// EdgeAssetSubtype holds the string denoting the asset_subtype edge name in mutations.
	EdgeAssetSubtype = "asset_subtype"
	// EdgeAssetDataClassification holds the string denoting the asset_data_classification edge name in mutations.
	EdgeAssetDataClassification = "asset_data_classification"
	// EdgeEnvironment holds the string denoting the environment edge name in mutations.
	EdgeEnvironment = "environment"
	// EdgeScope holds the string denoting the scope edge name in mutations.
	EdgeScope = "scope"
	// EdgeAccessModel holds the string denoting the access_model edge name in mutations.
	EdgeAccessModel = "access_model"
	// EdgeEncryptionStatus holds the string denoting the encryption_status edge name in mutations.
	EdgeEncryptionStatus = "encryption_status"
	// EdgeSecurityTier holds the string denoting the security_tier edge name in mutations.
	EdgeSecurityTier = "security_tier"
	// EdgeCriticality holds the string denoting the criticality edge name in mutations.
	EdgeCriticality = "criticality"
	// EdgeScans holds the string denoting the scans edge name in mutations.
	EdgeScans = "scans"
	// EdgeEntities holds the string denoting the entities edge name in mutations.
	EdgeEntities = "entities"
	// EdgePlatforms holds the string denoting the platforms edge name in mutations.
	EdgePlatforms = "platforms"
	// EdgeOutOfScopePlatforms holds the string denoting the out_of_scope_platforms edge name in mutations.
	EdgeOutOfScopePlatforms = "out_of_scope_platforms"
	// EdgeIdentityHolders holds the string denoting the identity_holders edge name in mutations.
	EdgeIdentityHolders = "identity_holders"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgeSourcePlatform holds the string denoting the source_platform edge name in mutations.
	EdgeSourcePlatform = "source_platform"
	// EdgeConnectedAssets holds the string denoting the connected_assets edge name in mutations.
	EdgeConnectedAssets = "connected_assets"
	// EdgeConnectedFrom holds the string denoting the connected_from edge name in mutations.
	EdgeConnectedFrom = "connected_from"
	// Table holds the table name of the asset in the database.
	Table = "assets"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "assets"
	// OwnerInverseTable is the table name for the Organization entity.
	// It exists in this package in order to avoid circular dependency with the "organization" package.
	OwnerInverseTable = "organizations"
	// OwnerColumn is the table column denoting the owner relation/edge.
	OwnerColumn = "owner_id"
	// BlockedGroupsTable is the table that holds the blocked_groups relation/edge.
	BlockedGroupsTable = "groups"
	// BlockedGroupsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	BlockedGroupsInverseTable = "groups"
	// BlockedGroupsColumn is the table column denoting the blocked_groups relation/edge.
	BlockedGroupsColumn = "asset_blocked_groups"
	// EditorsTable is the table that holds the editors relation/edge.
	EditorsTable = "groups"
	// EditorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	EditorsInverseTable = "groups"
	// EditorsColumn is the table column denoting the editors relation/edge.
	EditorsColumn = "asset_editors"
	// ViewersTable is the table that holds the viewers relation/edge.
	ViewersTable = "groups"
	// ViewersInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ViewersInverseTable = "groups"
	// ViewersColumn is the table column denoting the viewers relation/edge.
	ViewersColumn = "asset_viewers"
	// InternalOwnerUserTable is the table that holds the internal_owner_user relation/edge.
	InternalOwnerUserTable = "assets"
	// InternalOwnerUserInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	InternalOwnerUserInverseTable = "users"
	// InternalOwnerUserColumn is the table column denoting the internal_owner_user relation/edge.
	InternalOwnerUserColumn = "internal_owner_user_id"
	// InternalOwnerGroupTable is the table that holds the internal_owner_group relation/edge.
	InternalOwnerGroupTable = "assets"
	// InternalOwnerGroupInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	InternalOwnerGroupInverseTable = "groups"
	// InternalOwnerGroupColumn is the table column denoting the internal_owner_group relation/edge.
	InternalOwnerGroupColumn = "internal_owner_group_id"
	// AssetSubtypeTable is the table that holds the asset_subtype relation/edge.
	AssetSubtypeTable = "assets"
	// AssetSubtypeInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	AssetSubtypeInverseTable = "custom_type_enums"
	// AssetSubtypeColumn is the table column denoting the asset_subtype relation/edge.
	AssetSubtypeColumn = "asset_subtype_id"
	// AssetDataClassificationTable is the table that holds the asset_data_classification relation/edge.
	AssetDataClassificationTable = "assets"
	// AssetDataClassificationInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	AssetDataClassificationInverseTable = "custom_type_enums"
	// AssetDataClassificationColumn is the table column denoting the asset_data_classification relation/edge.
	AssetDataClassificationColumn = "asset_data_classification_id"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "assets"
	// 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 = "assets"
	// ScopeInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	ScopeInverseTable = "custom_type_enums"
	// ScopeColumn is the table column denoting the scope relation/edge.
	ScopeColumn = "scope_id"
	// AccessModelTable is the table that holds the access_model relation/edge.
	AccessModelTable = "assets"
	// AccessModelInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	AccessModelInverseTable = "custom_type_enums"
	// AccessModelColumn is the table column denoting the access_model relation/edge.
	AccessModelColumn = "access_model_id"
	// EncryptionStatusTable is the table that holds the encryption_status relation/edge.
	EncryptionStatusTable = "assets"
	// EncryptionStatusInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	EncryptionStatusInverseTable = "custom_type_enums"
	// EncryptionStatusColumn is the table column denoting the encryption_status relation/edge.
	EncryptionStatusColumn = "encryption_status_id"
	// SecurityTierTable is the table that holds the security_tier relation/edge.
	SecurityTierTable = "assets"
	// SecurityTierInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	SecurityTierInverseTable = "custom_type_enums"
	// SecurityTierColumn is the table column denoting the security_tier relation/edge.
	SecurityTierColumn = "security_tier_id"
	// CriticalityTable is the table that holds the criticality relation/edge.
	CriticalityTable = "assets"
	// CriticalityInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	CriticalityInverseTable = "custom_type_enums"
	// CriticalityColumn is the table column denoting the criticality relation/edge.
	CriticalityColumn = "criticality_id"
	// ScansTable is the table that holds the scans relation/edge. The primary key declared below.
	ScansTable = "scan_assets"
	// ScansInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScansInverseTable = "scans"
	// EntitiesTable is the table that holds the entities relation/edge. The primary key declared below.
	EntitiesTable = "entity_assets"
	// EntitiesInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntitiesInverseTable = "entities"
	// PlatformsTable is the table that holds the platforms relation/edge. The primary key declared below.
	PlatformsTable = "platform_assets"
	// PlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformsInverseTable = "platforms"
	// OutOfScopePlatformsTable is the table that holds the out_of_scope_platforms relation/edge. The primary key declared below.
	OutOfScopePlatformsTable = "platform_out_of_scope_assets"
	// OutOfScopePlatformsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	OutOfScopePlatformsInverseTable = "platforms"
	// IdentityHoldersTable is the table that holds the identity_holders relation/edge. The primary key declared below.
	IdentityHoldersTable = "identity_holder_assets"
	// IdentityHoldersInverseTable is the table name for the IdentityHolder entity.
	// It exists in this package in order to avoid circular dependency with the "identityholder" package.
	IdentityHoldersInverseTable = "identity_holders"
	// ControlsTable is the table that holds the controls relation/edge. The primary key declared below.
	ControlsTable = "control_assets"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// SourcePlatformTable is the table that holds the source_platform relation/edge.
	SourcePlatformTable = "assets"
	// SourcePlatformInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	SourcePlatformInverseTable = "platforms"
	// SourcePlatformColumn is the table column denoting the source_platform relation/edge.
	SourcePlatformColumn = "source_platform_id"
	// ConnectedAssetsTable is the table that holds the connected_assets relation/edge. The primary key declared below.
	ConnectedAssetsTable = "asset_connected_assets"
	// ConnectedFromTable is the table that holds the connected_from relation/edge. The primary key declared below.
	ConnectedFromTable = "asset_connected_assets"
)
View Source
const DefaultAssetType enums.AssetType = "TECHNOLOGY"
View Source
const DefaultSourceType enums.SourceType = "MANUAL"

Variables

View Source
var (
	// ScansPrimaryKey and ScansColumn2 are the table columns denoting the
	// primary key for the scans relation (M2M).
	ScansPrimaryKey = []string{"scan_id", "asset_id"}
	// EntitiesPrimaryKey and EntitiesColumn2 are the table columns denoting the
	// primary key for the entities relation (M2M).
	EntitiesPrimaryKey = []string{"entity_id", "asset_id"}
	// PlatformsPrimaryKey and PlatformsColumn2 are the table columns denoting the
	// primary key for the platforms relation (M2M).
	PlatformsPrimaryKey = []string{"platform_id", "asset_id"}
	// OutOfScopePlatformsPrimaryKey and OutOfScopePlatformsColumn2 are the table columns denoting the
	// primary key for the out_of_scope_platforms relation (M2M).
	OutOfScopePlatformsPrimaryKey = []string{"platform_id", "asset_id"}
	// IdentityHoldersPrimaryKey and IdentityHoldersColumn2 are the table columns denoting the
	// primary key for the identity_holders relation (M2M).
	IdentityHoldersPrimaryKey = []string{"identity_holder_id", "asset_id"}
	// ControlsPrimaryKey and ControlsColumn2 are the table columns denoting the
	// primary key for the controls relation (M2M).
	ControlsPrimaryKey = []string{"control_id", "asset_id"}
	// ConnectedAssetsPrimaryKey and ConnectedAssetsColumn2 are the table columns denoting the
	// primary key for the connected_assets relation (M2M).
	ConnectedAssetsPrimaryKey = []string{"asset_id", "connected_from_id"}
	// ConnectedFromPrimaryKey and ConnectedFromColumn2 are the table columns denoting the
	// primary key for the connected_from relation (M2M).
	ConnectedFromPrimaryKey = []string{"asset_id", "connected_from_id"}
)
View Source
var (
	Hooks        [19]ent.Hook
	Interceptors [3]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// DefaultSystemOwned holds the default value on creation for the "system_owned" field.
	DefaultSystemOwned bool
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DisplayNameValidator is a validator for the "display_name" field. It is called by the builders before save.
	DisplayNameValidator func(string) error
	// DefaultContainsPii holds the default value on creation for the "contains_pii" field.
	DefaultContainsPii bool
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for asset fields.

View Source
var ForeignKeys = []string{
	"finding_assets",
	"remediation_assets",
	"review_assets",
	"risk_assets",
	"vulnerability_assets",
}

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

Functions

func AccessModelID added in v1.5.0

func AccessModelID(v string) predicate.Asset

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

func AccessModelIDContains added in v1.5.0

func AccessModelIDContains(v string) predicate.Asset

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

func AccessModelIDContainsFold added in v1.5.0

func AccessModelIDContainsFold(v string) predicate.Asset

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

func AccessModelIDEQ added in v1.5.0

func AccessModelIDEQ(v string) predicate.Asset

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

func AccessModelIDEqualFold added in v1.5.0

func AccessModelIDEqualFold(v string) predicate.Asset

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

func AccessModelIDGT added in v1.5.0

func AccessModelIDGT(v string) predicate.Asset

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

func AccessModelIDGTE added in v1.5.0

func AccessModelIDGTE(v string) predicate.Asset

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

func AccessModelIDHasPrefix added in v1.5.0

func AccessModelIDHasPrefix(v string) predicate.Asset

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

func AccessModelIDHasSuffix added in v1.5.0

func AccessModelIDHasSuffix(v string) predicate.Asset

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

func AccessModelIDIn added in v1.5.0

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

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

func AccessModelIDIsNil added in v1.5.0

func AccessModelIDIsNil() predicate.Asset

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

func AccessModelIDLT added in v1.5.0

func AccessModelIDLT(v string) predicate.Asset

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

func AccessModelIDLTE added in v1.5.0

func AccessModelIDLTE(v string) predicate.Asset

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

func AccessModelIDNEQ added in v1.5.0

func AccessModelIDNEQ(v string) predicate.Asset

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

func AccessModelIDNotIn added in v1.5.0

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

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

func AccessModelIDNotNil added in v1.5.0

func AccessModelIDNotNil() predicate.Asset

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

func AccessModelName added in v1.5.0

func AccessModelName(v string) predicate.Asset

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

func AccessModelNameContains added in v1.5.0

func AccessModelNameContains(v string) predicate.Asset

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

func AccessModelNameContainsFold added in v1.5.0

func AccessModelNameContainsFold(v string) predicate.Asset

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

func AccessModelNameEQ added in v1.5.0

func AccessModelNameEQ(v string) predicate.Asset

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

func AccessModelNameEqualFold added in v1.5.0

func AccessModelNameEqualFold(v string) predicate.Asset

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

func AccessModelNameGT added in v1.5.0

func AccessModelNameGT(v string) predicate.Asset

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

func AccessModelNameGTE added in v1.5.0

func AccessModelNameGTE(v string) predicate.Asset

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

func AccessModelNameHasPrefix added in v1.5.0

func AccessModelNameHasPrefix(v string) predicate.Asset

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

func AccessModelNameHasSuffix added in v1.5.0

func AccessModelNameHasSuffix(v string) predicate.Asset

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

func AccessModelNameIn added in v1.5.0

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

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

func AccessModelNameIsNil added in v1.5.0

func AccessModelNameIsNil() predicate.Asset

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

func AccessModelNameLT added in v1.5.0

func AccessModelNameLT(v string) predicate.Asset

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

func AccessModelNameLTE added in v1.5.0

func AccessModelNameLTE(v string) predicate.Asset

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

func AccessModelNameNEQ added in v1.5.0

func AccessModelNameNEQ(v string) predicate.Asset

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

func AccessModelNameNotIn added in v1.5.0

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

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

func AccessModelNameNotNil added in v1.5.0

func AccessModelNameNotNil() predicate.Asset

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

func And

func And(predicates ...predicate.Asset) predicate.Asset

And groups predicates with the AND operator between them.

func AssetDataClassificationID added in v1.5.0

func AssetDataClassificationID(v string) predicate.Asset

AssetDataClassificationID applies equality check predicate on the "asset_data_classification_id" field. It's identical to AssetDataClassificationIDEQ.

func AssetDataClassificationIDContains added in v1.5.0

func AssetDataClassificationIDContains(v string) predicate.Asset

AssetDataClassificationIDContains applies the Contains predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDContainsFold added in v1.5.0

func AssetDataClassificationIDContainsFold(v string) predicate.Asset

AssetDataClassificationIDContainsFold applies the ContainsFold predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDEQ added in v1.5.0

func AssetDataClassificationIDEQ(v string) predicate.Asset

AssetDataClassificationIDEQ applies the EQ predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDEqualFold added in v1.5.0

func AssetDataClassificationIDEqualFold(v string) predicate.Asset

AssetDataClassificationIDEqualFold applies the EqualFold predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDGT added in v1.5.0

func AssetDataClassificationIDGT(v string) predicate.Asset

AssetDataClassificationIDGT applies the GT predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDGTE added in v1.5.0

func AssetDataClassificationIDGTE(v string) predicate.Asset

AssetDataClassificationIDGTE applies the GTE predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDHasPrefix added in v1.5.0

func AssetDataClassificationIDHasPrefix(v string) predicate.Asset

AssetDataClassificationIDHasPrefix applies the HasPrefix predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDHasSuffix added in v1.5.0

func AssetDataClassificationIDHasSuffix(v string) predicate.Asset

AssetDataClassificationIDHasSuffix applies the HasSuffix predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDIn added in v1.5.0

func AssetDataClassificationIDIn(vs ...string) predicate.Asset

AssetDataClassificationIDIn applies the In predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDIsNil added in v1.5.0

func AssetDataClassificationIDIsNil() predicate.Asset

AssetDataClassificationIDIsNil applies the IsNil predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDLT added in v1.5.0

func AssetDataClassificationIDLT(v string) predicate.Asset

AssetDataClassificationIDLT applies the LT predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDLTE added in v1.5.0

func AssetDataClassificationIDLTE(v string) predicate.Asset

AssetDataClassificationIDLTE applies the LTE predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDNEQ added in v1.5.0

func AssetDataClassificationIDNEQ(v string) predicate.Asset

AssetDataClassificationIDNEQ applies the NEQ predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDNotIn added in v1.5.0

func AssetDataClassificationIDNotIn(vs ...string) predicate.Asset

AssetDataClassificationIDNotIn applies the NotIn predicate on the "asset_data_classification_id" field.

func AssetDataClassificationIDNotNil added in v1.5.0

func AssetDataClassificationIDNotNil() predicate.Asset

AssetDataClassificationIDNotNil applies the NotNil predicate on the "asset_data_classification_id" field.

func AssetDataClassificationName added in v1.5.0

func AssetDataClassificationName(v string) predicate.Asset

AssetDataClassificationName applies equality check predicate on the "asset_data_classification_name" field. It's identical to AssetDataClassificationNameEQ.

func AssetDataClassificationNameContains added in v1.5.0

func AssetDataClassificationNameContains(v string) predicate.Asset

AssetDataClassificationNameContains applies the Contains predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameContainsFold added in v1.5.0

func AssetDataClassificationNameContainsFold(v string) predicate.Asset

AssetDataClassificationNameContainsFold applies the ContainsFold predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameEQ added in v1.5.0

func AssetDataClassificationNameEQ(v string) predicate.Asset

AssetDataClassificationNameEQ applies the EQ predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameEqualFold added in v1.5.0

func AssetDataClassificationNameEqualFold(v string) predicate.Asset

AssetDataClassificationNameEqualFold applies the EqualFold predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameGT added in v1.5.0

func AssetDataClassificationNameGT(v string) predicate.Asset

AssetDataClassificationNameGT applies the GT predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameGTE added in v1.5.0

func AssetDataClassificationNameGTE(v string) predicate.Asset

AssetDataClassificationNameGTE applies the GTE predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameHasPrefix added in v1.5.0

func AssetDataClassificationNameHasPrefix(v string) predicate.Asset

AssetDataClassificationNameHasPrefix applies the HasPrefix predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameHasSuffix added in v1.5.0

func AssetDataClassificationNameHasSuffix(v string) predicate.Asset

AssetDataClassificationNameHasSuffix applies the HasSuffix predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameIn added in v1.5.0

func AssetDataClassificationNameIn(vs ...string) predicate.Asset

AssetDataClassificationNameIn applies the In predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameIsNil added in v1.5.0

func AssetDataClassificationNameIsNil() predicate.Asset

AssetDataClassificationNameIsNil applies the IsNil predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameLT added in v1.5.0

func AssetDataClassificationNameLT(v string) predicate.Asset

AssetDataClassificationNameLT applies the LT predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameLTE added in v1.5.0

func AssetDataClassificationNameLTE(v string) predicate.Asset

AssetDataClassificationNameLTE applies the LTE predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameNEQ added in v1.5.0

func AssetDataClassificationNameNEQ(v string) predicate.Asset

AssetDataClassificationNameNEQ applies the NEQ predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameNotIn added in v1.5.0

func AssetDataClassificationNameNotIn(vs ...string) predicate.Asset

AssetDataClassificationNameNotIn applies the NotIn predicate on the "asset_data_classification_name" field.

func AssetDataClassificationNameNotNil added in v1.5.0

func AssetDataClassificationNameNotNil() predicate.Asset

AssetDataClassificationNameNotNil applies the NotNil predicate on the "asset_data_classification_name" field.

func AssetSubtypeID added in v1.5.0

func AssetSubtypeID(v string) predicate.Asset

AssetSubtypeID applies equality check predicate on the "asset_subtype_id" field. It's identical to AssetSubtypeIDEQ.

func AssetSubtypeIDContains added in v1.5.0

func AssetSubtypeIDContains(v string) predicate.Asset

AssetSubtypeIDContains applies the Contains predicate on the "asset_subtype_id" field.

func AssetSubtypeIDContainsFold added in v1.5.0

func AssetSubtypeIDContainsFold(v string) predicate.Asset

AssetSubtypeIDContainsFold applies the ContainsFold predicate on the "asset_subtype_id" field.

func AssetSubtypeIDEQ added in v1.5.0

func AssetSubtypeIDEQ(v string) predicate.Asset

AssetSubtypeIDEQ applies the EQ predicate on the "asset_subtype_id" field.

func AssetSubtypeIDEqualFold added in v1.5.0

func AssetSubtypeIDEqualFold(v string) predicate.Asset

AssetSubtypeIDEqualFold applies the EqualFold predicate on the "asset_subtype_id" field.

func AssetSubtypeIDGT added in v1.5.0

func AssetSubtypeIDGT(v string) predicate.Asset

AssetSubtypeIDGT applies the GT predicate on the "asset_subtype_id" field.

func AssetSubtypeIDGTE added in v1.5.0

func AssetSubtypeIDGTE(v string) predicate.Asset

AssetSubtypeIDGTE applies the GTE predicate on the "asset_subtype_id" field.

func AssetSubtypeIDHasPrefix added in v1.5.0

func AssetSubtypeIDHasPrefix(v string) predicate.Asset

AssetSubtypeIDHasPrefix applies the HasPrefix predicate on the "asset_subtype_id" field.

func AssetSubtypeIDHasSuffix added in v1.5.0

func AssetSubtypeIDHasSuffix(v string) predicate.Asset

AssetSubtypeIDHasSuffix applies the HasSuffix predicate on the "asset_subtype_id" field.

func AssetSubtypeIDIn added in v1.5.0

func AssetSubtypeIDIn(vs ...string) predicate.Asset

AssetSubtypeIDIn applies the In predicate on the "asset_subtype_id" field.

func AssetSubtypeIDIsNil added in v1.5.0

func AssetSubtypeIDIsNil() predicate.Asset

AssetSubtypeIDIsNil applies the IsNil predicate on the "asset_subtype_id" field.

func AssetSubtypeIDLT added in v1.5.0

func AssetSubtypeIDLT(v string) predicate.Asset

AssetSubtypeIDLT applies the LT predicate on the "asset_subtype_id" field.

func AssetSubtypeIDLTE added in v1.5.0

func AssetSubtypeIDLTE(v string) predicate.Asset

AssetSubtypeIDLTE applies the LTE predicate on the "asset_subtype_id" field.

func AssetSubtypeIDNEQ added in v1.5.0

func AssetSubtypeIDNEQ(v string) predicate.Asset

AssetSubtypeIDNEQ applies the NEQ predicate on the "asset_subtype_id" field.

func AssetSubtypeIDNotIn added in v1.5.0

func AssetSubtypeIDNotIn(vs ...string) predicate.Asset

AssetSubtypeIDNotIn applies the NotIn predicate on the "asset_subtype_id" field.

func AssetSubtypeIDNotNil added in v1.5.0

func AssetSubtypeIDNotNil() predicate.Asset

AssetSubtypeIDNotNil applies the NotNil predicate on the "asset_subtype_id" field.

func AssetSubtypeName added in v1.5.0

func AssetSubtypeName(v string) predicate.Asset

AssetSubtypeName applies equality check predicate on the "asset_subtype_name" field. It's identical to AssetSubtypeNameEQ.

func AssetSubtypeNameContains added in v1.5.0

func AssetSubtypeNameContains(v string) predicate.Asset

AssetSubtypeNameContains applies the Contains predicate on the "asset_subtype_name" field.

func AssetSubtypeNameContainsFold added in v1.5.0

func AssetSubtypeNameContainsFold(v string) predicate.Asset

AssetSubtypeNameContainsFold applies the ContainsFold predicate on the "asset_subtype_name" field.

func AssetSubtypeNameEQ added in v1.5.0

func AssetSubtypeNameEQ(v string) predicate.Asset

AssetSubtypeNameEQ applies the EQ predicate on the "asset_subtype_name" field.

func AssetSubtypeNameEqualFold added in v1.5.0

func AssetSubtypeNameEqualFold(v string) predicate.Asset

AssetSubtypeNameEqualFold applies the EqualFold predicate on the "asset_subtype_name" field.

func AssetSubtypeNameGT added in v1.5.0

func AssetSubtypeNameGT(v string) predicate.Asset

AssetSubtypeNameGT applies the GT predicate on the "asset_subtype_name" field.

func AssetSubtypeNameGTE added in v1.5.0

func AssetSubtypeNameGTE(v string) predicate.Asset

AssetSubtypeNameGTE applies the GTE predicate on the "asset_subtype_name" field.

func AssetSubtypeNameHasPrefix added in v1.5.0

func AssetSubtypeNameHasPrefix(v string) predicate.Asset

AssetSubtypeNameHasPrefix applies the HasPrefix predicate on the "asset_subtype_name" field.

func AssetSubtypeNameHasSuffix added in v1.5.0

func AssetSubtypeNameHasSuffix(v string) predicate.Asset

AssetSubtypeNameHasSuffix applies the HasSuffix predicate on the "asset_subtype_name" field.

func AssetSubtypeNameIn added in v1.5.0

func AssetSubtypeNameIn(vs ...string) predicate.Asset

AssetSubtypeNameIn applies the In predicate on the "asset_subtype_name" field.

func AssetSubtypeNameIsNil added in v1.5.0

func AssetSubtypeNameIsNil() predicate.Asset

AssetSubtypeNameIsNil applies the IsNil predicate on the "asset_subtype_name" field.

func AssetSubtypeNameLT added in v1.5.0

func AssetSubtypeNameLT(v string) predicate.Asset

AssetSubtypeNameLT applies the LT predicate on the "asset_subtype_name" field.

func AssetSubtypeNameLTE added in v1.5.0

func AssetSubtypeNameLTE(v string) predicate.Asset

AssetSubtypeNameLTE applies the LTE predicate on the "asset_subtype_name" field.

func AssetSubtypeNameNEQ added in v1.5.0

func AssetSubtypeNameNEQ(v string) predicate.Asset

AssetSubtypeNameNEQ applies the NEQ predicate on the "asset_subtype_name" field.

func AssetSubtypeNameNotIn added in v1.5.0

func AssetSubtypeNameNotIn(vs ...string) predicate.Asset

AssetSubtypeNameNotIn applies the NotIn predicate on the "asset_subtype_name" field.

func AssetSubtypeNameNotNil added in v1.5.0

func AssetSubtypeNameNotNil() predicate.Asset

AssetSubtypeNameNotNil applies the NotNil predicate on the "asset_subtype_name" field.

func AssetTypeEQ

func AssetTypeEQ(v enums.AssetType) predicate.Asset

AssetTypeEQ applies the EQ predicate on the "asset_type" field.

func AssetTypeIn

func AssetTypeIn(vs ...enums.AssetType) predicate.Asset

AssetTypeIn applies the In predicate on the "asset_type" field.

func AssetTypeNEQ

func AssetTypeNEQ(v enums.AssetType) predicate.Asset

AssetTypeNEQ applies the NEQ predicate on the "asset_type" field.

func AssetTypeNotIn

func AssetTypeNotIn(vs ...enums.AssetType) predicate.Asset

AssetTypeNotIn applies the NotIn predicate on the "asset_type" field.

func AssetTypeValidator

func AssetTypeValidator(at enums.AssetType) error

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

func CategoriesIsNil

func CategoriesIsNil() predicate.Asset

CategoriesIsNil applies the IsNil predicate on the "categories" field.

func CategoriesNotNil

func CategoriesNotNil() predicate.Asset

CategoriesNotNil applies the NotNil predicate on the "categories" field.

func ContainsPii added in v1.5.0

func ContainsPii(v bool) predicate.Asset

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

func ContainsPiiEQ added in v1.5.0

func ContainsPiiEQ(v bool) predicate.Asset

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

func ContainsPiiIsNil added in v1.5.0

func ContainsPiiIsNil() predicate.Asset

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

func ContainsPiiNEQ added in v1.5.0

func ContainsPiiNEQ(v bool) predicate.Asset

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

func ContainsPiiNotNil added in v1.5.0

func ContainsPiiNotNil() predicate.Asset

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

func CostCenter added in v1.5.0

func CostCenter(v string) predicate.Asset

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

func CostCenterContains added in v1.5.0

func CostCenterContains(v string) predicate.Asset

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

func CostCenterContainsFold added in v1.5.0

func CostCenterContainsFold(v string) predicate.Asset

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

func CostCenterEQ added in v1.5.0

func CostCenterEQ(v string) predicate.Asset

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

func CostCenterEqualFold added in v1.5.0

func CostCenterEqualFold(v string) predicate.Asset

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

func CostCenterGT added in v1.5.0

func CostCenterGT(v string) predicate.Asset

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

func CostCenterGTE added in v1.5.0

func CostCenterGTE(v string) predicate.Asset

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

func CostCenterHasPrefix added in v1.5.0

func CostCenterHasPrefix(v string) predicate.Asset

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

func CostCenterHasSuffix added in v1.5.0

func CostCenterHasSuffix(v string) predicate.Asset

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

func CostCenterIn added in v1.5.0

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

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

func CostCenterIsNil added in v1.5.0

func CostCenterIsNil() predicate.Asset

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

func CostCenterLT added in v1.5.0

func CostCenterLT(v string) predicate.Asset

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

func CostCenterLTE added in v1.5.0

func CostCenterLTE(v string) predicate.Asset

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

func CostCenterNEQ added in v1.5.0

func CostCenterNEQ(v string) predicate.Asset

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

func CostCenterNotIn added in v1.5.0

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

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

func CostCenterNotNil added in v1.5.0

func CostCenterNotNil() predicate.Asset

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

func Cpe

func Cpe(v string) predicate.Asset

Cpe applies equality check predicate on the "cpe" field. It's identical to CpeEQ.

func CpeContains

func CpeContains(v string) predicate.Asset

CpeContains applies the Contains predicate on the "cpe" field.

func CpeContainsFold

func CpeContainsFold(v string) predicate.Asset

CpeContainsFold applies the ContainsFold predicate on the "cpe" field.

func CpeEQ

func CpeEQ(v string) predicate.Asset

CpeEQ applies the EQ predicate on the "cpe" field.

func CpeEqualFold

func CpeEqualFold(v string) predicate.Asset

CpeEqualFold applies the EqualFold predicate on the "cpe" field.

func CpeGT

func CpeGT(v string) predicate.Asset

CpeGT applies the GT predicate on the "cpe" field.

func CpeGTE

func CpeGTE(v string) predicate.Asset

CpeGTE applies the GTE predicate on the "cpe" field.

func CpeHasPrefix

func CpeHasPrefix(v string) predicate.Asset

CpeHasPrefix applies the HasPrefix predicate on the "cpe" field.

func CpeHasSuffix

func CpeHasSuffix(v string) predicate.Asset

CpeHasSuffix applies the HasSuffix predicate on the "cpe" field.

func CpeIn

func CpeIn(vs ...string) predicate.Asset

CpeIn applies the In predicate on the "cpe" field.

func CpeIsNil

func CpeIsNil() predicate.Asset

CpeIsNil applies the IsNil predicate on the "cpe" field.

func CpeLT

func CpeLT(v string) predicate.Asset

CpeLT applies the LT predicate on the "cpe" field.

func CpeLTE

func CpeLTE(v string) predicate.Asset

CpeLTE applies the LTE predicate on the "cpe" field.

func CpeNEQ

func CpeNEQ(v string) predicate.Asset

CpeNEQ applies the NEQ predicate on the "cpe" field.

func CpeNotIn

func CpeNotIn(vs ...string) predicate.Asset

CpeNotIn applies the NotIn predicate on the "cpe" field.

func CpeNotNil

func CpeNotNil() predicate.Asset

CpeNotNil applies the NotNil predicate on the "cpe" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Asset

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Asset

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Asset

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Asset

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Asset

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Asset

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Asset

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Asset

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Asset

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

func CreatedBy

func CreatedBy(v string) predicate.Asset

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

func CreatedByContains

func CreatedByContains(v string) predicate.Asset

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Asset

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Asset

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Asset

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

func CreatedByGT

func CreatedByGT(v string) predicate.Asset

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Asset

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Asset

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Asset

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Asset

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

func CreatedByLT

func CreatedByLT(v string) predicate.Asset

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Asset

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Asset

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Asset

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

func CriticalityID added in v1.5.0

func CriticalityID(v string) predicate.Asset

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

func CriticalityIDContains added in v1.5.0

func CriticalityIDContains(v string) predicate.Asset

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

func CriticalityIDContainsFold added in v1.5.0

func CriticalityIDContainsFold(v string) predicate.Asset

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

func CriticalityIDEQ added in v1.5.0

func CriticalityIDEQ(v string) predicate.Asset

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

func CriticalityIDEqualFold added in v1.5.0

func CriticalityIDEqualFold(v string) predicate.Asset

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

func CriticalityIDGT added in v1.5.0

func CriticalityIDGT(v string) predicate.Asset

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

func CriticalityIDGTE added in v1.5.0

func CriticalityIDGTE(v string) predicate.Asset

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

func CriticalityIDHasPrefix added in v1.5.0

func CriticalityIDHasPrefix(v string) predicate.Asset

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

func CriticalityIDHasSuffix added in v1.5.0

func CriticalityIDHasSuffix(v string) predicate.Asset

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

func CriticalityIDIn added in v1.5.0

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

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

func CriticalityIDIsNil added in v1.5.0

func CriticalityIDIsNil() predicate.Asset

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

func CriticalityIDLT added in v1.5.0

func CriticalityIDLT(v string) predicate.Asset

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

func CriticalityIDLTE added in v1.5.0

func CriticalityIDLTE(v string) predicate.Asset

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

func CriticalityIDNEQ added in v1.5.0

func CriticalityIDNEQ(v string) predicate.Asset

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

func CriticalityIDNotIn added in v1.5.0

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

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

func CriticalityIDNotNil added in v1.5.0

func CriticalityIDNotNil() predicate.Asset

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

func CriticalityName added in v1.5.0

func CriticalityName(v string) predicate.Asset

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

func CriticalityNameContains added in v1.5.0

func CriticalityNameContains(v string) predicate.Asset

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

func CriticalityNameContainsFold added in v1.5.0

func CriticalityNameContainsFold(v string) predicate.Asset

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

func CriticalityNameEQ added in v1.5.0

func CriticalityNameEQ(v string) predicate.Asset

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

func CriticalityNameEqualFold added in v1.5.0

func CriticalityNameEqualFold(v string) predicate.Asset

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

func CriticalityNameGT added in v1.5.0

func CriticalityNameGT(v string) predicate.Asset

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

func CriticalityNameGTE added in v1.5.0

func CriticalityNameGTE(v string) predicate.Asset

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

func CriticalityNameHasPrefix added in v1.5.0

func CriticalityNameHasPrefix(v string) predicate.Asset

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

func CriticalityNameHasSuffix added in v1.5.0

func CriticalityNameHasSuffix(v string) predicate.Asset

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

func CriticalityNameIn added in v1.5.0

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

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

func CriticalityNameIsNil added in v1.5.0

func CriticalityNameIsNil() predicate.Asset

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

func CriticalityNameLT added in v1.5.0

func CriticalityNameLT(v string) predicate.Asset

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

func CriticalityNameLTE added in v1.5.0

func CriticalityNameLTE(v string) predicate.Asset

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

func CriticalityNameNEQ added in v1.5.0

func CriticalityNameNEQ(v string) predicate.Asset

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

func CriticalityNameNotIn added in v1.5.0

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

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

func CriticalityNameNotNil added in v1.5.0

func CriticalityNameNotNil() predicate.Asset

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

func DeletedAt

func DeletedAt(v time.Time) predicate.Asset

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Asset

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Asset

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Asset

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Asset

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Asset

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Asset

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Asset

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Asset

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

func DeletedBy

func DeletedBy(v string) predicate.Asset

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

func DeletedByContains

func DeletedByContains(v string) predicate.Asset

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Asset

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Asset

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Asset

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

func DeletedByGT

func DeletedByGT(v string) predicate.Asset

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Asset

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Asset

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Asset

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Asset

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

func DeletedByLT

func DeletedByLT(v string) predicate.Asset

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Asset

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Asset

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Asset

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

func Description

func Description(v string) predicate.Asset

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

func DescriptionContains

func DescriptionContains(v string) predicate.Asset

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Asset

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.Asset

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Asset

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

func DescriptionGT

func DescriptionGT(v string) predicate.Asset

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.Asset

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Asset

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Asset

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.Asset

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

func DescriptionLT

func DescriptionLT(v string) predicate.Asset

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.Asset

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Asset

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.Asset

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

func DisplayName added in v1.11.0

func DisplayName(v string) predicate.Asset

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

func DisplayNameContains added in v1.11.0

func DisplayNameContains(v string) predicate.Asset

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

func DisplayNameContainsFold added in v1.11.0

func DisplayNameContainsFold(v string) predicate.Asset

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

func DisplayNameEQ added in v1.11.0

func DisplayNameEQ(v string) predicate.Asset

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

func DisplayNameEqualFold added in v1.11.0

func DisplayNameEqualFold(v string) predicate.Asset

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

func DisplayNameGT added in v1.11.0

func DisplayNameGT(v string) predicate.Asset

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

func DisplayNameGTE added in v1.11.0

func DisplayNameGTE(v string) predicate.Asset

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

func DisplayNameHasPrefix added in v1.11.0

func DisplayNameHasPrefix(v string) predicate.Asset

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

func DisplayNameHasSuffix added in v1.11.0

func DisplayNameHasSuffix(v string) predicate.Asset

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

func DisplayNameIn added in v1.11.0

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

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

func DisplayNameIsNil added in v1.11.0

func DisplayNameIsNil() predicate.Asset

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

func DisplayNameLT added in v1.11.0

func DisplayNameLT(v string) predicate.Asset

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

func DisplayNameLTE added in v1.11.0

func DisplayNameLTE(v string) predicate.Asset

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

func DisplayNameNEQ added in v1.11.0

func DisplayNameNEQ(v string) predicate.Asset

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

func DisplayNameNotIn added in v1.11.0

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

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

func DisplayNameNotNil added in v1.11.0

func DisplayNameNotNil() predicate.Asset

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

func EncryptionStatusID added in v1.5.0

func EncryptionStatusID(v string) predicate.Asset

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

func EncryptionStatusIDContains added in v1.5.0

func EncryptionStatusIDContains(v string) predicate.Asset

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

func EncryptionStatusIDContainsFold added in v1.5.0

func EncryptionStatusIDContainsFold(v string) predicate.Asset

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

func EncryptionStatusIDEQ added in v1.5.0

func EncryptionStatusIDEQ(v string) predicate.Asset

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

func EncryptionStatusIDEqualFold added in v1.5.0

func EncryptionStatusIDEqualFold(v string) predicate.Asset

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

func EncryptionStatusIDGT added in v1.5.0

func EncryptionStatusIDGT(v string) predicate.Asset

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

func EncryptionStatusIDGTE added in v1.5.0

func EncryptionStatusIDGTE(v string) predicate.Asset

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

func EncryptionStatusIDHasPrefix added in v1.5.0

func EncryptionStatusIDHasPrefix(v string) predicate.Asset

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

func EncryptionStatusIDHasSuffix added in v1.5.0

func EncryptionStatusIDHasSuffix(v string) predicate.Asset

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

func EncryptionStatusIDIn added in v1.5.0

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

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

func EncryptionStatusIDIsNil added in v1.5.0

func EncryptionStatusIDIsNil() predicate.Asset

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

func EncryptionStatusIDLT added in v1.5.0

func EncryptionStatusIDLT(v string) predicate.Asset

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

func EncryptionStatusIDLTE added in v1.5.0

func EncryptionStatusIDLTE(v string) predicate.Asset

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

func EncryptionStatusIDNEQ added in v1.5.0

func EncryptionStatusIDNEQ(v string) predicate.Asset

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

func EncryptionStatusIDNotIn added in v1.5.0

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

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

func EncryptionStatusIDNotNil added in v1.5.0

func EncryptionStatusIDNotNil() predicate.Asset

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

func EncryptionStatusName added in v1.5.0

func EncryptionStatusName(v string) predicate.Asset

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

func EncryptionStatusNameContains added in v1.5.0

func EncryptionStatusNameContains(v string) predicate.Asset

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

func EncryptionStatusNameContainsFold added in v1.5.0

func EncryptionStatusNameContainsFold(v string) predicate.Asset

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

func EncryptionStatusNameEQ added in v1.5.0

func EncryptionStatusNameEQ(v string) predicate.Asset

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

func EncryptionStatusNameEqualFold added in v1.5.0

func EncryptionStatusNameEqualFold(v string) predicate.Asset

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

func EncryptionStatusNameGT added in v1.5.0

func EncryptionStatusNameGT(v string) predicate.Asset

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

func EncryptionStatusNameGTE added in v1.5.0

func EncryptionStatusNameGTE(v string) predicate.Asset

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

func EncryptionStatusNameHasPrefix added in v1.5.0

func EncryptionStatusNameHasPrefix(v string) predicate.Asset

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

func EncryptionStatusNameHasSuffix added in v1.5.0

func EncryptionStatusNameHasSuffix(v string) predicate.Asset

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

func EncryptionStatusNameIn added in v1.5.0

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

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

func EncryptionStatusNameIsNil added in v1.5.0

func EncryptionStatusNameIsNil() predicate.Asset

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

func EncryptionStatusNameLT added in v1.5.0

func EncryptionStatusNameLT(v string) predicate.Asset

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

func EncryptionStatusNameLTE added in v1.5.0

func EncryptionStatusNameLTE(v string) predicate.Asset

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

func EncryptionStatusNameNEQ added in v1.5.0

func EncryptionStatusNameNEQ(v string) predicate.Asset

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

func EncryptionStatusNameNotIn added in v1.5.0

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

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

func EncryptionStatusNameNotNil added in v1.5.0

func EncryptionStatusNameNotNil() predicate.Asset

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

func EnvironmentID added in v1.5.0

func EnvironmentID(v string) predicate.Asset

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

func EnvironmentIDContains added in v1.5.0

func EnvironmentIDContains(v string) predicate.Asset

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

func EnvironmentIDContainsFold added in v1.5.0

func EnvironmentIDContainsFold(v string) predicate.Asset

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

func EnvironmentIDEQ added in v1.5.0

func EnvironmentIDEQ(v string) predicate.Asset

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

func EnvironmentIDEqualFold added in v1.5.0

func EnvironmentIDEqualFold(v string) predicate.Asset

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

func EnvironmentIDGT added in v1.5.0

func EnvironmentIDGT(v string) predicate.Asset

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

func EnvironmentIDGTE added in v1.5.0

func EnvironmentIDGTE(v string) predicate.Asset

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

func EnvironmentIDHasPrefix added in v1.5.0

func EnvironmentIDHasPrefix(v string) predicate.Asset

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

func EnvironmentIDHasSuffix added in v1.5.0

func EnvironmentIDHasSuffix(v string) predicate.Asset

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

func EnvironmentIDIn added in v1.5.0

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

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

func EnvironmentIDIsNil added in v1.5.0

func EnvironmentIDIsNil() predicate.Asset

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

func EnvironmentIDLT added in v1.5.0

func EnvironmentIDLT(v string) predicate.Asset

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

func EnvironmentIDLTE added in v1.5.0

func EnvironmentIDLTE(v string) predicate.Asset

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

func EnvironmentIDNEQ added in v1.5.0

func EnvironmentIDNEQ(v string) predicate.Asset

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

func EnvironmentIDNotIn added in v1.5.0

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

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

func EnvironmentIDNotNil added in v1.5.0

func EnvironmentIDNotNil() predicate.Asset

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

func EnvironmentName added in v1.5.0

func EnvironmentName(v string) predicate.Asset

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

func EnvironmentNameContains added in v1.5.0

func EnvironmentNameContains(v string) predicate.Asset

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

func EnvironmentNameContainsFold added in v1.5.0

func EnvironmentNameContainsFold(v string) predicate.Asset

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

func EnvironmentNameEQ added in v1.5.0

func EnvironmentNameEQ(v string) predicate.Asset

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

func EnvironmentNameEqualFold added in v1.5.0

func EnvironmentNameEqualFold(v string) predicate.Asset

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

func EnvironmentNameGT added in v1.5.0

func EnvironmentNameGT(v string) predicate.Asset

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

func EnvironmentNameGTE added in v1.5.0

func EnvironmentNameGTE(v string) predicate.Asset

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

func EnvironmentNameHasPrefix added in v1.5.0

func EnvironmentNameHasPrefix(v string) predicate.Asset

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

func EnvironmentNameHasSuffix added in v1.5.0

func EnvironmentNameHasSuffix(v string) predicate.Asset

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

func EnvironmentNameIn added in v1.5.0

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

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

func EnvironmentNameIsNil added in v1.5.0

func EnvironmentNameIsNil() predicate.Asset

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

func EnvironmentNameLT added in v1.5.0

func EnvironmentNameLT(v string) predicate.Asset

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

func EnvironmentNameLTE added in v1.5.0

func EnvironmentNameLTE(v string) predicate.Asset

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

func EnvironmentNameNEQ added in v1.5.0

func EnvironmentNameNEQ(v string) predicate.Asset

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

func EnvironmentNameNotIn added in v1.5.0

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

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

func EnvironmentNameNotNil added in v1.5.0

func EnvironmentNameNotNil() predicate.Asset

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

func EstimatedMonthlyCost added in v1.5.0

func EstimatedMonthlyCost(v float64) predicate.Asset

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

func EstimatedMonthlyCostEQ added in v1.5.0

func EstimatedMonthlyCostEQ(v float64) predicate.Asset

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

func EstimatedMonthlyCostGT added in v1.5.0

func EstimatedMonthlyCostGT(v float64) predicate.Asset

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

func EstimatedMonthlyCostGTE added in v1.5.0

func EstimatedMonthlyCostGTE(v float64) predicate.Asset

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

func EstimatedMonthlyCostIn added in v1.5.0

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

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

func EstimatedMonthlyCostIsNil added in v1.5.0

func EstimatedMonthlyCostIsNil() predicate.Asset

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

func EstimatedMonthlyCostLT added in v1.5.0

func EstimatedMonthlyCostLT(v float64) predicate.Asset

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

func EstimatedMonthlyCostLTE added in v1.5.0

func EstimatedMonthlyCostLTE(v float64) predicate.Asset

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

func EstimatedMonthlyCostNEQ added in v1.5.0

func EstimatedMonthlyCostNEQ(v float64) predicate.Asset

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

func EstimatedMonthlyCostNotIn added in v1.5.0

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

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

func EstimatedMonthlyCostNotNil added in v1.5.0

func EstimatedMonthlyCostNotNil() predicate.Asset

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

func HasAccessModel added in v1.5.0

func HasAccessModel() predicate.Asset

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

func HasAccessModelWith added in v1.5.0

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

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

func HasAssetDataClassification added in v1.5.0

func HasAssetDataClassification() predicate.Asset

HasAssetDataClassification applies the HasEdge predicate on the "asset_data_classification" edge.

func HasAssetDataClassificationWith added in v1.5.0

func HasAssetDataClassificationWith(preds ...predicate.CustomTypeEnum) predicate.Asset

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

func HasAssetSubtype added in v1.5.0

func HasAssetSubtype() predicate.Asset

HasAssetSubtype applies the HasEdge predicate on the "asset_subtype" edge.

func HasAssetSubtypeWith added in v1.5.0

func HasAssetSubtypeWith(preds ...predicate.CustomTypeEnum) predicate.Asset

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

func HasBlockedGroups

func HasBlockedGroups() predicate.Asset

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

func HasBlockedGroupsWith

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

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

func HasConnectedAssets added in v1.5.0

func HasConnectedAssets() predicate.Asset

HasConnectedAssets applies the HasEdge predicate on the "connected_assets" edge.

func HasConnectedAssetsWith added in v1.5.0

func HasConnectedAssetsWith(preds ...predicate.Asset) predicate.Asset

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

func HasConnectedFrom added in v1.5.0

func HasConnectedFrom() predicate.Asset

HasConnectedFrom applies the HasEdge predicate on the "connected_from" edge.

func HasConnectedFromWith added in v1.5.0

func HasConnectedFromWith(preds ...predicate.Asset) predicate.Asset

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

func HasControls

func HasControls() predicate.Asset

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

func HasControlsWith

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

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

func HasCriticality added in v1.5.0

func HasCriticality() predicate.Asset

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

func HasCriticalityWith added in v1.5.0

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

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

func HasEditors

func HasEditors() predicate.Asset

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

func HasEditorsWith

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

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

func HasEncryptionStatus added in v1.5.0

func HasEncryptionStatus() predicate.Asset

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

func HasEncryptionStatusWith added in v1.5.0

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

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

func HasEntities

func HasEntities() predicate.Asset

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

func HasEntitiesWith

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

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

func HasEnvironment added in v1.5.0

func HasEnvironment() predicate.Asset

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

func HasEnvironmentWith added in v1.5.0

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

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

func HasIdentityHolders added in v1.5.0

func HasIdentityHolders() predicate.Asset

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

func HasIdentityHoldersWith added in v1.5.0

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

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

func HasInternalOwnerGroup added in v1.5.0

func HasInternalOwnerGroup() predicate.Asset

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

func HasInternalOwnerGroupWith added in v1.5.0

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

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

func HasInternalOwnerUser added in v1.5.0

func HasInternalOwnerUser() predicate.Asset

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

func HasInternalOwnerUserWith added in v1.5.0

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

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

func HasOutOfScopePlatforms added in v1.5.0

func HasOutOfScopePlatforms() predicate.Asset

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

func HasOutOfScopePlatformsWith added in v1.5.0

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

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

func HasOwner

func HasOwner() predicate.Asset

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

func HasOwnerWith

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

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

func HasPlatforms added in v1.5.0

func HasPlatforms() predicate.Asset

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

func HasPlatformsWith added in v1.5.0

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

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

func HasScans

func HasScans() predicate.Asset

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

func HasScansWith

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

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

func HasScope added in v1.5.0

func HasScope() predicate.Asset

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

func HasScopeWith added in v1.5.0

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

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

func HasSecurityTier added in v1.5.0

func HasSecurityTier() predicate.Asset

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

func HasSecurityTierWith added in v1.5.0

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

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

func HasSourcePlatform added in v1.5.0

func HasSourcePlatform() predicate.Asset

HasSourcePlatform applies the HasEdge predicate on the "source_platform" edge.

func HasSourcePlatformWith added in v1.5.0

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

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

func HasViewers

func HasViewers() predicate.Asset

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

func HasViewersWith

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

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

func ID

func ID(id string) predicate.Asset

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Asset

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Asset

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Asset

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Asset

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Asset

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Asset

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Asset

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Asset

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func Identifier

func Identifier(v string) predicate.Asset

Identifier applies equality check predicate on the "identifier" field. It's identical to IdentifierEQ.

func IdentifierContains

func IdentifierContains(v string) predicate.Asset

IdentifierContains applies the Contains predicate on the "identifier" field.

func IdentifierContainsFold

func IdentifierContainsFold(v string) predicate.Asset

IdentifierContainsFold applies the ContainsFold predicate on the "identifier" field.

func IdentifierEQ

func IdentifierEQ(v string) predicate.Asset

IdentifierEQ applies the EQ predicate on the "identifier" field.

func IdentifierEqualFold

func IdentifierEqualFold(v string) predicate.Asset

IdentifierEqualFold applies the EqualFold predicate on the "identifier" field.

func IdentifierGT

func IdentifierGT(v string) predicate.Asset

IdentifierGT applies the GT predicate on the "identifier" field.

func IdentifierGTE

func IdentifierGTE(v string) predicate.Asset

IdentifierGTE applies the GTE predicate on the "identifier" field.

func IdentifierHasPrefix

func IdentifierHasPrefix(v string) predicate.Asset

IdentifierHasPrefix applies the HasPrefix predicate on the "identifier" field.

func IdentifierHasSuffix

func IdentifierHasSuffix(v string) predicate.Asset

IdentifierHasSuffix applies the HasSuffix predicate on the "identifier" field.

func IdentifierIn

func IdentifierIn(vs ...string) predicate.Asset

IdentifierIn applies the In predicate on the "identifier" field.

func IdentifierIsNil

func IdentifierIsNil() predicate.Asset

IdentifierIsNil applies the IsNil predicate on the "identifier" field.

func IdentifierLT

func IdentifierLT(v string) predicate.Asset

IdentifierLT applies the LT predicate on the "identifier" field.

func IdentifierLTE

func IdentifierLTE(v string) predicate.Asset

IdentifierLTE applies the LTE predicate on the "identifier" field.

func IdentifierNEQ

func IdentifierNEQ(v string) predicate.Asset

IdentifierNEQ applies the NEQ predicate on the "identifier" field.

func IdentifierNotIn

func IdentifierNotIn(vs ...string) predicate.Asset

IdentifierNotIn applies the NotIn predicate on the "identifier" field.

func IdentifierNotNil

func IdentifierNotNil() predicate.Asset

IdentifierNotNil applies the NotNil predicate on the "identifier" field.

func InternalNotes added in v0.34.0

func InternalNotes(v string) predicate.Asset

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

func InternalNotesContains added in v0.34.0

func InternalNotesContains(v string) predicate.Asset

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

func InternalNotesContainsFold added in v0.34.0

func InternalNotesContainsFold(v string) predicate.Asset

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

func InternalNotesEQ added in v0.34.0

func InternalNotesEQ(v string) predicate.Asset

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

func InternalNotesEqualFold added in v0.34.0

func InternalNotesEqualFold(v string) predicate.Asset

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

func InternalNotesGT added in v0.34.0

func InternalNotesGT(v string) predicate.Asset

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

func InternalNotesGTE added in v0.34.0

func InternalNotesGTE(v string) predicate.Asset

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

func InternalNotesHasPrefix added in v0.34.0

func InternalNotesHasPrefix(v string) predicate.Asset

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

func InternalNotesHasSuffix added in v0.34.0

func InternalNotesHasSuffix(v string) predicate.Asset

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

func InternalNotesIn added in v0.34.0

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

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

func InternalNotesIsNil added in v0.34.0

func InternalNotesIsNil() predicate.Asset

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

func InternalNotesLT added in v0.34.0

func InternalNotesLT(v string) predicate.Asset

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

func InternalNotesLTE added in v0.34.0

func InternalNotesLTE(v string) predicate.Asset

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

func InternalNotesNEQ added in v0.34.0

func InternalNotesNEQ(v string) predicate.Asset

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

func InternalNotesNotIn added in v0.34.0

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

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

func InternalNotesNotNil added in v0.34.0

func InternalNotesNotNil() predicate.Asset

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

func InternalOwner added in v1.5.0

func InternalOwner(v string) predicate.Asset

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

func InternalOwnerContains added in v1.5.0

func InternalOwnerContains(v string) predicate.Asset

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

func InternalOwnerContainsFold added in v1.5.0

func InternalOwnerContainsFold(v string) predicate.Asset

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

func InternalOwnerEQ added in v1.5.0

func InternalOwnerEQ(v string) predicate.Asset

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

func InternalOwnerEqualFold added in v1.5.0

func InternalOwnerEqualFold(v string) predicate.Asset

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

func InternalOwnerGT added in v1.5.0

func InternalOwnerGT(v string) predicate.Asset

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

func InternalOwnerGTE added in v1.5.0

func InternalOwnerGTE(v string) predicate.Asset

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

func InternalOwnerGroupID added in v1.5.0

func InternalOwnerGroupID(v string) predicate.Asset

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

func InternalOwnerGroupIDContains added in v1.5.0

func InternalOwnerGroupIDContains(v string) predicate.Asset

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

func InternalOwnerGroupIDContainsFold added in v1.5.0

func InternalOwnerGroupIDContainsFold(v string) predicate.Asset

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

func InternalOwnerGroupIDEQ added in v1.5.0

func InternalOwnerGroupIDEQ(v string) predicate.Asset

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

func InternalOwnerGroupIDEqualFold added in v1.5.0

func InternalOwnerGroupIDEqualFold(v string) predicate.Asset

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

func InternalOwnerGroupIDGT added in v1.5.0

func InternalOwnerGroupIDGT(v string) predicate.Asset

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

func InternalOwnerGroupIDGTE added in v1.5.0

func InternalOwnerGroupIDGTE(v string) predicate.Asset

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

func InternalOwnerGroupIDHasPrefix added in v1.5.0

func InternalOwnerGroupIDHasPrefix(v string) predicate.Asset

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

func InternalOwnerGroupIDHasSuffix added in v1.5.0

func InternalOwnerGroupIDHasSuffix(v string) predicate.Asset

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

func InternalOwnerGroupIDIn added in v1.5.0

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

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

func InternalOwnerGroupIDIsNil added in v1.5.0

func InternalOwnerGroupIDIsNil() predicate.Asset

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

func InternalOwnerGroupIDLT added in v1.5.0

func InternalOwnerGroupIDLT(v string) predicate.Asset

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

func InternalOwnerGroupIDLTE added in v1.5.0

func InternalOwnerGroupIDLTE(v string) predicate.Asset

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

func InternalOwnerGroupIDNEQ added in v1.5.0

func InternalOwnerGroupIDNEQ(v string) predicate.Asset

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

func InternalOwnerGroupIDNotIn added in v1.5.0

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

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

func InternalOwnerGroupIDNotNil added in v1.5.0

func InternalOwnerGroupIDNotNil() predicate.Asset

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

func InternalOwnerHasPrefix added in v1.5.0

func InternalOwnerHasPrefix(v string) predicate.Asset

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

func InternalOwnerHasSuffix added in v1.5.0

func InternalOwnerHasSuffix(v string) predicate.Asset

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

func InternalOwnerIn added in v1.5.0

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

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

func InternalOwnerIsNil added in v1.5.0

func InternalOwnerIsNil() predicate.Asset

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

func InternalOwnerLT added in v1.5.0

func InternalOwnerLT(v string) predicate.Asset

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

func InternalOwnerLTE added in v1.5.0

func InternalOwnerLTE(v string) predicate.Asset

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

func InternalOwnerNEQ added in v1.5.0

func InternalOwnerNEQ(v string) predicate.Asset

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

func InternalOwnerNotIn added in v1.5.0

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

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

func InternalOwnerNotNil added in v1.5.0

func InternalOwnerNotNil() predicate.Asset

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

func InternalOwnerUserID added in v1.5.0

func InternalOwnerUserID(v string) predicate.Asset

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

func InternalOwnerUserIDContains added in v1.5.0

func InternalOwnerUserIDContains(v string) predicate.Asset

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

func InternalOwnerUserIDContainsFold added in v1.5.0

func InternalOwnerUserIDContainsFold(v string) predicate.Asset

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

func InternalOwnerUserIDEQ added in v1.5.0

func InternalOwnerUserIDEQ(v string) predicate.Asset

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

func InternalOwnerUserIDEqualFold added in v1.5.0

func InternalOwnerUserIDEqualFold(v string) predicate.Asset

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

func InternalOwnerUserIDGT added in v1.5.0

func InternalOwnerUserIDGT(v string) predicate.Asset

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

func InternalOwnerUserIDGTE added in v1.5.0

func InternalOwnerUserIDGTE(v string) predicate.Asset

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

func InternalOwnerUserIDHasPrefix added in v1.5.0

func InternalOwnerUserIDHasPrefix(v string) predicate.Asset

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

func InternalOwnerUserIDHasSuffix added in v1.5.0

func InternalOwnerUserIDHasSuffix(v string) predicate.Asset

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

func InternalOwnerUserIDIn added in v1.5.0

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

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

func InternalOwnerUserIDIsNil added in v1.5.0

func InternalOwnerUserIDIsNil() predicate.Asset

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

func InternalOwnerUserIDLT added in v1.5.0

func InternalOwnerUserIDLT(v string) predicate.Asset

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

func InternalOwnerUserIDLTE added in v1.5.0

func InternalOwnerUserIDLTE(v string) predicate.Asset

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

func InternalOwnerUserIDNEQ added in v1.5.0

func InternalOwnerUserIDNEQ(v string) predicate.Asset

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

func InternalOwnerUserIDNotIn added in v1.5.0

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

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

func InternalOwnerUserIDNotNil added in v1.5.0

func InternalOwnerUserIDNotNil() predicate.Asset

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

func Name

func Name(v string) predicate.Asset

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

func NameContains

func NameContains(v string) predicate.Asset

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

func NameContainsFold

func NameContainsFold(v string) predicate.Asset

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

func NameEQ

func NameEQ(v string) predicate.Asset

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

func NameEqualFold

func NameEqualFold(v string) predicate.Asset

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

func NameGT

func NameGT(v string) predicate.Asset

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

func NameGTE

func NameGTE(v string) predicate.Asset

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Asset

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Asset

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.Asset

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

func NameLTE

func NameLTE(v string) predicate.Asset

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

func NameNEQ

func NameNEQ(v string) predicate.Asset

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

func NameNotIn

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

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

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Asset) predicate.Asset

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.Asset

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Asset

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Asset

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Asset

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Asset

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Asset

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Asset

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Asset

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Asset

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Asset

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Asset

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Asset

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Asset

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Asset

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

func PhysicalLocation added in v1.5.0

func PhysicalLocation(v string) predicate.Asset

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

func PhysicalLocationContains added in v1.5.0

func PhysicalLocationContains(v string) predicate.Asset

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

func PhysicalLocationContainsFold added in v1.5.0

func PhysicalLocationContainsFold(v string) predicate.Asset

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

func PhysicalLocationEQ added in v1.5.0

func PhysicalLocationEQ(v string) predicate.Asset

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

func PhysicalLocationEqualFold added in v1.5.0

func PhysicalLocationEqualFold(v string) predicate.Asset

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

func PhysicalLocationGT added in v1.5.0

func PhysicalLocationGT(v string) predicate.Asset

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

func PhysicalLocationGTE added in v1.5.0

func PhysicalLocationGTE(v string) predicate.Asset

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

func PhysicalLocationHasPrefix added in v1.5.0

func PhysicalLocationHasPrefix(v string) predicate.Asset

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

func PhysicalLocationHasSuffix added in v1.5.0

func PhysicalLocationHasSuffix(v string) predicate.Asset

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

func PhysicalLocationIn added in v1.5.0

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

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

func PhysicalLocationIsNil added in v1.5.0

func PhysicalLocationIsNil() predicate.Asset

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

func PhysicalLocationLT added in v1.5.0

func PhysicalLocationLT(v string) predicate.Asset

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

func PhysicalLocationLTE added in v1.5.0

func PhysicalLocationLTE(v string) predicate.Asset

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

func PhysicalLocationNEQ added in v1.5.0

func PhysicalLocationNEQ(v string) predicate.Asset

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

func PhysicalLocationNotIn added in v1.5.0

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

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

func PhysicalLocationNotNil added in v1.5.0

func PhysicalLocationNotNil() predicate.Asset

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

func PurchaseDate added in v1.5.0

func PurchaseDate(v models.DateTime) predicate.Asset

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

func PurchaseDateEQ added in v1.5.0

func PurchaseDateEQ(v models.DateTime) predicate.Asset

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

func PurchaseDateGT added in v1.5.0

func PurchaseDateGT(v models.DateTime) predicate.Asset

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

func PurchaseDateGTE added in v1.5.0

func PurchaseDateGTE(v models.DateTime) predicate.Asset

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

func PurchaseDateIn added in v1.5.0

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

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

func PurchaseDateIsNil added in v1.5.0

func PurchaseDateIsNil() predicate.Asset

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

func PurchaseDateLT added in v1.5.0

func PurchaseDateLT(v models.DateTime) predicate.Asset

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

func PurchaseDateLTE added in v1.5.0

func PurchaseDateLTE(v models.DateTime) predicate.Asset

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

func PurchaseDateNEQ added in v1.5.0

func PurchaseDateNEQ(v models.DateTime) predicate.Asset

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

func PurchaseDateNotIn added in v1.5.0

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

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

func PurchaseDateNotNil added in v1.5.0

func PurchaseDateNotNil() predicate.Asset

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

func Region added in v1.5.0

func Region(v string) predicate.Asset

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

func RegionContains added in v1.5.0

func RegionContains(v string) predicate.Asset

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

func RegionContainsFold added in v1.5.0

func RegionContainsFold(v string) predicate.Asset

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

func RegionEQ added in v1.5.0

func RegionEQ(v string) predicate.Asset

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

func RegionEqualFold added in v1.5.0

func RegionEqualFold(v string) predicate.Asset

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

func RegionGT added in v1.5.0

func RegionGT(v string) predicate.Asset

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

func RegionGTE added in v1.5.0

func RegionGTE(v string) predicate.Asset

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

func RegionHasPrefix added in v1.5.0

func RegionHasPrefix(v string) predicate.Asset

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

func RegionHasSuffix added in v1.5.0

func RegionHasSuffix(v string) predicate.Asset

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

func RegionIn added in v1.5.0

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

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

func RegionIsNil added in v1.5.0

func RegionIsNil() predicate.Asset

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

func RegionLT added in v1.5.0

func RegionLT(v string) predicate.Asset

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

func RegionLTE added in v1.5.0

func RegionLTE(v string) predicate.Asset

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

func RegionNEQ added in v1.5.0

func RegionNEQ(v string) predicate.Asset

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

func RegionNotIn added in v1.5.0

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

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

func RegionNotNil added in v1.5.0

func RegionNotNil() predicate.Asset

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

func ScopeID added in v1.5.0

func ScopeID(v string) predicate.Asset

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

func ScopeIDContains added in v1.5.0

func ScopeIDContains(v string) predicate.Asset

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

func ScopeIDContainsFold added in v1.5.0

func ScopeIDContainsFold(v string) predicate.Asset

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

func ScopeIDEQ added in v1.5.0

func ScopeIDEQ(v string) predicate.Asset

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

func ScopeIDEqualFold added in v1.5.0

func ScopeIDEqualFold(v string) predicate.Asset

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

func ScopeIDGT added in v1.5.0

func ScopeIDGT(v string) predicate.Asset

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

func ScopeIDGTE added in v1.5.0

func ScopeIDGTE(v string) predicate.Asset

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

func ScopeIDHasPrefix added in v1.5.0

func ScopeIDHasPrefix(v string) predicate.Asset

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

func ScopeIDHasSuffix added in v1.5.0

func ScopeIDHasSuffix(v string) predicate.Asset

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

func ScopeIDIn added in v1.5.0

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

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

func ScopeIDIsNil added in v1.5.0

func ScopeIDIsNil() predicate.Asset

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

func ScopeIDLT added in v1.5.0

func ScopeIDLT(v string) predicate.Asset

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

func ScopeIDLTE added in v1.5.0

func ScopeIDLTE(v string) predicate.Asset

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

func ScopeIDNEQ added in v1.5.0

func ScopeIDNEQ(v string) predicate.Asset

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

func ScopeIDNotIn added in v1.5.0

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

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

func ScopeIDNotNil added in v1.5.0

func ScopeIDNotNil() predicate.Asset

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

func ScopeName added in v1.5.0

func ScopeName(v string) predicate.Asset

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

func ScopeNameContains added in v1.5.0

func ScopeNameContains(v string) predicate.Asset

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

func ScopeNameContainsFold added in v1.5.0

func ScopeNameContainsFold(v string) predicate.Asset

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

func ScopeNameEQ added in v1.5.0

func ScopeNameEQ(v string) predicate.Asset

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

func ScopeNameEqualFold added in v1.5.0

func ScopeNameEqualFold(v string) predicate.Asset

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

func ScopeNameGT added in v1.5.0

func ScopeNameGT(v string) predicate.Asset

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

func ScopeNameGTE added in v1.5.0

func ScopeNameGTE(v string) predicate.Asset

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

func ScopeNameHasPrefix added in v1.5.0

func ScopeNameHasPrefix(v string) predicate.Asset

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

func ScopeNameHasSuffix added in v1.5.0

func ScopeNameHasSuffix(v string) predicate.Asset

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

func ScopeNameIn added in v1.5.0

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

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

func ScopeNameIsNil added in v1.5.0

func ScopeNameIsNil() predicate.Asset

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

func ScopeNameLT added in v1.5.0

func ScopeNameLT(v string) predicate.Asset

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

func ScopeNameLTE added in v1.5.0

func ScopeNameLTE(v string) predicate.Asset

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

func ScopeNameNEQ added in v1.5.0

func ScopeNameNEQ(v string) predicate.Asset

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

func ScopeNameNotIn added in v1.5.0

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

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

func ScopeNameNotNil added in v1.5.0

func ScopeNameNotNil() predicate.Asset

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

func SecurityTierID added in v1.5.0

func SecurityTierID(v string) predicate.Asset

SecurityTierID applies equality check predicate on the "security_tier_id" field. It's identical to SecurityTierIDEQ.

func SecurityTierIDContains added in v1.5.0

func SecurityTierIDContains(v string) predicate.Asset

SecurityTierIDContains applies the Contains predicate on the "security_tier_id" field.

func SecurityTierIDContainsFold added in v1.5.0

func SecurityTierIDContainsFold(v string) predicate.Asset

SecurityTierIDContainsFold applies the ContainsFold predicate on the "security_tier_id" field.

func SecurityTierIDEQ added in v1.5.0

func SecurityTierIDEQ(v string) predicate.Asset

SecurityTierIDEQ applies the EQ predicate on the "security_tier_id" field.

func SecurityTierIDEqualFold added in v1.5.0

func SecurityTierIDEqualFold(v string) predicate.Asset

SecurityTierIDEqualFold applies the EqualFold predicate on the "security_tier_id" field.

func SecurityTierIDGT added in v1.5.0

func SecurityTierIDGT(v string) predicate.Asset

SecurityTierIDGT applies the GT predicate on the "security_tier_id" field.

func SecurityTierIDGTE added in v1.5.0

func SecurityTierIDGTE(v string) predicate.Asset

SecurityTierIDGTE applies the GTE predicate on the "security_tier_id" field.

func SecurityTierIDHasPrefix added in v1.5.0

func SecurityTierIDHasPrefix(v string) predicate.Asset

SecurityTierIDHasPrefix applies the HasPrefix predicate on the "security_tier_id" field.

func SecurityTierIDHasSuffix added in v1.5.0

func SecurityTierIDHasSuffix(v string) predicate.Asset

SecurityTierIDHasSuffix applies the HasSuffix predicate on the "security_tier_id" field.

func SecurityTierIDIn added in v1.5.0

func SecurityTierIDIn(vs ...string) predicate.Asset

SecurityTierIDIn applies the In predicate on the "security_tier_id" field.

func SecurityTierIDIsNil added in v1.5.0

func SecurityTierIDIsNil() predicate.Asset

SecurityTierIDIsNil applies the IsNil predicate on the "security_tier_id" field.

func SecurityTierIDLT added in v1.5.0

func SecurityTierIDLT(v string) predicate.Asset

SecurityTierIDLT applies the LT predicate on the "security_tier_id" field.

func SecurityTierIDLTE added in v1.5.0

func SecurityTierIDLTE(v string) predicate.Asset

SecurityTierIDLTE applies the LTE predicate on the "security_tier_id" field.

func SecurityTierIDNEQ added in v1.5.0

func SecurityTierIDNEQ(v string) predicate.Asset

SecurityTierIDNEQ applies the NEQ predicate on the "security_tier_id" field.

func SecurityTierIDNotIn added in v1.5.0

func SecurityTierIDNotIn(vs ...string) predicate.Asset

SecurityTierIDNotIn applies the NotIn predicate on the "security_tier_id" field.

func SecurityTierIDNotNil added in v1.5.0

func SecurityTierIDNotNil() predicate.Asset

SecurityTierIDNotNil applies the NotNil predicate on the "security_tier_id" field.

func SecurityTierName added in v1.5.0

func SecurityTierName(v string) predicate.Asset

SecurityTierName applies equality check predicate on the "security_tier_name" field. It's identical to SecurityTierNameEQ.

func SecurityTierNameContains added in v1.5.0

func SecurityTierNameContains(v string) predicate.Asset

SecurityTierNameContains applies the Contains predicate on the "security_tier_name" field.

func SecurityTierNameContainsFold added in v1.5.0

func SecurityTierNameContainsFold(v string) predicate.Asset

SecurityTierNameContainsFold applies the ContainsFold predicate on the "security_tier_name" field.

func SecurityTierNameEQ added in v1.5.0

func SecurityTierNameEQ(v string) predicate.Asset

SecurityTierNameEQ applies the EQ predicate on the "security_tier_name" field.

func SecurityTierNameEqualFold added in v1.5.0

func SecurityTierNameEqualFold(v string) predicate.Asset

SecurityTierNameEqualFold applies the EqualFold predicate on the "security_tier_name" field.

func SecurityTierNameGT added in v1.5.0

func SecurityTierNameGT(v string) predicate.Asset

SecurityTierNameGT applies the GT predicate on the "security_tier_name" field.

func SecurityTierNameGTE added in v1.5.0

func SecurityTierNameGTE(v string) predicate.Asset

SecurityTierNameGTE applies the GTE predicate on the "security_tier_name" field.

func SecurityTierNameHasPrefix added in v1.5.0

func SecurityTierNameHasPrefix(v string) predicate.Asset

SecurityTierNameHasPrefix applies the HasPrefix predicate on the "security_tier_name" field.

func SecurityTierNameHasSuffix added in v1.5.0

func SecurityTierNameHasSuffix(v string) predicate.Asset

SecurityTierNameHasSuffix applies the HasSuffix predicate on the "security_tier_name" field.

func SecurityTierNameIn added in v1.5.0

func SecurityTierNameIn(vs ...string) predicate.Asset

SecurityTierNameIn applies the In predicate on the "security_tier_name" field.

func SecurityTierNameIsNil added in v1.5.0

func SecurityTierNameIsNil() predicate.Asset

SecurityTierNameIsNil applies the IsNil predicate on the "security_tier_name" field.

func SecurityTierNameLT added in v1.5.0

func SecurityTierNameLT(v string) predicate.Asset

SecurityTierNameLT applies the LT predicate on the "security_tier_name" field.

func SecurityTierNameLTE added in v1.5.0

func SecurityTierNameLTE(v string) predicate.Asset

SecurityTierNameLTE applies the LTE predicate on the "security_tier_name" field.

func SecurityTierNameNEQ added in v1.5.0

func SecurityTierNameNEQ(v string) predicate.Asset

SecurityTierNameNEQ applies the NEQ predicate on the "security_tier_name" field.

func SecurityTierNameNotIn added in v1.5.0

func SecurityTierNameNotIn(vs ...string) predicate.Asset

SecurityTierNameNotIn applies the NotIn predicate on the "security_tier_name" field.

func SecurityTierNameNotNil added in v1.5.0

func SecurityTierNameNotNil() predicate.Asset

SecurityTierNameNotNil applies the NotNil predicate on the "security_tier_name" field.

func SourceIdentifier added in v1.5.0

func SourceIdentifier(v string) predicate.Asset

SourceIdentifier applies equality check predicate on the "source_identifier" field. It's identical to SourceIdentifierEQ.

func SourceIdentifierContains added in v1.5.0

func SourceIdentifierContains(v string) predicate.Asset

SourceIdentifierContains applies the Contains predicate on the "source_identifier" field.

func SourceIdentifierContainsFold added in v1.5.0

func SourceIdentifierContainsFold(v string) predicate.Asset

SourceIdentifierContainsFold applies the ContainsFold predicate on the "source_identifier" field.

func SourceIdentifierEQ added in v1.5.0

func SourceIdentifierEQ(v string) predicate.Asset

SourceIdentifierEQ applies the EQ predicate on the "source_identifier" field.

func SourceIdentifierEqualFold added in v1.5.0

func SourceIdentifierEqualFold(v string) predicate.Asset

SourceIdentifierEqualFold applies the EqualFold predicate on the "source_identifier" field.

func SourceIdentifierGT added in v1.5.0

func SourceIdentifierGT(v string) predicate.Asset

SourceIdentifierGT applies the GT predicate on the "source_identifier" field.

func SourceIdentifierGTE added in v1.5.0

func SourceIdentifierGTE(v string) predicate.Asset

SourceIdentifierGTE applies the GTE predicate on the "source_identifier" field.

func SourceIdentifierHasPrefix added in v1.5.0

func SourceIdentifierHasPrefix(v string) predicate.Asset

SourceIdentifierHasPrefix applies the HasPrefix predicate on the "source_identifier" field.

func SourceIdentifierHasSuffix added in v1.5.0

func SourceIdentifierHasSuffix(v string) predicate.Asset

SourceIdentifierHasSuffix applies the HasSuffix predicate on the "source_identifier" field.

func SourceIdentifierIn added in v1.5.0

func SourceIdentifierIn(vs ...string) predicate.Asset

SourceIdentifierIn applies the In predicate on the "source_identifier" field.

func SourceIdentifierIsNil added in v1.5.0

func SourceIdentifierIsNil() predicate.Asset

SourceIdentifierIsNil applies the IsNil predicate on the "source_identifier" field.

func SourceIdentifierLT added in v1.5.0

func SourceIdentifierLT(v string) predicate.Asset

SourceIdentifierLT applies the LT predicate on the "source_identifier" field.

func SourceIdentifierLTE added in v1.5.0

func SourceIdentifierLTE(v string) predicate.Asset

SourceIdentifierLTE applies the LTE predicate on the "source_identifier" field.

func SourceIdentifierNEQ added in v1.5.0

func SourceIdentifierNEQ(v string) predicate.Asset

SourceIdentifierNEQ applies the NEQ predicate on the "source_identifier" field.

func SourceIdentifierNotIn added in v1.5.0

func SourceIdentifierNotIn(vs ...string) predicate.Asset

SourceIdentifierNotIn applies the NotIn predicate on the "source_identifier" field.

func SourceIdentifierNotNil added in v1.5.0

func SourceIdentifierNotNil() predicate.Asset

SourceIdentifierNotNil applies the NotNil predicate on the "source_identifier" field.

func SourcePlatformID added in v1.5.0

func SourcePlatformID(v string) predicate.Asset

SourcePlatformID applies equality check predicate on the "source_platform_id" field. It's identical to SourcePlatformIDEQ.

func SourcePlatformIDContains added in v1.5.0

func SourcePlatformIDContains(v string) predicate.Asset

SourcePlatformIDContains applies the Contains predicate on the "source_platform_id" field.

func SourcePlatformIDContainsFold added in v1.5.0

func SourcePlatformIDContainsFold(v string) predicate.Asset

SourcePlatformIDContainsFold applies the ContainsFold predicate on the "source_platform_id" field.

func SourcePlatformIDEQ added in v1.5.0

func SourcePlatformIDEQ(v string) predicate.Asset

SourcePlatformIDEQ applies the EQ predicate on the "source_platform_id" field.

func SourcePlatformIDEqualFold added in v1.5.0

func SourcePlatformIDEqualFold(v string) predicate.Asset

SourcePlatformIDEqualFold applies the EqualFold predicate on the "source_platform_id" field.

func SourcePlatformIDGT added in v1.5.0

func SourcePlatformIDGT(v string) predicate.Asset

SourcePlatformIDGT applies the GT predicate on the "source_platform_id" field.

func SourcePlatformIDGTE added in v1.5.0

func SourcePlatformIDGTE(v string) predicate.Asset

SourcePlatformIDGTE applies the GTE predicate on the "source_platform_id" field.

func SourcePlatformIDHasPrefix added in v1.5.0

func SourcePlatformIDHasPrefix(v string) predicate.Asset

SourcePlatformIDHasPrefix applies the HasPrefix predicate on the "source_platform_id" field.

func SourcePlatformIDHasSuffix added in v1.5.0

func SourcePlatformIDHasSuffix(v string) predicate.Asset

SourcePlatformIDHasSuffix applies the HasSuffix predicate on the "source_platform_id" field.

func SourcePlatformIDIn added in v1.5.0

func SourcePlatformIDIn(vs ...string) predicate.Asset

SourcePlatformIDIn applies the In predicate on the "source_platform_id" field.

func SourcePlatformIDIsNil added in v1.5.0

func SourcePlatformIDIsNil() predicate.Asset

SourcePlatformIDIsNil applies the IsNil predicate on the "source_platform_id" field.

func SourcePlatformIDLT added in v1.5.0

func SourcePlatformIDLT(v string) predicate.Asset

SourcePlatformIDLT applies the LT predicate on the "source_platform_id" field.

func SourcePlatformIDLTE added in v1.5.0

func SourcePlatformIDLTE(v string) predicate.Asset

SourcePlatformIDLTE applies the LTE predicate on the "source_platform_id" field.

func SourcePlatformIDNEQ added in v1.5.0

func SourcePlatformIDNEQ(v string) predicate.Asset

SourcePlatformIDNEQ applies the NEQ predicate on the "source_platform_id" field.

func SourcePlatformIDNotIn added in v1.5.0

func SourcePlatformIDNotIn(vs ...string) predicate.Asset

SourcePlatformIDNotIn applies the NotIn predicate on the "source_platform_id" field.

func SourcePlatformIDNotNil added in v1.5.0

func SourcePlatformIDNotNil() predicate.Asset

SourcePlatformIDNotNil applies the NotNil predicate on the "source_platform_id" field.

func SourceTypeEQ added in v1.5.0

func SourceTypeEQ(v enums.SourceType) predicate.Asset

SourceTypeEQ applies the EQ predicate on the "source_type" field.

func SourceTypeIn added in v1.5.0

func SourceTypeIn(vs ...enums.SourceType) predicate.Asset

SourceTypeIn applies the In predicate on the "source_type" field.

func SourceTypeNEQ added in v1.5.0

func SourceTypeNEQ(v enums.SourceType) predicate.Asset

SourceTypeNEQ applies the NEQ predicate on the "source_type" field.

func SourceTypeNotIn added in v1.5.0

func SourceTypeNotIn(vs ...enums.SourceType) predicate.Asset

SourceTypeNotIn applies the NotIn predicate on the "source_type" field.

func SourceTypeValidator added in v1.5.0

func SourceTypeValidator(st enums.SourceType) error

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

func SystemInternalID added in v0.34.0

func SystemInternalID(v string) predicate.Asset

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

func SystemInternalIDContains added in v0.34.0

func SystemInternalIDContains(v string) predicate.Asset

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

func SystemInternalIDContainsFold added in v0.34.0

func SystemInternalIDContainsFold(v string) predicate.Asset

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

func SystemInternalIDEQ added in v0.34.0

func SystemInternalIDEQ(v string) predicate.Asset

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

func SystemInternalIDEqualFold added in v0.34.0

func SystemInternalIDEqualFold(v string) predicate.Asset

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

func SystemInternalIDGT added in v0.34.0

func SystemInternalIDGT(v string) predicate.Asset

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

func SystemInternalIDGTE added in v0.34.0

func SystemInternalIDGTE(v string) predicate.Asset

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

func SystemInternalIDHasPrefix added in v0.34.0

func SystemInternalIDHasPrefix(v string) predicate.Asset

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

func SystemInternalIDHasSuffix added in v0.34.0

func SystemInternalIDHasSuffix(v string) predicate.Asset

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

func SystemInternalIDIn added in v0.34.0

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

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

func SystemInternalIDIsNil added in v0.34.0

func SystemInternalIDIsNil() predicate.Asset

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

func SystemInternalIDLT added in v0.34.0

func SystemInternalIDLT(v string) predicate.Asset

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

func SystemInternalIDLTE added in v0.34.0

func SystemInternalIDLTE(v string) predicate.Asset

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

func SystemInternalIDNEQ added in v0.34.0

func SystemInternalIDNEQ(v string) predicate.Asset

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

func SystemInternalIDNotIn added in v0.34.0

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

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

func SystemInternalIDNotNil added in v0.34.0

func SystemInternalIDNotNil() predicate.Asset

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

func SystemOwned added in v0.34.0

func SystemOwned(v bool) predicate.Asset

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

func SystemOwnedEQ added in v0.34.0

func SystemOwnedEQ(v bool) predicate.Asset

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

func SystemOwnedIsNil added in v0.34.0

func SystemOwnedIsNil() predicate.Asset

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

func SystemOwnedNEQ added in v0.34.0

func SystemOwnedNEQ(v bool) predicate.Asset

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

func SystemOwnedNotNil added in v0.34.0

func SystemOwnedNotNil() predicate.Asset

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

func TagsIsNil

func TagsIsNil() predicate.Asset

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

func TagsNotNil

func TagsNotNil() predicate.Asset

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Asset

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Asset

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Asset

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Asset

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Asset

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Asset

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Asset

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Asset

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Asset

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

func UpdatedBy

func UpdatedBy(v string) predicate.Asset

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Asset

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Asset

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Asset

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Asset

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Asset

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Asset

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Asset

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Asset

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Asset

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Asset

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Asset

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Asset

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Asset

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

func ValidColumn

func ValidColumn(column string) bool

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

func Website

func Website(v string) predicate.Asset

Website applies equality check predicate on the "website" field. It's identical to WebsiteEQ.

func WebsiteContains

func WebsiteContains(v string) predicate.Asset

WebsiteContains applies the Contains predicate on the "website" field.

func WebsiteContainsFold

func WebsiteContainsFold(v string) predicate.Asset

WebsiteContainsFold applies the ContainsFold predicate on the "website" field.

func WebsiteEQ

func WebsiteEQ(v string) predicate.Asset

WebsiteEQ applies the EQ predicate on the "website" field.

func WebsiteEqualFold

func WebsiteEqualFold(v string) predicate.Asset

WebsiteEqualFold applies the EqualFold predicate on the "website" field.

func WebsiteGT

func WebsiteGT(v string) predicate.Asset

WebsiteGT applies the GT predicate on the "website" field.

func WebsiteGTE

func WebsiteGTE(v string) predicate.Asset

WebsiteGTE applies the GTE predicate on the "website" field.

func WebsiteHasPrefix

func WebsiteHasPrefix(v string) predicate.Asset

WebsiteHasPrefix applies the HasPrefix predicate on the "website" field.

func WebsiteHasSuffix

func WebsiteHasSuffix(v string) predicate.Asset

WebsiteHasSuffix applies the HasSuffix predicate on the "website" field.

func WebsiteIn

func WebsiteIn(vs ...string) predicate.Asset

WebsiteIn applies the In predicate on the "website" field.

func WebsiteIsNil

func WebsiteIsNil() predicate.Asset

WebsiteIsNil applies the IsNil predicate on the "website" field.

func WebsiteLT

func WebsiteLT(v string) predicate.Asset

WebsiteLT applies the LT predicate on the "website" field.

func WebsiteLTE

func WebsiteLTE(v string) predicate.Asset

WebsiteLTE applies the LTE predicate on the "website" field.

func WebsiteNEQ

func WebsiteNEQ(v string) predicate.Asset

WebsiteNEQ applies the NEQ predicate on the "website" field.

func WebsiteNotIn

func WebsiteNotIn(vs ...string) predicate.Asset

WebsiteNotIn applies the NotIn predicate on the "website" field.

func WebsiteNotNil

func WebsiteNotNil() predicate.Asset

WebsiteNotNil applies the NotNil predicate on the "website" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Asset queries.

func ByAccessModelField added in v1.5.0

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

ByAccessModelField orders the results by access_model field.

func ByAccessModelID added in v1.5.0

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

ByAccessModelID orders the results by the access_model_id field.

func ByAccessModelName added in v1.5.0

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

ByAccessModelName orders the results by the access_model_name field.

func ByAssetDataClassificationField added in v1.5.0

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

ByAssetDataClassificationField orders the results by asset_data_classification field.

func ByAssetDataClassificationID added in v1.5.0

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

ByAssetDataClassificationID orders the results by the asset_data_classification_id field.

func ByAssetDataClassificationName added in v1.5.0

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

ByAssetDataClassificationName orders the results by the asset_data_classification_name field.

func ByAssetSubtypeField added in v1.5.0

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

ByAssetSubtypeField orders the results by asset_subtype field.

func ByAssetSubtypeID added in v1.5.0

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

ByAssetSubtypeID orders the results by the asset_subtype_id field.

func ByAssetSubtypeName added in v1.5.0

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

ByAssetSubtypeName orders the results by the asset_subtype_name field.

func ByAssetType

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

ByAssetType orders the results by the asset_type field.

func ByBlockedGroups

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

ByBlockedGroups orders the results by blocked_groups terms.

func ByBlockedGroupsCount

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

ByBlockedGroupsCount orders the results by blocked_groups count.

func ByConnectedAssets added in v1.5.0

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

ByConnectedAssets orders the results by connected_assets terms.

func ByConnectedAssetsCount added in v1.5.0

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

ByConnectedAssetsCount orders the results by connected_assets count.

func ByConnectedFrom added in v1.5.0

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

ByConnectedFrom orders the results by connected_from terms.

func ByConnectedFromCount added in v1.5.0

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

ByConnectedFromCount orders the results by connected_from count.

func ByContainsPii added in v1.5.0

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

ByContainsPii orders the results by the contains_pii field.

func ByControls

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

ByControls orders the results by controls terms.

func ByControlsCount

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

ByControlsCount orders the results by controls count.

func ByCostCenter added in v1.5.0

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

ByCostCenter orders the results by the cost_center field.

func ByCpe

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

ByCpe orders the results by the cpe field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByCriticalityField added in v1.5.0

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

ByCriticalityField orders the results by criticality field.

func ByCriticalityID added in v1.5.0

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

ByCriticalityID orders the results by the criticality_id field.

func ByCriticalityName added in v1.5.0

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

ByCriticalityName orders the results by the criticality_name field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDisplayName added in v1.11.0

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

ByDisplayName orders the results by the display_name field.

func ByEditors

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

ByEditors orders the results by editors terms.

func ByEditorsCount

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

ByEditorsCount orders the results by editors count.

func ByEncryptionStatusField added in v1.5.0

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

ByEncryptionStatusField orders the results by encryption_status field.

func ByEncryptionStatusID added in v1.5.0

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

ByEncryptionStatusID orders the results by the encryption_status_id field.

func ByEncryptionStatusName added in v1.5.0

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

ByEncryptionStatusName orders the results by the encryption_status_name field.

func ByEntities

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

ByEntities orders the results by entities terms.

func ByEntitiesCount

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

ByEntitiesCount orders the results by entities count.

func ByEnvironmentField added in v1.5.0

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

ByEnvironmentField orders the results by environment field.

func ByEnvironmentID added in v1.5.0

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

ByEnvironmentID orders the results by the environment_id field.

func ByEnvironmentName added in v1.5.0

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

ByEnvironmentName orders the results by the environment_name field.

func ByEstimatedMonthlyCost added in v1.5.0

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

ByEstimatedMonthlyCost orders the results by the estimated_monthly_cost field.

func ByID

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

ByID orders the results by the id field.

func ByIdentifier

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

ByIdentifier orders the results by the identifier field.

func ByIdentityHolders added in v1.5.0

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

ByIdentityHolders orders the results by identity_holders terms.

func ByIdentityHoldersCount added in v1.5.0

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

ByIdentityHoldersCount orders the results by identity_holders count.

func ByInternalNotes added in v0.34.0

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

ByInternalNotes orders the results by the internal_notes field.

func ByInternalOwner added in v1.5.0

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

ByInternalOwner orders the results by the internal_owner field.

func ByInternalOwnerGroupField added in v1.5.0

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

ByInternalOwnerGroupField orders the results by internal_owner_group field.

func ByInternalOwnerGroupID added in v1.5.0

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

ByInternalOwnerGroupID orders the results by the internal_owner_group_id field.

func ByInternalOwnerUserField added in v1.5.0

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

ByInternalOwnerUserField orders the results by internal_owner_user field.

func ByInternalOwnerUserID added in v1.5.0

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

ByInternalOwnerUserID orders the results by the internal_owner_user_id field.

func ByName

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

ByName orders the results by the name field.

func ByOutOfScopePlatforms added in v1.5.0

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

ByOutOfScopePlatforms orders the results by out_of_scope_platforms terms.

func ByOutOfScopePlatformsCount added in v1.5.0

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

ByOutOfScopePlatformsCount orders the results by out_of_scope_platforms count.

func ByOwnerField

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

ByOwnerField orders the results by owner field.

func ByOwnerID

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

ByOwnerID orders the results by the owner_id field.

func ByPhysicalLocation added in v1.5.0

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

ByPhysicalLocation orders the results by the physical_location field.

func ByPlatforms added in v1.5.0

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

ByPlatforms orders the results by platforms terms.

func ByPlatformsCount added in v1.5.0

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

ByPlatformsCount orders the results by platforms count.

func ByPurchaseDate added in v1.5.0

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

ByPurchaseDate orders the results by the purchase_date field.

func ByRegion added in v1.5.0

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

ByRegion orders the results by the region field.

func ByScans

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

ByScans orders the results by scans terms.

func ByScansCount

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

ByScansCount orders the results by scans count.

func ByScopeField added in v1.5.0

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

ByScopeField orders the results by scope field.

func ByScopeID added in v1.5.0

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

ByScopeID orders the results by the scope_id field.

func ByScopeName added in v1.5.0

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

ByScopeName orders the results by the scope_name field.

func BySecurityTierField added in v1.5.0

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

BySecurityTierField orders the results by security_tier field.

func BySecurityTierID added in v1.5.0

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

BySecurityTierID orders the results by the security_tier_id field.

func BySecurityTierName added in v1.5.0

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

BySecurityTierName orders the results by the security_tier_name field.

func BySourceIdentifier added in v1.5.0

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

BySourceIdentifier orders the results by the source_identifier field.

func BySourcePlatformField added in v1.5.0

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

BySourcePlatformField orders the results by source_platform field.

func BySourcePlatformID added in v1.5.0

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

BySourcePlatformID orders the results by the source_platform_id field.

func BySourceType added in v1.5.0

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

BySourceType orders the results by the source_type field.

func BySystemInternalID added in v0.34.0

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

BySystemInternalID orders the results by the system_internal_id field.

func BySystemOwned added in v0.34.0

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

BySystemOwned orders the results by the system_owned field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

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

ByUpdatedBy orders the results by the updated_by field.

func ByViewers

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

ByViewers orders the results by viewers terms.

func ByViewersCount

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

ByViewersCount orders the results by viewers count.

func ByWebsite

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

ByWebsite orders the results by the website field.

Jump to

Keyboard shortcuts

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