integration

package
v2.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the integration type in the database.
	Label = "integration"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldCreatedBy holds the string denoting the created_by field in the database.
	FieldCreatedBy = "created_by"
	// FieldUpdatedBy holds the string denoting the updated_by field in the database.
	FieldUpdatedBy = "updated_by"
	// FieldUpdatedByImpersonator holds the string denoting the updated_by_impersonator field in the database.
	FieldUpdatedByImpersonator = "updated_by_impersonator"
	// FieldDeletedAt holds the string denoting the deleted_at field in the database.
	FieldDeletedAt = "deleted_at"
	// FieldDeletedBy holds the string denoting the deleted_by field in the database.
	FieldDeletedBy = "deleted_by"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// FieldSystemOwned holds the string denoting the system_owned field in the database.
	FieldSystemOwned = "system_owned"
	// FieldInternalNotes holds the string denoting the internal_notes field in the database.
	FieldInternalNotes = "internal_notes"
	// FieldSystemInternalID holds the string denoting the system_internal_id field in the database.
	FieldSystemInternalID = "system_internal_id"
	// FieldEnvironmentName holds the string denoting the environment_name field in the database.
	FieldEnvironmentName = "environment_name"
	// FieldEnvironmentID holds the string denoting the environment_id field in the database.
	FieldEnvironmentID = "environment_id"
	// FieldScopeName holds the string denoting the scope_name field in the database.
	FieldScopeName = "scope_name"
	// FieldScopeID holds the string denoting the scope_id field in the database.
	FieldScopeID = "scope_id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldKind holds the string denoting the kind field in the database.
	FieldKind = "kind"
	// FieldIntegrationType holds the string denoting the integration_type field in the database.
	FieldIntegrationType = "integration_type"
	// FieldPlatformID holds the string denoting the platform_id field in the database.
	FieldPlatformID = "platform_id"
	// FieldProviderMetadata holds the string denoting the provider_metadata field in the database.
	FieldProviderMetadata = "provider_metadata"
	// FieldConfig holds the string denoting the config field in the database.
	FieldConfig = "config"
	// FieldInstallationMetadata holds the string denoting the installation_metadata field in the database.
	FieldInstallationMetadata = "installation_metadata"
	// FieldProviderState holds the string denoting the provider_state field in the database.
	FieldProviderState = "provider_state"
	// FieldMetadata holds the string denoting the metadata field in the database.
	FieldMetadata = "metadata"
	// FieldDefinitionID holds the string denoting the definition_id field in the database.
	FieldDefinitionID = "definition_id"
	// FieldDefinitionVersion holds the string denoting the definition_version field in the database.
	FieldDefinitionVersion = "definition_version"
	// FieldDefinitionSlug holds the string denoting the definition_slug field in the database.
	FieldDefinitionSlug = "definition_slug"
	// FieldFamily holds the string denoting the family field in the database.
	FieldFamily = "family"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldProviderMetadataSnapshot holds the string denoting the provider_metadata_snapshot field in the database.
	FieldProviderMetadataSnapshot = "provider_metadata_snapshot"
	// FieldPrimaryDirectory holds the string denoting the primary_directory field in the database.
	FieldPrimaryDirectory = "primary_directory"
	// FieldCampaignEmail holds the string denoting the campaign_email field in the database.
	FieldCampaignEmail = "campaign_email"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// 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"
	// EdgeSecrets holds the string denoting the secrets edge name in mutations.
	EdgeSecrets = "secrets"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeEvents holds the string denoting the events edge name in mutations.
	EdgeEvents = "events"
	// EdgeFindings holds the string denoting the findings edge name in mutations.
	EdgeFindings = "findings"
	// EdgeVulnerabilities holds the string denoting the vulnerabilities edge name in mutations.
	EdgeVulnerabilities = "vulnerabilities"
	// EdgeInternalPolicies holds the string denoting the internal_policies edge name in mutations.
	EdgeInternalPolicies = "internal_policies"
	// EdgeReviews holds the string denoting the reviews edge name in mutations.
	EdgeReviews = "reviews"
	// EdgeRemediations holds the string denoting the remediations edge name in mutations.
	EdgeRemediations = "remediations"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgeActionPlans holds the string denoting the action_plans edge name in mutations.
	EdgeActionPlans = "action_plans"
	// EdgeAssets holds the string denoting the assets edge name in mutations.
	EdgeAssets = "assets"
	// EdgeDirectoryAccounts holds the string denoting the directory_accounts edge name in mutations.
	EdgeDirectoryAccounts = "directory_accounts"
	// EdgeDirectoryGroups holds the string denoting the directory_groups edge name in mutations.
	EdgeDirectoryGroups = "directory_groups"
	// EdgeDirectoryMemberships holds the string denoting the directory_memberships edge name in mutations.
	EdgeDirectoryMemberships = "directory_memberships"
	// EdgeDirectorySyncRuns holds the string denoting the directory_sync_runs edge name in mutations.
	EdgeDirectorySyncRuns = "directory_sync_runs"
	// EdgeCheckResults holds the string denoting the check_results edge name in mutations.
	EdgeCheckResults = "check_results"
	// EdgePlatform holds the string denoting the platform edge name in mutations.
	EdgePlatform = "platform"
	// EdgeNotificationTemplates holds the string denoting the notification_templates edge name in mutations.
	EdgeNotificationTemplates = "notification_templates"
	// EdgeEmailTemplates holds the string denoting the email_templates edge name in mutations.
	EdgeEmailTemplates = "email_templates"
	// EdgeCampaigns holds the string denoting the campaigns edge name in mutations.
	EdgeCampaigns = "campaigns"
	// EdgeIntegrationWebhooks holds the string denoting the integration_webhooks edge name in mutations.
	EdgeIntegrationWebhooks = "integration_webhooks"
	// EdgeIntegrationRuns holds the string denoting the integration_runs edge name in mutations.
	EdgeIntegrationRuns = "integration_runs"
	// EdgeEntities holds the string denoting the entities edge name in mutations.
	EdgeEntities = "entities"
	// Table holds the table name of the integration in the database.
	Table = "integrations"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "integrations"
	// 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"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "integrations"
	// 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 = "integrations"
	// 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"
	// SecretsTable is the table that holds the secrets relation/edge. The primary key declared below.
	SecretsTable = "integration_secrets"
	// SecretsInverseTable is the table name for the Hush entity.
	// It exists in this package in order to avoid circular dependency with the "hush" package.
	SecretsInverseTable = "hushes"
	// FilesTable is the table that holds the files relation/edge.
	FilesTable = "files"
	// FilesInverseTable is the table name for the File entity.
	// It exists in this package in order to avoid circular dependency with the "file" package.
	FilesInverseTable = "files"
	// FilesColumn is the table column denoting the files relation/edge.
	FilesColumn = "integration_files"
	// EventsTable is the table that holds the events relation/edge. The primary key declared below.
	EventsTable = "integration_events"
	// EventsInverseTable is the table name for the Event entity.
	// It exists in this package in order to avoid circular dependency with the "event" package.
	EventsInverseTable = "events"
	// FindingsTable is the table that holds the findings relation/edge. The primary key declared below.
	FindingsTable = "integration_findings"
	// FindingsInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingsInverseTable = "findings"
	// VulnerabilitiesTable is the table that holds the vulnerabilities relation/edge. The primary key declared below.
	VulnerabilitiesTable = "integration_vulnerabilities"
	// VulnerabilitiesInverseTable is the table name for the Vulnerability entity.
	// It exists in this package in order to avoid circular dependency with the "vulnerability" package.
	VulnerabilitiesInverseTable = "vulnerabilities"
	// InternalPoliciesTable is the table that holds the internal_policies relation/edge. The primary key declared below.
	InternalPoliciesTable = "integration_internal_policies"
	// InternalPoliciesInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPoliciesInverseTable = "internal_policies"
	// ReviewsTable is the table that holds the reviews relation/edge. The primary key declared below.
	ReviewsTable = "integration_reviews"
	// ReviewsInverseTable is the table name for the Review entity.
	// It exists in this package in order to avoid circular dependency with the "review" package.
	ReviewsInverseTable = "reviews"
	// RemediationsTable is the table that holds the remediations relation/edge. The primary key declared below.
	RemediationsTable = "integration_remediations"
	// RemediationsInverseTable is the table name for the Remediation entity.
	// It exists in this package in order to avoid circular dependency with the "remediation" package.
	RemediationsInverseTable = "remediations"
	// TasksTable is the table that holds the tasks relation/edge.
	TasksTable = "tasks"
	// TasksInverseTable is the table name for the Task entity.
	// It exists in this package in order to avoid circular dependency with the "task" package.
	TasksInverseTable = "tasks"
	// TasksColumn is the table column denoting the tasks relation/edge.
	TasksColumn = "integration_tasks"
	// ActionPlansTable is the table that holds the action_plans relation/edge. The primary key declared below.
	ActionPlansTable = "integration_action_plans"
	// ActionPlansInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlansInverseTable = "action_plans"
	// AssetsTable is the table that holds the assets relation/edge.
	AssetsTable = "assets"
	// AssetsInverseTable is the table name for the Asset entity.
	// It exists in this package in order to avoid circular dependency with the "asset" package.
	AssetsInverseTable = "assets"
	// AssetsColumn is the table column denoting the assets relation/edge.
	AssetsColumn = "integration_id"
	// DirectoryAccountsTable is the table that holds the directory_accounts relation/edge.
	DirectoryAccountsTable = "directory_accounts"
	// DirectoryAccountsInverseTable is the table name for the DirectoryAccount entity.
	// It exists in this package in order to avoid circular dependency with the "directoryaccount" package.
	DirectoryAccountsInverseTable = "directory_accounts"
	// DirectoryAccountsColumn is the table column denoting the directory_accounts relation/edge.
	DirectoryAccountsColumn = "integration_id"
	// DirectoryGroupsTable is the table that holds the directory_groups relation/edge.
	DirectoryGroupsTable = "directory_groups"
	// DirectoryGroupsInverseTable is the table name for the DirectoryGroup entity.
	// It exists in this package in order to avoid circular dependency with the "directorygroup" package.
	DirectoryGroupsInverseTable = "directory_groups"
	// DirectoryGroupsColumn is the table column denoting the directory_groups relation/edge.
	DirectoryGroupsColumn = "integration_id"
	// DirectoryMembershipsTable is the table that holds the directory_memberships relation/edge.
	DirectoryMembershipsTable = "directory_memberships"
	// DirectoryMembershipsInverseTable is the table name for the DirectoryMembership entity.
	// It exists in this package in order to avoid circular dependency with the "directorymembership" package.
	DirectoryMembershipsInverseTable = "directory_memberships"
	// DirectoryMembershipsColumn is the table column denoting the directory_memberships relation/edge.
	DirectoryMembershipsColumn = "integration_id"
	// DirectorySyncRunsTable is the table that holds the directory_sync_runs relation/edge.
	DirectorySyncRunsTable = "directory_sync_runs"
	// DirectorySyncRunsInverseTable is the table name for the DirectorySyncRun entity.
	// It exists in this package in order to avoid circular dependency with the "directorysyncrun" package.
	DirectorySyncRunsInverseTable = "directory_sync_runs"
	// DirectorySyncRunsColumn is the table column denoting the directory_sync_runs relation/edge.
	DirectorySyncRunsColumn = "integration_id"
	// CheckResultsTable is the table that holds the check_results relation/edge.
	CheckResultsTable = "check_results"
	// CheckResultsInverseTable is the table name for the CheckResult entity.
	// It exists in this package in order to avoid circular dependency with the "checkresult" package.
	CheckResultsInverseTable = "check_results"
	// CheckResultsColumn is the table column denoting the check_results relation/edge.
	CheckResultsColumn = "integration_id"
	// PlatformTable is the table that holds the platform relation/edge.
	PlatformTable = "integrations"
	// PlatformInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformInverseTable = "platforms"
	// PlatformColumn is the table column denoting the platform relation/edge.
	PlatformColumn = "platform_id"
	// NotificationTemplatesTable is the table that holds the notification_templates relation/edge.
	NotificationTemplatesTable = "notification_templates"
	// NotificationTemplatesInverseTable is the table name for the NotificationTemplate entity.
	// It exists in this package in order to avoid circular dependency with the "notificationtemplate" package.
	NotificationTemplatesInverseTable = "notification_templates"
	// NotificationTemplatesColumn is the table column denoting the notification_templates relation/edge.
	NotificationTemplatesColumn = "integration_id"
	// EmailTemplatesTable is the table that holds the email_templates relation/edge.
	EmailTemplatesTable = "email_templates"
	// EmailTemplatesInverseTable is the table name for the EmailTemplate entity.
	// It exists in this package in order to avoid circular dependency with the "emailtemplate" package.
	EmailTemplatesInverseTable = "email_templates"
	// EmailTemplatesColumn is the table column denoting the email_templates relation/edge.
	EmailTemplatesColumn = "integration_id"
	// CampaignsTable is the table that holds the campaigns relation/edge.
	CampaignsTable = "campaigns"
	// CampaignsInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignsInverseTable = "campaigns"
	// CampaignsColumn is the table column denoting the campaigns relation/edge.
	CampaignsColumn = "integration_id"
	// IntegrationWebhooksTable is the table that holds the integration_webhooks relation/edge.
	IntegrationWebhooksTable = "integration_webhooks"
	// IntegrationWebhooksInverseTable is the table name for the IntegrationWebhook entity.
	// It exists in this package in order to avoid circular dependency with the "integrationwebhook" package.
	IntegrationWebhooksInverseTable = "integration_webhooks"
	// IntegrationWebhooksColumn is the table column denoting the integration_webhooks relation/edge.
	IntegrationWebhooksColumn = "integration_id"
	// IntegrationRunsTable is the table that holds the integration_runs relation/edge.
	IntegrationRunsTable = "integration_runs"
	// IntegrationRunsInverseTable is the table name for the IntegrationRun entity.
	// It exists in this package in order to avoid circular dependency with the "integrationrun" package.
	IntegrationRunsInverseTable = "integration_runs"
	// IntegrationRunsColumn is the table column denoting the integration_runs relation/edge.
	IntegrationRunsColumn = "integration_id"
	// EntitiesTable is the table that holds the entities relation/edge. The primary key declared below.
	EntitiesTable = "entity_integrations"
	// 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"
)
View Source
const DefaultStatus enums.IntegrationStatus = "PENDING"

Variables

View Source
var (
	// SecretsPrimaryKey and SecretsColumn2 are the table columns denoting the
	// primary key for the secrets relation (M2M).
	SecretsPrimaryKey = []string{"integration_id", "hush_id"}
	// EventsPrimaryKey and EventsColumn2 are the table columns denoting the
	// primary key for the events relation (M2M).
	EventsPrimaryKey = []string{"integration_id", "event_id"}
	// FindingsPrimaryKey and FindingsColumn2 are the table columns denoting the
	// primary key for the findings relation (M2M).
	FindingsPrimaryKey = []string{"integration_id", "finding_id"}
	// VulnerabilitiesPrimaryKey and VulnerabilitiesColumn2 are the table columns denoting the
	// primary key for the vulnerabilities relation (M2M).
	VulnerabilitiesPrimaryKey = []string{"integration_id", "vulnerability_id"}
	// InternalPoliciesPrimaryKey and InternalPoliciesColumn2 are the table columns denoting the
	// primary key for the internal_policies relation (M2M).
	InternalPoliciesPrimaryKey = []string{"integration_id", "internal_policy_id"}
	// ReviewsPrimaryKey and ReviewsColumn2 are the table columns denoting the
	// primary key for the reviews relation (M2M).
	ReviewsPrimaryKey = []string{"integration_id", "review_id"}
	// RemediationsPrimaryKey and RemediationsColumn2 are the table columns denoting the
	// primary key for the remediations relation (M2M).
	RemediationsPrimaryKey = []string{"integration_id", "remediation_id"}
	// ActionPlansPrimaryKey and ActionPlansColumn2 are the table columns denoting the
	// primary key for the action_plans relation (M2M).
	ActionPlansPrimaryKey = []string{"integration_id", "action_plan_id"}
	// EntitiesPrimaryKey and EntitiesColumn2 are the table columns denoting the
	// primary key for the entities relation (M2M).
	EntitiesPrimaryKey = []string{"entity_id", "integration_id"}
)
View Source
var (
	Hooks        [11]ent.Hook
	Interceptors [2]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// DefaultSystemOwned holds the default value on creation for the "system_owned" field.
	DefaultSystemOwned bool
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// PlatformIDValidator is a validator for the "platform_id" field. It is called by the builders before save.
	PlatformIDValidator func(string) error
	// DefaultPrimaryDirectory holds the default value on creation for the "primary_directory" field.
	DefaultPrimaryDirectory bool
	// DefaultCampaignEmail holds the default value on creation for the "campaign_email" field.
	DefaultCampaignEmail 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/v2/internal/ent/generated/runtime"

Columns holds all SQL columns for integration fields.

View Source
var ForeignKeys = []string{
	"file_integrations",
	"group_integrations",
}

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

Functions

func And

func And(predicates ...predicate.Integration) predicate.Integration

And groups predicates with the AND operator between them.

func CampaignEmail

func CampaignEmail(v bool) predicate.Integration

CampaignEmail applies equality check predicate on the "campaign_email" field. It's identical to CampaignEmailEQ.

func CampaignEmailEQ

func CampaignEmailEQ(v bool) predicate.Integration

CampaignEmailEQ applies the EQ predicate on the "campaign_email" field.

func CampaignEmailNEQ

func CampaignEmailNEQ(v bool) predicate.Integration

CampaignEmailNEQ applies the NEQ predicate on the "campaign_email" field.

func ConfigIsNil

func ConfigIsNil() predicate.Integration

ConfigIsNil applies the IsNil predicate on the "config" field.

func ConfigNotNil

func ConfigNotNil() predicate.Integration

ConfigNotNil applies the NotNil predicate on the "config" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Integration

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Integration

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Integration

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Integration

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Integration

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Integration

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Integration

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Integration

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Integration

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

func CreatedBy

func CreatedBy(v string) predicate.Integration

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

func CreatedByContains

func CreatedByContains(v string) predicate.Integration

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Integration

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Integration

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Integration

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

func CreatedByGT

func CreatedByGT(v string) predicate.Integration

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Integration

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Integration

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Integration

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Integration

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

func CreatedByLT

func CreatedByLT(v string) predicate.Integration

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Integration

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Integration

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Integration

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

func DefinitionID

func DefinitionID(v string) predicate.Integration

DefinitionID applies equality check predicate on the "definition_id" field. It's identical to DefinitionIDEQ.

func DefinitionIDContains

func DefinitionIDContains(v string) predicate.Integration

DefinitionIDContains applies the Contains predicate on the "definition_id" field.

func DefinitionIDContainsFold

func DefinitionIDContainsFold(v string) predicate.Integration

DefinitionIDContainsFold applies the ContainsFold predicate on the "definition_id" field.

func DefinitionIDEQ

func DefinitionIDEQ(v string) predicate.Integration

DefinitionIDEQ applies the EQ predicate on the "definition_id" field.

func DefinitionIDEqualFold

func DefinitionIDEqualFold(v string) predicate.Integration

DefinitionIDEqualFold applies the EqualFold predicate on the "definition_id" field.

func DefinitionIDGT

func DefinitionIDGT(v string) predicate.Integration

DefinitionIDGT applies the GT predicate on the "definition_id" field.

func DefinitionIDGTE

func DefinitionIDGTE(v string) predicate.Integration

DefinitionIDGTE applies the GTE predicate on the "definition_id" field.

func DefinitionIDHasPrefix

func DefinitionIDHasPrefix(v string) predicate.Integration

DefinitionIDHasPrefix applies the HasPrefix predicate on the "definition_id" field.

func DefinitionIDHasSuffix

func DefinitionIDHasSuffix(v string) predicate.Integration

DefinitionIDHasSuffix applies the HasSuffix predicate on the "definition_id" field.

func DefinitionIDIn

func DefinitionIDIn(vs ...string) predicate.Integration

DefinitionIDIn applies the In predicate on the "definition_id" field.

func DefinitionIDIsNil

func DefinitionIDIsNil() predicate.Integration

DefinitionIDIsNil applies the IsNil predicate on the "definition_id" field.

func DefinitionIDLT

func DefinitionIDLT(v string) predicate.Integration

DefinitionIDLT applies the LT predicate on the "definition_id" field.

func DefinitionIDLTE

func DefinitionIDLTE(v string) predicate.Integration

DefinitionIDLTE applies the LTE predicate on the "definition_id" field.

func DefinitionIDNEQ

func DefinitionIDNEQ(v string) predicate.Integration

DefinitionIDNEQ applies the NEQ predicate on the "definition_id" field.

func DefinitionIDNotIn

func DefinitionIDNotIn(vs ...string) predicate.Integration

DefinitionIDNotIn applies the NotIn predicate on the "definition_id" field.

func DefinitionIDNotNil

func DefinitionIDNotNil() predicate.Integration

DefinitionIDNotNil applies the NotNil predicate on the "definition_id" field.

func DefinitionSlug

func DefinitionSlug(v string) predicate.Integration

DefinitionSlug applies equality check predicate on the "definition_slug" field. It's identical to DefinitionSlugEQ.

func DefinitionSlugContains

func DefinitionSlugContains(v string) predicate.Integration

DefinitionSlugContains applies the Contains predicate on the "definition_slug" field.

func DefinitionSlugContainsFold

func DefinitionSlugContainsFold(v string) predicate.Integration

DefinitionSlugContainsFold applies the ContainsFold predicate on the "definition_slug" field.

func DefinitionSlugEQ

func DefinitionSlugEQ(v string) predicate.Integration

DefinitionSlugEQ applies the EQ predicate on the "definition_slug" field.

func DefinitionSlugEqualFold

func DefinitionSlugEqualFold(v string) predicate.Integration

DefinitionSlugEqualFold applies the EqualFold predicate on the "definition_slug" field.

func DefinitionSlugGT

func DefinitionSlugGT(v string) predicate.Integration

DefinitionSlugGT applies the GT predicate on the "definition_slug" field.

func DefinitionSlugGTE

func DefinitionSlugGTE(v string) predicate.Integration

DefinitionSlugGTE applies the GTE predicate on the "definition_slug" field.

func DefinitionSlugHasPrefix

func DefinitionSlugHasPrefix(v string) predicate.Integration

DefinitionSlugHasPrefix applies the HasPrefix predicate on the "definition_slug" field.

func DefinitionSlugHasSuffix

func DefinitionSlugHasSuffix(v string) predicate.Integration

DefinitionSlugHasSuffix applies the HasSuffix predicate on the "definition_slug" field.

func DefinitionSlugIn

func DefinitionSlugIn(vs ...string) predicate.Integration

DefinitionSlugIn applies the In predicate on the "definition_slug" field.

func DefinitionSlugIsNil

func DefinitionSlugIsNil() predicate.Integration

DefinitionSlugIsNil applies the IsNil predicate on the "definition_slug" field.

func DefinitionSlugLT

func DefinitionSlugLT(v string) predicate.Integration

DefinitionSlugLT applies the LT predicate on the "definition_slug" field.

func DefinitionSlugLTE

func DefinitionSlugLTE(v string) predicate.Integration

DefinitionSlugLTE applies the LTE predicate on the "definition_slug" field.

func DefinitionSlugNEQ

func DefinitionSlugNEQ(v string) predicate.Integration

DefinitionSlugNEQ applies the NEQ predicate on the "definition_slug" field.

func DefinitionSlugNotIn

func DefinitionSlugNotIn(vs ...string) predicate.Integration

DefinitionSlugNotIn applies the NotIn predicate on the "definition_slug" field.

func DefinitionSlugNotNil

func DefinitionSlugNotNil() predicate.Integration

DefinitionSlugNotNil applies the NotNil predicate on the "definition_slug" field.

func DefinitionVersion

func DefinitionVersion(v string) predicate.Integration

DefinitionVersion applies equality check predicate on the "definition_version" field. It's identical to DefinitionVersionEQ.

func DefinitionVersionContains

func DefinitionVersionContains(v string) predicate.Integration

DefinitionVersionContains applies the Contains predicate on the "definition_version" field.

func DefinitionVersionContainsFold

func DefinitionVersionContainsFold(v string) predicate.Integration

DefinitionVersionContainsFold applies the ContainsFold predicate on the "definition_version" field.

func DefinitionVersionEQ

func DefinitionVersionEQ(v string) predicate.Integration

DefinitionVersionEQ applies the EQ predicate on the "definition_version" field.

func DefinitionVersionEqualFold

func DefinitionVersionEqualFold(v string) predicate.Integration

DefinitionVersionEqualFold applies the EqualFold predicate on the "definition_version" field.

func DefinitionVersionGT

func DefinitionVersionGT(v string) predicate.Integration

DefinitionVersionGT applies the GT predicate on the "definition_version" field.

func DefinitionVersionGTE

func DefinitionVersionGTE(v string) predicate.Integration

DefinitionVersionGTE applies the GTE predicate on the "definition_version" field.

func DefinitionVersionHasPrefix

func DefinitionVersionHasPrefix(v string) predicate.Integration

DefinitionVersionHasPrefix applies the HasPrefix predicate on the "definition_version" field.

func DefinitionVersionHasSuffix

func DefinitionVersionHasSuffix(v string) predicate.Integration

DefinitionVersionHasSuffix applies the HasSuffix predicate on the "definition_version" field.

func DefinitionVersionIn

func DefinitionVersionIn(vs ...string) predicate.Integration

DefinitionVersionIn applies the In predicate on the "definition_version" field.

func DefinitionVersionIsNil

func DefinitionVersionIsNil() predicate.Integration

DefinitionVersionIsNil applies the IsNil predicate on the "definition_version" field.

func DefinitionVersionLT

func DefinitionVersionLT(v string) predicate.Integration

DefinitionVersionLT applies the LT predicate on the "definition_version" field.

func DefinitionVersionLTE

func DefinitionVersionLTE(v string) predicate.Integration

DefinitionVersionLTE applies the LTE predicate on the "definition_version" field.

func DefinitionVersionNEQ

func DefinitionVersionNEQ(v string) predicate.Integration

DefinitionVersionNEQ applies the NEQ predicate on the "definition_version" field.

func DefinitionVersionNotIn

func DefinitionVersionNotIn(vs ...string) predicate.Integration

DefinitionVersionNotIn applies the NotIn predicate on the "definition_version" field.

func DefinitionVersionNotNil

func DefinitionVersionNotNil() predicate.Integration

DefinitionVersionNotNil applies the NotNil predicate on the "definition_version" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.Integration

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Integration

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Integration

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Integration

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Integration

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Integration

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Integration

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Integration

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Integration

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

func DeletedBy

func DeletedBy(v string) predicate.Integration

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

func DeletedByContains

func DeletedByContains(v string) predicate.Integration

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Integration

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Integration

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Integration

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

func DeletedByGT

func DeletedByGT(v string) predicate.Integration

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Integration

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Integration

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Integration

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Integration

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

func DeletedByLT

func DeletedByLT(v string) predicate.Integration

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Integration

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Integration

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Integration

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

func Description

func Description(v string) predicate.Integration

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

func DescriptionContains

func DescriptionContains(v string) predicate.Integration

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Integration

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.Integration

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Integration

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

func DescriptionGT

func DescriptionGT(v string) predicate.Integration

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.Integration

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Integration

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Integration

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.Integration

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

func DescriptionLT

func DescriptionLT(v string) predicate.Integration

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.Integration

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Integration

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.Integration

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

func EnvironmentID

func EnvironmentID(v string) predicate.Integration

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

func EnvironmentIDContains

func EnvironmentIDContains(v string) predicate.Integration

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

func EnvironmentIDContainsFold

func EnvironmentIDContainsFold(v string) predicate.Integration

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

func EnvironmentIDEQ

func EnvironmentIDEQ(v string) predicate.Integration

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

func EnvironmentIDEqualFold

func EnvironmentIDEqualFold(v string) predicate.Integration

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

func EnvironmentIDGT

func EnvironmentIDGT(v string) predicate.Integration

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

func EnvironmentIDGTE

func EnvironmentIDGTE(v string) predicate.Integration

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

func EnvironmentIDHasPrefix

func EnvironmentIDHasPrefix(v string) predicate.Integration

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

func EnvironmentIDHasSuffix

func EnvironmentIDHasSuffix(v string) predicate.Integration

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

func EnvironmentIDIn

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

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

func EnvironmentIDIsNil

func EnvironmentIDIsNil() predicate.Integration

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

func EnvironmentIDLT

func EnvironmentIDLT(v string) predicate.Integration

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

func EnvironmentIDLTE

func EnvironmentIDLTE(v string) predicate.Integration

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

func EnvironmentIDNEQ

func EnvironmentIDNEQ(v string) predicate.Integration

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

func EnvironmentIDNotIn

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

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

func EnvironmentIDNotNil

func EnvironmentIDNotNil() predicate.Integration

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

func EnvironmentName

func EnvironmentName(v string) predicate.Integration

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

func EnvironmentNameContains

func EnvironmentNameContains(v string) predicate.Integration

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

func EnvironmentNameContainsFold

func EnvironmentNameContainsFold(v string) predicate.Integration

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

func EnvironmentNameEQ

func EnvironmentNameEQ(v string) predicate.Integration

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

func EnvironmentNameEqualFold

func EnvironmentNameEqualFold(v string) predicate.Integration

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

func EnvironmentNameGT

func EnvironmentNameGT(v string) predicate.Integration

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

func EnvironmentNameGTE

func EnvironmentNameGTE(v string) predicate.Integration

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

func EnvironmentNameHasPrefix

func EnvironmentNameHasPrefix(v string) predicate.Integration

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

func EnvironmentNameHasSuffix

func EnvironmentNameHasSuffix(v string) predicate.Integration

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

func EnvironmentNameIn

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

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

func EnvironmentNameIsNil

func EnvironmentNameIsNil() predicate.Integration

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

func EnvironmentNameLT

func EnvironmentNameLT(v string) predicate.Integration

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

func EnvironmentNameLTE

func EnvironmentNameLTE(v string) predicate.Integration

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

func EnvironmentNameNEQ

func EnvironmentNameNEQ(v string) predicate.Integration

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

func EnvironmentNameNotIn

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

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

func EnvironmentNameNotNil

func EnvironmentNameNotNil() predicate.Integration

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

func Family

func Family(v string) predicate.Integration

Family applies equality check predicate on the "family" field. It's identical to FamilyEQ.

func FamilyContains

func FamilyContains(v string) predicate.Integration

FamilyContains applies the Contains predicate on the "family" field.

func FamilyContainsFold

func FamilyContainsFold(v string) predicate.Integration

FamilyContainsFold applies the ContainsFold predicate on the "family" field.

func FamilyEQ

func FamilyEQ(v string) predicate.Integration

FamilyEQ applies the EQ predicate on the "family" field.

func FamilyEqualFold

func FamilyEqualFold(v string) predicate.Integration

FamilyEqualFold applies the EqualFold predicate on the "family" field.

func FamilyGT

func FamilyGT(v string) predicate.Integration

FamilyGT applies the GT predicate on the "family" field.

func FamilyGTE

func FamilyGTE(v string) predicate.Integration

FamilyGTE applies the GTE predicate on the "family" field.

func FamilyHasPrefix

func FamilyHasPrefix(v string) predicate.Integration

FamilyHasPrefix applies the HasPrefix predicate on the "family" field.

func FamilyHasSuffix

func FamilyHasSuffix(v string) predicate.Integration

FamilyHasSuffix applies the HasSuffix predicate on the "family" field.

func FamilyIn

func FamilyIn(vs ...string) predicate.Integration

FamilyIn applies the In predicate on the "family" field.

func FamilyIsNil

func FamilyIsNil() predicate.Integration

FamilyIsNil applies the IsNil predicate on the "family" field.

func FamilyLT

func FamilyLT(v string) predicate.Integration

FamilyLT applies the LT predicate on the "family" field.

func FamilyLTE

func FamilyLTE(v string) predicate.Integration

FamilyLTE applies the LTE predicate on the "family" field.

func FamilyNEQ

func FamilyNEQ(v string) predicate.Integration

FamilyNEQ applies the NEQ predicate on the "family" field.

func FamilyNotIn

func FamilyNotIn(vs ...string) predicate.Integration

FamilyNotIn applies the NotIn predicate on the "family" field.

func FamilyNotNil

func FamilyNotNil() predicate.Integration

FamilyNotNil applies the NotNil predicate on the "family" field.

func HasActionPlans

func HasActionPlans() predicate.Integration

HasActionPlans applies the HasEdge predicate on the "action_plans" edge.

func HasActionPlansWith

func HasActionPlansWith(preds ...predicate.ActionPlan) predicate.Integration

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

func HasAssets

func HasAssets() predicate.Integration

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

func HasAssetsWith

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

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

func HasCampaigns

func HasCampaigns() predicate.Integration

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

func HasCampaignsWith

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

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

func HasCheckResults

func HasCheckResults() predicate.Integration

HasCheckResults applies the HasEdge predicate on the "check_results" edge.

func HasCheckResultsWith

func HasCheckResultsWith(preds ...predicate.CheckResult) predicate.Integration

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

func HasDirectoryAccounts

func HasDirectoryAccounts() predicate.Integration

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

func HasDirectoryAccountsWith

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

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

func HasDirectoryGroups

func HasDirectoryGroups() predicate.Integration

HasDirectoryGroups applies the HasEdge predicate on the "directory_groups" edge.

func HasDirectoryGroupsWith

func HasDirectoryGroupsWith(preds ...predicate.DirectoryGroup) predicate.Integration

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

func HasDirectoryMemberships

func HasDirectoryMemberships() predicate.Integration

HasDirectoryMemberships applies the HasEdge predicate on the "directory_memberships" edge.

func HasDirectoryMembershipsWith

func HasDirectoryMembershipsWith(preds ...predicate.DirectoryMembership) predicate.Integration

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

func HasDirectorySyncRuns

func HasDirectorySyncRuns() predicate.Integration

HasDirectorySyncRuns applies the HasEdge predicate on the "directory_sync_runs" edge.

func HasDirectorySyncRunsWith

func HasDirectorySyncRunsWith(preds ...predicate.DirectorySyncRun) predicate.Integration

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

func HasEmailTemplates

func HasEmailTemplates() predicate.Integration

HasEmailTemplates applies the HasEdge predicate on the "email_templates" edge.

func HasEmailTemplatesWith

func HasEmailTemplatesWith(preds ...predicate.EmailTemplate) predicate.Integration

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

func HasEntities

func HasEntities() predicate.Integration

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

func HasEntitiesWith

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

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

func HasEnvironment

func HasEnvironment() predicate.Integration

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

func HasEnvironmentWith

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

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

func HasEvents

func HasEvents() predicate.Integration

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

func HasEventsWith

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

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

func HasFiles

func HasFiles() predicate.Integration

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

func HasFilesWith

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

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

func HasFindings

func HasFindings() predicate.Integration

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

func HasFindingsWith

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

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

func HasIntegrationRuns

func HasIntegrationRuns() predicate.Integration

HasIntegrationRuns applies the HasEdge predicate on the "integration_runs" edge.

func HasIntegrationRunsWith

func HasIntegrationRunsWith(preds ...predicate.IntegrationRun) predicate.Integration

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

func HasIntegrationWebhooks

func HasIntegrationWebhooks() predicate.Integration

HasIntegrationWebhooks applies the HasEdge predicate on the "integration_webhooks" edge.

func HasIntegrationWebhooksWith

func HasIntegrationWebhooksWith(preds ...predicate.IntegrationWebhook) predicate.Integration

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

func HasInternalPolicies

func HasInternalPolicies() predicate.Integration

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

func HasInternalPoliciesWith

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

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

func HasNotificationTemplates

func HasNotificationTemplates() predicate.Integration

HasNotificationTemplates applies the HasEdge predicate on the "notification_templates" edge.

func HasNotificationTemplatesWith

func HasNotificationTemplatesWith(preds ...predicate.NotificationTemplate) predicate.Integration

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

func HasOwner

func HasOwner() predicate.Integration

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

func HasOwnerWith

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

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

func HasPlatform

func HasPlatform() predicate.Integration

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

func HasPlatformWith

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

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

func HasRemediations

func HasRemediations() predicate.Integration

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

func HasRemediationsWith

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

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

func HasReviews

func HasReviews() predicate.Integration

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

func HasReviewsWith

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

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

func HasScope

func HasScope() predicate.Integration

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

func HasScopeWith

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

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

func HasSecrets

func HasSecrets() predicate.Integration

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

func HasSecretsWith

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

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

func HasTasks

func HasTasks() predicate.Integration

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

func HasTasksWith

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

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

func HasVulnerabilities

func HasVulnerabilities() predicate.Integration

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

func HasVulnerabilitiesWith

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

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

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Integration

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Integration

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Integration

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Integration

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Integration

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Integration

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Integration

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Integration

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func InstallationMetadataIsNil

func InstallationMetadataIsNil() predicate.Integration

InstallationMetadataIsNil applies the IsNil predicate on the "installation_metadata" field.

func InstallationMetadataNotNil

func InstallationMetadataNotNil() predicate.Integration

InstallationMetadataNotNil applies the NotNil predicate on the "installation_metadata" field.

func IntegrationType

func IntegrationType(v string) predicate.Integration

IntegrationType applies equality check predicate on the "integration_type" field. It's identical to IntegrationTypeEQ.

func IntegrationTypeContains

func IntegrationTypeContains(v string) predicate.Integration

IntegrationTypeContains applies the Contains predicate on the "integration_type" field.

func IntegrationTypeContainsFold

func IntegrationTypeContainsFold(v string) predicate.Integration

IntegrationTypeContainsFold applies the ContainsFold predicate on the "integration_type" field.

func IntegrationTypeEQ

func IntegrationTypeEQ(v string) predicate.Integration

IntegrationTypeEQ applies the EQ predicate on the "integration_type" field.

func IntegrationTypeEqualFold

func IntegrationTypeEqualFold(v string) predicate.Integration

IntegrationTypeEqualFold applies the EqualFold predicate on the "integration_type" field.

func IntegrationTypeGT

func IntegrationTypeGT(v string) predicate.Integration

IntegrationTypeGT applies the GT predicate on the "integration_type" field.

func IntegrationTypeGTE

func IntegrationTypeGTE(v string) predicate.Integration

IntegrationTypeGTE applies the GTE predicate on the "integration_type" field.

func IntegrationTypeHasPrefix

func IntegrationTypeHasPrefix(v string) predicate.Integration

IntegrationTypeHasPrefix applies the HasPrefix predicate on the "integration_type" field.

func IntegrationTypeHasSuffix

func IntegrationTypeHasSuffix(v string) predicate.Integration

IntegrationTypeHasSuffix applies the HasSuffix predicate on the "integration_type" field.

func IntegrationTypeIn

func IntegrationTypeIn(vs ...string) predicate.Integration

IntegrationTypeIn applies the In predicate on the "integration_type" field.

func IntegrationTypeIsNil

func IntegrationTypeIsNil() predicate.Integration

IntegrationTypeIsNil applies the IsNil predicate on the "integration_type" field.

func IntegrationTypeLT

func IntegrationTypeLT(v string) predicate.Integration

IntegrationTypeLT applies the LT predicate on the "integration_type" field.

func IntegrationTypeLTE

func IntegrationTypeLTE(v string) predicate.Integration

IntegrationTypeLTE applies the LTE predicate on the "integration_type" field.

func IntegrationTypeNEQ

func IntegrationTypeNEQ(v string) predicate.Integration

IntegrationTypeNEQ applies the NEQ predicate on the "integration_type" field.

func IntegrationTypeNotIn

func IntegrationTypeNotIn(vs ...string) predicate.Integration

IntegrationTypeNotIn applies the NotIn predicate on the "integration_type" field.

func IntegrationTypeNotNil

func IntegrationTypeNotNil() predicate.Integration

IntegrationTypeNotNil applies the NotNil predicate on the "integration_type" field.

func InternalNotes

func InternalNotes(v string) predicate.Integration

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

func InternalNotesContains

func InternalNotesContains(v string) predicate.Integration

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

func InternalNotesContainsFold

func InternalNotesContainsFold(v string) predicate.Integration

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

func InternalNotesEQ

func InternalNotesEQ(v string) predicate.Integration

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

func InternalNotesEqualFold

func InternalNotesEqualFold(v string) predicate.Integration

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

func InternalNotesGT

func InternalNotesGT(v string) predicate.Integration

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

func InternalNotesGTE

func InternalNotesGTE(v string) predicate.Integration

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

func InternalNotesHasPrefix

func InternalNotesHasPrefix(v string) predicate.Integration

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

func InternalNotesHasSuffix

func InternalNotesHasSuffix(v string) predicate.Integration

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

func InternalNotesIn

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

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

func InternalNotesIsNil

func InternalNotesIsNil() predicate.Integration

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

func InternalNotesLT

func InternalNotesLT(v string) predicate.Integration

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

func InternalNotesLTE

func InternalNotesLTE(v string) predicate.Integration

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

func InternalNotesNEQ

func InternalNotesNEQ(v string) predicate.Integration

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

func InternalNotesNotIn

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

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

func InternalNotesNotNil

func InternalNotesNotNil() predicate.Integration

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

func Kind

Kind applies equality check predicate on the "kind" field. It's identical to KindEQ.

func KindContains

func KindContains(v string) predicate.Integration

KindContains applies the Contains predicate on the "kind" field.

func KindContainsFold

func KindContainsFold(v string) predicate.Integration

KindContainsFold applies the ContainsFold predicate on the "kind" field.

func KindEQ

func KindEQ(v string) predicate.Integration

KindEQ applies the EQ predicate on the "kind" field.

func KindEqualFold

func KindEqualFold(v string) predicate.Integration

KindEqualFold applies the EqualFold predicate on the "kind" field.

func KindGT

func KindGT(v string) predicate.Integration

KindGT applies the GT predicate on the "kind" field.

func KindGTE

func KindGTE(v string) predicate.Integration

KindGTE applies the GTE predicate on the "kind" field.

func KindHasPrefix

func KindHasPrefix(v string) predicate.Integration

KindHasPrefix applies the HasPrefix predicate on the "kind" field.

func KindHasSuffix

func KindHasSuffix(v string) predicate.Integration

KindHasSuffix applies the HasSuffix predicate on the "kind" field.

func KindIn

func KindIn(vs ...string) predicate.Integration

KindIn applies the In predicate on the "kind" field.

func KindIsNil

func KindIsNil() predicate.Integration

KindIsNil applies the IsNil predicate on the "kind" field.

func KindLT

func KindLT(v string) predicate.Integration

KindLT applies the LT predicate on the "kind" field.

func KindLTE

func KindLTE(v string) predicate.Integration

KindLTE applies the LTE predicate on the "kind" field.

func KindNEQ

func KindNEQ(v string) predicate.Integration

KindNEQ applies the NEQ predicate on the "kind" field.

func KindNotIn

func KindNotIn(vs ...string) predicate.Integration

KindNotIn applies the NotIn predicate on the "kind" field.

func KindNotNil

func KindNotNil() predicate.Integration

KindNotNil applies the NotNil predicate on the "kind" field.

func MetadataIsNil

func MetadataIsNil() predicate.Integration

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

func MetadataNotNil

func MetadataNotNil() predicate.Integration

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

func Name

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

func NameContains

func NameContains(v string) predicate.Integration

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

func NameContainsFold

func NameContainsFold(v string) predicate.Integration

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

func NameEQ

func NameEQ(v string) predicate.Integration

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

func NameEqualFold

func NameEqualFold(v string) predicate.Integration

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

func NameGT

func NameGT(v string) predicate.Integration

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

func NameGTE

func NameGTE(v string) predicate.Integration

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Integration

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Integration

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.Integration

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

func NameLTE

func NameLTE(v string) predicate.Integration

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

func NameNEQ

func NameNEQ(v string) predicate.Integration

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

func NameNotIn

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

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.Integration) predicate.Integration

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.Integration

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Integration

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Integration

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Integration

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Integration

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Integration

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Integration

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Integration

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Integration

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Integration

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Integration

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Integration

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Integration

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Integration

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

func PlatformID

func PlatformID(v string) predicate.Integration

PlatformID applies equality check predicate on the "platform_id" field. It's identical to PlatformIDEQ.

func PlatformIDContains

func PlatformIDContains(v string) predicate.Integration

PlatformIDContains applies the Contains predicate on the "platform_id" field.

func PlatformIDContainsFold

func PlatformIDContainsFold(v string) predicate.Integration

PlatformIDContainsFold applies the ContainsFold predicate on the "platform_id" field.

func PlatformIDEQ

func PlatformIDEQ(v string) predicate.Integration

PlatformIDEQ applies the EQ predicate on the "platform_id" field.

func PlatformIDEqualFold

func PlatformIDEqualFold(v string) predicate.Integration

PlatformIDEqualFold applies the EqualFold predicate on the "platform_id" field.

func PlatformIDGT

func PlatformIDGT(v string) predicate.Integration

PlatformIDGT applies the GT predicate on the "platform_id" field.

func PlatformIDGTE

func PlatformIDGTE(v string) predicate.Integration

PlatformIDGTE applies the GTE predicate on the "platform_id" field.

func PlatformIDHasPrefix

func PlatformIDHasPrefix(v string) predicate.Integration

PlatformIDHasPrefix applies the HasPrefix predicate on the "platform_id" field.

func PlatformIDHasSuffix

func PlatformIDHasSuffix(v string) predicate.Integration

PlatformIDHasSuffix applies the HasSuffix predicate on the "platform_id" field.

func PlatformIDIn

func PlatformIDIn(vs ...string) predicate.Integration

PlatformIDIn applies the In predicate on the "platform_id" field.

func PlatformIDIsNil

func PlatformIDIsNil() predicate.Integration

PlatformIDIsNil applies the IsNil predicate on the "platform_id" field.

func PlatformIDLT

func PlatformIDLT(v string) predicate.Integration

PlatformIDLT applies the LT predicate on the "platform_id" field.

func PlatformIDLTE

func PlatformIDLTE(v string) predicate.Integration

PlatformIDLTE applies the LTE predicate on the "platform_id" field.

func PlatformIDNEQ

func PlatformIDNEQ(v string) predicate.Integration

PlatformIDNEQ applies the NEQ predicate on the "platform_id" field.

func PlatformIDNotIn

func PlatformIDNotIn(vs ...string) predicate.Integration

PlatformIDNotIn applies the NotIn predicate on the "platform_id" field.

func PlatformIDNotNil

func PlatformIDNotNil() predicate.Integration

PlatformIDNotNil applies the NotNil predicate on the "platform_id" field.

func PrimaryDirectory

func PrimaryDirectory(v bool) predicate.Integration

PrimaryDirectory applies equality check predicate on the "primary_directory" field. It's identical to PrimaryDirectoryEQ.

func PrimaryDirectoryEQ

func PrimaryDirectoryEQ(v bool) predicate.Integration

PrimaryDirectoryEQ applies the EQ predicate on the "primary_directory" field.

func PrimaryDirectoryNEQ

func PrimaryDirectoryNEQ(v bool) predicate.Integration

PrimaryDirectoryNEQ applies the NEQ predicate on the "primary_directory" field.

func ProviderMetadataIsNil

func ProviderMetadataIsNil() predicate.Integration

ProviderMetadataIsNil applies the IsNil predicate on the "provider_metadata" field.

func ProviderMetadataNotNil

func ProviderMetadataNotNil() predicate.Integration

ProviderMetadataNotNil applies the NotNil predicate on the "provider_metadata" field.

func ProviderMetadataSnapshotIsNil

func ProviderMetadataSnapshotIsNil() predicate.Integration

ProviderMetadataSnapshotIsNil applies the IsNil predicate on the "provider_metadata_snapshot" field.

func ProviderMetadataSnapshotNotNil

func ProviderMetadataSnapshotNotNil() predicate.Integration

ProviderMetadataSnapshotNotNil applies the NotNil predicate on the "provider_metadata_snapshot" field.

func ProviderStateIsNil

func ProviderStateIsNil() predicate.Integration

ProviderStateIsNil applies the IsNil predicate on the "provider_state" field.

func ProviderStateNotNil

func ProviderStateNotNil() predicate.Integration

ProviderStateNotNil applies the NotNil predicate on the "provider_state" field.

func ScopeID

func ScopeID(v string) predicate.Integration

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

func ScopeIDContains

func ScopeIDContains(v string) predicate.Integration

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

func ScopeIDContainsFold

func ScopeIDContainsFold(v string) predicate.Integration

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

func ScopeIDEQ

func ScopeIDEQ(v string) predicate.Integration

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

func ScopeIDEqualFold

func ScopeIDEqualFold(v string) predicate.Integration

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

func ScopeIDGT

func ScopeIDGT(v string) predicate.Integration

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

func ScopeIDGTE

func ScopeIDGTE(v string) predicate.Integration

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

func ScopeIDHasPrefix

func ScopeIDHasPrefix(v string) predicate.Integration

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

func ScopeIDHasSuffix

func ScopeIDHasSuffix(v string) predicate.Integration

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

func ScopeIDIn

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

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

func ScopeIDIsNil

func ScopeIDIsNil() predicate.Integration

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

func ScopeIDLT

func ScopeIDLT(v string) predicate.Integration

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

func ScopeIDLTE

func ScopeIDLTE(v string) predicate.Integration

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

func ScopeIDNEQ

func ScopeIDNEQ(v string) predicate.Integration

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

func ScopeIDNotIn

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

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

func ScopeIDNotNil

func ScopeIDNotNil() predicate.Integration

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

func ScopeName

func ScopeName(v string) predicate.Integration

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

func ScopeNameContains

func ScopeNameContains(v string) predicate.Integration

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

func ScopeNameContainsFold

func ScopeNameContainsFold(v string) predicate.Integration

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

func ScopeNameEQ

func ScopeNameEQ(v string) predicate.Integration

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

func ScopeNameEqualFold

func ScopeNameEqualFold(v string) predicate.Integration

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

func ScopeNameGT

func ScopeNameGT(v string) predicate.Integration

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

func ScopeNameGTE

func ScopeNameGTE(v string) predicate.Integration

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

func ScopeNameHasPrefix

func ScopeNameHasPrefix(v string) predicate.Integration

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

func ScopeNameHasSuffix

func ScopeNameHasSuffix(v string) predicate.Integration

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

func ScopeNameIn

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

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

func ScopeNameIsNil

func ScopeNameIsNil() predicate.Integration

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

func ScopeNameLT

func ScopeNameLT(v string) predicate.Integration

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

func ScopeNameLTE

func ScopeNameLTE(v string) predicate.Integration

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

func ScopeNameNEQ

func ScopeNameNEQ(v string) predicate.Integration

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

func ScopeNameNotIn

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

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

func ScopeNameNotNil

func ScopeNameNotNil() predicate.Integration

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

func StatusEQ

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

func StatusIn

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

func StatusNEQ

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

func StatusNotIn

func StatusNotIn(vs ...enums.IntegrationStatus) predicate.Integration

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

func StatusValidator

func StatusValidator(s enums.IntegrationStatus) error

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

func SystemInternalID

func SystemInternalID(v string) predicate.Integration

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

func SystemInternalIDContains

func SystemInternalIDContains(v string) predicate.Integration

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

func SystemInternalIDContainsFold

func SystemInternalIDContainsFold(v string) predicate.Integration

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

func SystemInternalIDEQ

func SystemInternalIDEQ(v string) predicate.Integration

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

func SystemInternalIDEqualFold

func SystemInternalIDEqualFold(v string) predicate.Integration

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

func SystemInternalIDGT

func SystemInternalIDGT(v string) predicate.Integration

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

func SystemInternalIDGTE

func SystemInternalIDGTE(v string) predicate.Integration

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

func SystemInternalIDHasPrefix

func SystemInternalIDHasPrefix(v string) predicate.Integration

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

func SystemInternalIDHasSuffix

func SystemInternalIDHasSuffix(v string) predicate.Integration

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

func SystemInternalIDIn

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

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

func SystemInternalIDIsNil

func SystemInternalIDIsNil() predicate.Integration

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

func SystemInternalIDLT

func SystemInternalIDLT(v string) predicate.Integration

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

func SystemInternalIDLTE

func SystemInternalIDLTE(v string) predicate.Integration

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

func SystemInternalIDNEQ

func SystemInternalIDNEQ(v string) predicate.Integration

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

func SystemInternalIDNotIn

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

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

func SystemInternalIDNotNil

func SystemInternalIDNotNil() predicate.Integration

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

func SystemOwned

func SystemOwned(v bool) predicate.Integration

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

func SystemOwnedEQ

func SystemOwnedEQ(v bool) predicate.Integration

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

func SystemOwnedIsNil

func SystemOwnedIsNil() predicate.Integration

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

func SystemOwnedNEQ

func SystemOwnedNEQ(v bool) predicate.Integration

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

func SystemOwnedNotNil

func SystemOwnedNotNil() predicate.Integration

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

func TagsIsNil

func TagsIsNil() predicate.Integration

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

func TagsNotNil

func TagsNotNil() predicate.Integration

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Integration

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Integration

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Integration

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Integration

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Integration

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Integration

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Integration

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Integration

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Integration

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

func UpdatedBy

func UpdatedBy(v string) predicate.Integration

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Integration

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Integration

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Integration

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Integration

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Integration

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Integration

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Integration

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Integration

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

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.Integration

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

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.Integration

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

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.Integration

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

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.Integration

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

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.Integration

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

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.Integration

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

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.Integration

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

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.Integration

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

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.Integration

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

func UpdatedByImpersonatorIn

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

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

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.Integration

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

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.Integration

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

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.Integration

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

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.Integration

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

func UpdatedByImpersonatorNotIn

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

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

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.Integration

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Integration

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Integration

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Integration

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Integration

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Integration

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

func ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Integration queries.

func ByActionPlans

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

ByActionPlans orders the results by action_plans terms.

func ByActionPlansCount

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

ByActionPlansCount orders the results by action_plans count.

func ByAssets

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

ByAssets orders the results by assets terms.

func ByAssetsCount

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

ByAssetsCount orders the results by assets count.

func ByCampaignEmail

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

ByCampaignEmail orders the results by the campaign_email field.

func ByCampaigns

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

ByCampaigns orders the results by campaigns terms.

func ByCampaignsCount

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

ByCampaignsCount orders the results by campaigns count.

func ByCheckResults

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

ByCheckResults orders the results by check_results terms.

func ByCheckResultsCount

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

ByCheckResultsCount orders the results by check_results count.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByDefinitionID

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

ByDefinitionID orders the results by the definition_id field.

func ByDefinitionSlug

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

ByDefinitionSlug orders the results by the definition_slug field.

func ByDefinitionVersion

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

ByDefinitionVersion orders the results by the definition_version 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 ByDirectoryAccounts

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

ByDirectoryAccounts orders the results by directory_accounts terms.

func ByDirectoryAccountsCount

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

ByDirectoryAccountsCount orders the results by directory_accounts count.

func ByDirectoryGroups

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

ByDirectoryGroups orders the results by directory_groups terms.

func ByDirectoryGroupsCount

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

ByDirectoryGroupsCount orders the results by directory_groups count.

func ByDirectoryMemberships

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

ByDirectoryMemberships orders the results by directory_memberships terms.

func ByDirectoryMembershipsCount

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

ByDirectoryMembershipsCount orders the results by directory_memberships count.

func ByDirectorySyncRuns

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

ByDirectorySyncRuns orders the results by directory_sync_runs terms.

func ByDirectorySyncRunsCount

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

ByDirectorySyncRunsCount orders the results by directory_sync_runs count.

func ByEmailTemplates

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

ByEmailTemplates orders the results by email_templates terms.

func ByEmailTemplatesCount

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

ByEmailTemplatesCount orders the results by email_templates count.

func ByEntities

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

ByEntities orders the results by entities terms.

func ByEntitiesCount

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

ByEntitiesCount orders the results by entities count.

func ByEnvironmentField

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

ByEnvironmentField orders the results by environment field.

func ByEnvironmentID

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

ByEnvironmentID orders the results by the environment_id field.

func ByEnvironmentName

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

ByEnvironmentName orders the results by the environment_name field.

func ByEvents

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

ByEvents orders the results by events terms.

func ByEventsCount

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

ByEventsCount orders the results by events count.

func ByFamily

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

ByFamily orders the results by the family field.

func ByFiles

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

ByFiles orders the results by files terms.

func ByFilesCount

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

ByFilesCount orders the results by files count.

func ByFindings

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

ByFindings orders the results by findings terms.

func ByFindingsCount

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

ByFindingsCount orders the results by findings count.

func ByID

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

ByID orders the results by the id field.

func ByIntegrationRuns

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

ByIntegrationRuns orders the results by integration_runs terms.

func ByIntegrationRunsCount

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

ByIntegrationRunsCount orders the results by integration_runs count.

func ByIntegrationType

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

ByIntegrationType orders the results by the integration_type field.

func ByIntegrationWebhooks

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

ByIntegrationWebhooks orders the results by integration_webhooks terms.

func ByIntegrationWebhooksCount

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

ByIntegrationWebhooksCount orders the results by integration_webhooks count.

func ByInternalNotes

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

ByInternalNotes orders the results by the internal_notes field.

func ByInternalPolicies

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

ByInternalPolicies orders the results by internal_policies terms.

func ByInternalPoliciesCount

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

ByInternalPoliciesCount orders the results by internal_policies count.

func ByKind

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

ByKind orders the results by the kind field.

func ByName

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

ByName orders the results by the name field.

func ByNotificationTemplates

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

ByNotificationTemplates orders the results by notification_templates terms.

func ByNotificationTemplatesCount

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

ByNotificationTemplatesCount orders the results by notification_templates 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 ByPlatformField

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

ByPlatformField orders the results by platform field.

func ByPlatformID

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

ByPlatformID orders the results by the platform_id field.

func ByPrimaryDirectory

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

ByPrimaryDirectory orders the results by the primary_directory field.

func ByRemediations

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

ByRemediations orders the results by remediations terms.

func ByRemediationsCount

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

ByRemediationsCount orders the results by remediations count.

func ByReviews

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

ByReviews orders the results by reviews terms.

func ByReviewsCount

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

ByReviewsCount orders the results by reviews count.

func ByScopeField

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

ByScopeField orders the results by scope field.

func ByScopeID

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

ByScopeID orders the results by the scope_id field.

func ByScopeName

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

ByScopeName orders the results by the scope_name field.

func BySecrets

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

BySecrets orders the results by secrets terms.

func BySecretsCount

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

BySecretsCount orders the results by secrets count.

func ByStatus

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

ByStatus orders the results by the status field.

func BySystemInternalID

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

BySystemInternalID orders the results by the system_internal_id field.

func BySystemOwned

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

BySystemOwned orders the results by the system_owned field.

func ByTasks

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

ByTasks orders the results by tasks terms.

func ByTasksCount

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

ByTasksCount orders the results by tasks count.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

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

ByUpdatedBy orders the results by the updated_by field.

func ByUpdatedByImpersonator

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

ByUpdatedByImpersonator orders the results by the updated_by_impersonator field.

func ByVulnerabilities

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

ByVulnerabilities orders the results by vulnerabilities terms.

func ByVulnerabilitiesCount

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

ByVulnerabilitiesCount orders the results by vulnerabilities count.

Jump to

Keyboard shortcuts

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