group

package
v2.4.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the group type in the database.
	Label = "group"
	// 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"
	// FieldDisplayID holds the string denoting the display_id field in the database.
	FieldDisplayID = "display_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// FieldOwnerID holds the string denoting the owner_id field in the database.
	FieldOwnerID = "owner_id"
	// 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"
	// FieldIsManaged holds the string denoting the is_managed field in the database.
	FieldIsManaged = "is_managed"
	// FieldGravatarLogoURL holds the string denoting the gravatar_logo_url field in the database.
	FieldGravatarLogoURL = "gravatar_logo_url"
	// FieldLogoURL holds the string denoting the logo_url field in the database.
	FieldLogoURL = "logo_url"
	// FieldAvatarLocalFileID holds the string denoting the avatar_local_file_id field in the database.
	FieldAvatarLocalFileID = "avatar_local_file_id"
	// FieldDisplayName holds the string denoting the display_name field in the database.
	FieldDisplayName = "display_name"
	// FieldOscalRole holds the string denoting the oscal_role field in the database.
	FieldOscalRole = "oscal_role"
	// FieldOscalPartyUUID holds the string denoting the oscal_party_uuid field in the database.
	FieldOscalPartyUUID = "oscal_party_uuid"
	// FieldOscalContactUuids holds the string denoting the oscal_contact_uuids field in the database.
	FieldOscalContactUuids = "oscal_contact_uuids"
	// FieldScimExternalID holds the string denoting the scim_external_id field in the database.
	FieldScimExternalID = "scim_external_id"
	// FieldScimDisplayName holds the string denoting the scim_display_name field in the database.
	FieldScimDisplayName = "scim_display_name"
	// FieldScimActive holds the string denoting the scim_active field in the database.
	FieldScimActive = "scim_active"
	// FieldScimGroupMailing holds the string denoting the scim_group_mailing field in the database.
	FieldScimGroupMailing = "scim_group_mailing"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeProgramEditors holds the string denoting the program_editors edge name in mutations.
	EdgeProgramEditors = "program_editors"
	// EdgeProgramBlockedGroups holds the string denoting the program_blocked_groups edge name in mutations.
	EdgeProgramBlockedGroups = "program_blocked_groups"
	// EdgeProgramViewers holds the string denoting the program_viewers edge name in mutations.
	EdgeProgramViewers = "program_viewers"
	// EdgeRiskEditors holds the string denoting the risk_editors edge name in mutations.
	EdgeRiskEditors = "risk_editors"
	// EdgeRiskBlockedGroups holds the string denoting the risk_blocked_groups edge name in mutations.
	EdgeRiskBlockedGroups = "risk_blocked_groups"
	// EdgeRiskViewers holds the string denoting the risk_viewers edge name in mutations.
	EdgeRiskViewers = "risk_viewers"
	// EdgeControlObjectiveEditors holds the string denoting the control_objective_editors edge name in mutations.
	EdgeControlObjectiveEditors = "control_objective_editors"
	// EdgeControlObjectiveBlockedGroups holds the string denoting the control_objective_blocked_groups edge name in mutations.
	EdgeControlObjectiveBlockedGroups = "control_objective_blocked_groups"
	// EdgeControlObjectiveViewers holds the string denoting the control_objective_viewers edge name in mutations.
	EdgeControlObjectiveViewers = "control_objective_viewers"
	// EdgeNarrativeEditors holds the string denoting the narrative_editors edge name in mutations.
	EdgeNarrativeEditors = "narrative_editors"
	// EdgeNarrativeBlockedGroups holds the string denoting the narrative_blocked_groups edge name in mutations.
	EdgeNarrativeBlockedGroups = "narrative_blocked_groups"
	// EdgeNarrativeViewers holds the string denoting the narrative_viewers edge name in mutations.
	EdgeNarrativeViewers = "narrative_viewers"
	// EdgeControlImplementationEditors holds the string denoting the control_implementation_editors edge name in mutations.
	EdgeControlImplementationEditors = "control_implementation_editors"
	// EdgeControlImplementationBlockedGroups holds the string denoting the control_implementation_blocked_groups edge name in mutations.
	EdgeControlImplementationBlockedGroups = "control_implementation_blocked_groups"
	// EdgeControlImplementationViewers holds the string denoting the control_implementation_viewers edge name in mutations.
	EdgeControlImplementationViewers = "control_implementation_viewers"
	// EdgeActionPlanEditors holds the string denoting the action_plan_editors edge name in mutations.
	EdgeActionPlanEditors = "action_plan_editors"
	// EdgeActionPlanBlockedGroups holds the string denoting the action_plan_blocked_groups edge name in mutations.
	EdgeActionPlanBlockedGroups = "action_plan_blocked_groups"
	// EdgeActionPlanViewers holds the string denoting the action_plan_viewers edge name in mutations.
	EdgeActionPlanViewers = "action_plan_viewers"
	// EdgePlatformEditors holds the string denoting the platform_editors edge name in mutations.
	EdgePlatformEditors = "platform_editors"
	// EdgePlatformBlockedGroups holds the string denoting the platform_blocked_groups edge name in mutations.
	EdgePlatformBlockedGroups = "platform_blocked_groups"
	// EdgePlatformViewers holds the string denoting the platform_viewers edge name in mutations.
	EdgePlatformViewers = "platform_viewers"
	// EdgeCampaignEditors holds the string denoting the campaign_editors edge name in mutations.
	EdgeCampaignEditors = "campaign_editors"
	// EdgeCampaignBlockedGroups holds the string denoting the campaign_blocked_groups edge name in mutations.
	EdgeCampaignBlockedGroups = "campaign_blocked_groups"
	// EdgeCampaignViewers holds the string denoting the campaign_viewers edge name in mutations.
	EdgeCampaignViewers = "campaign_viewers"
	// EdgeProcedureEditors holds the string denoting the procedure_editors edge name in mutations.
	EdgeProcedureEditors = "procedure_editors"
	// EdgeProcedureBlockedGroups holds the string denoting the procedure_blocked_groups edge name in mutations.
	EdgeProcedureBlockedGroups = "procedure_blocked_groups"
	// EdgeInternalPolicyEditors holds the string denoting the internal_policy_editors edge name in mutations.
	EdgeInternalPolicyEditors = "internal_policy_editors"
	// EdgeInternalPolicyBlockedGroups holds the string denoting the internal_policy_blocked_groups edge name in mutations.
	EdgeInternalPolicyBlockedGroups = "internal_policy_blocked_groups"
	// EdgeControlEditors holds the string denoting the control_editors edge name in mutations.
	EdgeControlEditors = "control_editors"
	// EdgeControlBlockedGroups holds the string denoting the control_blocked_groups edge name in mutations.
	EdgeControlBlockedGroups = "control_blocked_groups"
	// EdgeMappedControlEditors holds the string denoting the mapped_control_editors edge name in mutations.
	EdgeMappedControlEditors = "mapped_control_editors"
	// EdgeMappedControlBlockedGroups holds the string denoting the mapped_control_blocked_groups edge name in mutations.
	EdgeMappedControlBlockedGroups = "mapped_control_blocked_groups"
	// EdgeScanEditors holds the string denoting the scan_editors edge name in mutations.
	EdgeScanEditors = "scan_editors"
	// EdgeScanBlockedGroups holds the string denoting the scan_blocked_groups edge name in mutations.
	EdgeScanBlockedGroups = "scan_blocked_groups"
	// EdgeEntityEditors holds the string denoting the entity_editors edge name in mutations.
	EdgeEntityEditors = "entity_editors"
	// EdgeEntityBlockedGroups holds the string denoting the entity_blocked_groups edge name in mutations.
	EdgeEntityBlockedGroups = "entity_blocked_groups"
	// EdgeFindingEditors holds the string denoting the finding_editors edge name in mutations.
	EdgeFindingEditors = "finding_editors"
	// EdgeFindingBlockedGroups holds the string denoting the finding_blocked_groups edge name in mutations.
	EdgeFindingBlockedGroups = "finding_blocked_groups"
	// EdgeReviewEditors holds the string denoting the review_editors edge name in mutations.
	EdgeReviewEditors = "review_editors"
	// EdgeReviewBlockedGroups holds the string denoting the review_blocked_groups edge name in mutations.
	EdgeReviewBlockedGroups = "review_blocked_groups"
	// EdgeRemediationEditors holds the string denoting the remediation_editors edge name in mutations.
	EdgeRemediationEditors = "remediation_editors"
	// EdgeRemediationBlockedGroups holds the string denoting the remediation_blocked_groups edge name in mutations.
	EdgeRemediationBlockedGroups = "remediation_blocked_groups"
	// EdgeSetting holds the string denoting the setting edge name in mutations.
	EdgeSetting = "setting"
	// EdgeUsers holds the string denoting the users edge name in mutations.
	EdgeUsers = "users"
	// EdgeEvents holds the string denoting the events edge name in mutations.
	EdgeEvents = "events"
	// EdgeIntegrations holds the string denoting the integrations edge name in mutations.
	EdgeIntegrations = "integrations"
	// EdgeAvatarFile holds the string denoting the avatar_file edge name in mutations.
	EdgeAvatarFile = "avatar_file"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgeCampaigns holds the string denoting the campaigns edge name in mutations.
	EdgeCampaigns = "campaigns"
	// EdgeCampaignTargets holds the string denoting the campaign_targets edge name in mutations.
	EdgeCampaignTargets = "campaign_targets"
	// EdgeInvites holds the string denoting the invites edge name in mutations.
	EdgeInvites = "invites"
	// EdgeMembers holds the string denoting the members edge name in mutations.
	EdgeMembers = "members"
	// Table holds the table name of the group in the database.
	Table = "groups"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "groups"
	// 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"
	// ProgramEditorsTable is the table that holds the program_editors relation/edge. The primary key declared below.
	ProgramEditorsTable = "program_editors"
	// ProgramEditorsInverseTable is the table name for the Program entity.
	// It exists in this package in order to avoid circular dependency with the "program" package.
	ProgramEditorsInverseTable = "programs"
	// ProgramBlockedGroupsTable is the table that holds the program_blocked_groups relation/edge. The primary key declared below.
	ProgramBlockedGroupsTable = "program_blocked_groups"
	// ProgramBlockedGroupsInverseTable is the table name for the Program entity.
	// It exists in this package in order to avoid circular dependency with the "program" package.
	ProgramBlockedGroupsInverseTable = "programs"
	// ProgramViewersTable is the table that holds the program_viewers relation/edge. The primary key declared below.
	ProgramViewersTable = "program_viewers"
	// ProgramViewersInverseTable is the table name for the Program entity.
	// It exists in this package in order to avoid circular dependency with the "program" package.
	ProgramViewersInverseTable = "programs"
	// RiskEditorsTable is the table that holds the risk_editors relation/edge. The primary key declared below.
	RiskEditorsTable = "risk_editors"
	// RiskEditorsInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RiskEditorsInverseTable = "risks"
	// RiskBlockedGroupsTable is the table that holds the risk_blocked_groups relation/edge. The primary key declared below.
	RiskBlockedGroupsTable = "risk_blocked_groups"
	// RiskBlockedGroupsInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RiskBlockedGroupsInverseTable = "risks"
	// RiskViewersTable is the table that holds the risk_viewers relation/edge. The primary key declared below.
	RiskViewersTable = "risk_viewers"
	// RiskViewersInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RiskViewersInverseTable = "risks"
	// ControlObjectiveEditorsTable is the table that holds the control_objective_editors relation/edge. The primary key declared below.
	ControlObjectiveEditorsTable = "control_objective_editors"
	// ControlObjectiveEditorsInverseTable is the table name for the ControlObjective entity.
	// It exists in this package in order to avoid circular dependency with the "controlobjective" package.
	ControlObjectiveEditorsInverseTable = "control_objectives"
	// ControlObjectiveBlockedGroupsTable is the table that holds the control_objective_blocked_groups relation/edge. The primary key declared below.
	ControlObjectiveBlockedGroupsTable = "control_objective_blocked_groups"
	// ControlObjectiveBlockedGroupsInverseTable is the table name for the ControlObjective entity.
	// It exists in this package in order to avoid circular dependency with the "controlobjective" package.
	ControlObjectiveBlockedGroupsInverseTable = "control_objectives"
	// ControlObjectiveViewersTable is the table that holds the control_objective_viewers relation/edge. The primary key declared below.
	ControlObjectiveViewersTable = "control_objective_viewers"
	// ControlObjectiveViewersInverseTable is the table name for the ControlObjective entity.
	// It exists in this package in order to avoid circular dependency with the "controlobjective" package.
	ControlObjectiveViewersInverseTable = "control_objectives"
	// NarrativeEditorsTable is the table that holds the narrative_editors relation/edge. The primary key declared below.
	NarrativeEditorsTable = "narrative_editors"
	// NarrativeEditorsInverseTable is the table name for the Narrative entity.
	// It exists in this package in order to avoid circular dependency with the "narrative" package.
	NarrativeEditorsInverseTable = "narratives"
	// NarrativeBlockedGroupsTable is the table that holds the narrative_blocked_groups relation/edge. The primary key declared below.
	NarrativeBlockedGroupsTable = "narrative_blocked_groups"
	// NarrativeBlockedGroupsInverseTable is the table name for the Narrative entity.
	// It exists in this package in order to avoid circular dependency with the "narrative" package.
	NarrativeBlockedGroupsInverseTable = "narratives"
	// NarrativeViewersTable is the table that holds the narrative_viewers relation/edge. The primary key declared below.
	NarrativeViewersTable = "narrative_viewers"
	// NarrativeViewersInverseTable is the table name for the Narrative entity.
	// It exists in this package in order to avoid circular dependency with the "narrative" package.
	NarrativeViewersInverseTable = "narratives"
	// ControlImplementationEditorsTable is the table that holds the control_implementation_editors relation/edge. The primary key declared below.
	ControlImplementationEditorsTable = "control_implementation_editors"
	// ControlImplementationEditorsInverseTable is the table name for the ControlImplementation entity.
	// It exists in this package in order to avoid circular dependency with the "controlimplementation" package.
	ControlImplementationEditorsInverseTable = "control_implementations"
	// ControlImplementationBlockedGroupsTable is the table that holds the control_implementation_blocked_groups relation/edge. The primary key declared below.
	ControlImplementationBlockedGroupsTable = "control_implementation_blocked_groups"
	// ControlImplementationBlockedGroupsInverseTable is the table name for the ControlImplementation entity.
	// It exists in this package in order to avoid circular dependency with the "controlimplementation" package.
	ControlImplementationBlockedGroupsInverseTable = "control_implementations"
	// ControlImplementationViewersTable is the table that holds the control_implementation_viewers relation/edge. The primary key declared below.
	ControlImplementationViewersTable = "control_implementation_viewers"
	// ControlImplementationViewersInverseTable is the table name for the ControlImplementation entity.
	// It exists in this package in order to avoid circular dependency with the "controlimplementation" package.
	ControlImplementationViewersInverseTable = "control_implementations"
	// ActionPlanEditorsTable is the table that holds the action_plan_editors relation/edge. The primary key declared below.
	ActionPlanEditorsTable = "action_plan_editors"
	// ActionPlanEditorsInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlanEditorsInverseTable = "action_plans"
	// ActionPlanBlockedGroupsTable is the table that holds the action_plan_blocked_groups relation/edge. The primary key declared below.
	ActionPlanBlockedGroupsTable = "action_plan_blocked_groups"
	// ActionPlanBlockedGroupsInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlanBlockedGroupsInverseTable = "action_plans"
	// ActionPlanViewersTable is the table that holds the action_plan_viewers relation/edge. The primary key declared below.
	ActionPlanViewersTable = "action_plan_viewers"
	// ActionPlanViewersInverseTable is the table name for the ActionPlan entity.
	// It exists in this package in order to avoid circular dependency with the "actionplan" package.
	ActionPlanViewersInverseTable = "action_plans"
	// PlatformEditorsTable is the table that holds the platform_editors relation/edge. The primary key declared below.
	PlatformEditorsTable = "platform_editors"
	// PlatformEditorsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformEditorsInverseTable = "platforms"
	// PlatformBlockedGroupsTable is the table that holds the platform_blocked_groups relation/edge. The primary key declared below.
	PlatformBlockedGroupsTable = "platform_blocked_groups"
	// PlatformBlockedGroupsInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformBlockedGroupsInverseTable = "platforms"
	// PlatformViewersTable is the table that holds the platform_viewers relation/edge. The primary key declared below.
	PlatformViewersTable = "platform_viewers"
	// PlatformViewersInverseTable is the table name for the Platform entity.
	// It exists in this package in order to avoid circular dependency with the "platform" package.
	PlatformViewersInverseTable = "platforms"
	// CampaignEditorsTable is the table that holds the campaign_editors relation/edge. The primary key declared below.
	CampaignEditorsTable = "campaign_editors"
	// CampaignEditorsInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignEditorsInverseTable = "campaigns"
	// CampaignBlockedGroupsTable is the table that holds the campaign_blocked_groups relation/edge. The primary key declared below.
	CampaignBlockedGroupsTable = "campaign_blocked_groups"
	// CampaignBlockedGroupsInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignBlockedGroupsInverseTable = "campaigns"
	// CampaignViewersTable is the table that holds the campaign_viewers relation/edge. The primary key declared below.
	CampaignViewersTable = "campaign_viewers"
	// CampaignViewersInverseTable is the table name for the Campaign entity.
	// It exists in this package in order to avoid circular dependency with the "campaign" package.
	CampaignViewersInverseTable = "campaigns"
	// ProcedureEditorsTable is the table that holds the procedure_editors relation/edge. The primary key declared below.
	ProcedureEditorsTable = "procedure_editors"
	// ProcedureEditorsInverseTable is the table name for the Procedure entity.
	// It exists in this package in order to avoid circular dependency with the "procedure" package.
	ProcedureEditorsInverseTable = "procedures"
	// ProcedureBlockedGroupsTable is the table that holds the procedure_blocked_groups relation/edge. The primary key declared below.
	ProcedureBlockedGroupsTable = "procedure_blocked_groups"
	// ProcedureBlockedGroupsInverseTable is the table name for the Procedure entity.
	// It exists in this package in order to avoid circular dependency with the "procedure" package.
	ProcedureBlockedGroupsInverseTable = "procedures"
	// InternalPolicyEditorsTable is the table that holds the internal_policy_editors relation/edge. The primary key declared below.
	InternalPolicyEditorsTable = "internal_policy_editors"
	// InternalPolicyEditorsInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPolicyEditorsInverseTable = "internal_policies"
	// InternalPolicyBlockedGroupsTable is the table that holds the internal_policy_blocked_groups relation/edge. The primary key declared below.
	InternalPolicyBlockedGroupsTable = "internal_policy_blocked_groups"
	// InternalPolicyBlockedGroupsInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPolicyBlockedGroupsInverseTable = "internal_policies"
	// ControlEditorsTable is the table that holds the control_editors relation/edge. The primary key declared below.
	ControlEditorsTable = "control_editors"
	// ControlEditorsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlEditorsInverseTable = "controls"
	// ControlBlockedGroupsTable is the table that holds the control_blocked_groups relation/edge. The primary key declared below.
	ControlBlockedGroupsTable = "control_blocked_groups"
	// ControlBlockedGroupsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlBlockedGroupsInverseTable = "controls"
	// MappedControlEditorsTable is the table that holds the mapped_control_editors relation/edge. The primary key declared below.
	MappedControlEditorsTable = "mapped_control_editors"
	// MappedControlEditorsInverseTable is the table name for the MappedControl entity.
	// It exists in this package in order to avoid circular dependency with the "mappedcontrol" package.
	MappedControlEditorsInverseTable = "mapped_controls"
	// MappedControlBlockedGroupsTable is the table that holds the mapped_control_blocked_groups relation/edge. The primary key declared below.
	MappedControlBlockedGroupsTable = "mapped_control_blocked_groups"
	// MappedControlBlockedGroupsInverseTable is the table name for the MappedControl entity.
	// It exists in this package in order to avoid circular dependency with the "mappedcontrol" package.
	MappedControlBlockedGroupsInverseTable = "mapped_controls"
	// ScanEditorsTable is the table that holds the scan_editors relation/edge. The primary key declared below.
	ScanEditorsTable = "scan_editors"
	// ScanEditorsInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScanEditorsInverseTable = "scans"
	// ScanBlockedGroupsTable is the table that holds the scan_blocked_groups relation/edge. The primary key declared below.
	ScanBlockedGroupsTable = "scan_blocked_groups"
	// ScanBlockedGroupsInverseTable is the table name for the Scan entity.
	// It exists in this package in order to avoid circular dependency with the "scan" package.
	ScanBlockedGroupsInverseTable = "scans"
	// EntityEditorsTable is the table that holds the entity_editors relation/edge. The primary key declared below.
	EntityEditorsTable = "entity_editors"
	// EntityEditorsInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntityEditorsInverseTable = "entities"
	// EntityBlockedGroupsTable is the table that holds the entity_blocked_groups relation/edge. The primary key declared below.
	EntityBlockedGroupsTable = "entity_blocked_groups"
	// EntityBlockedGroupsInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntityBlockedGroupsInverseTable = "entities"
	// FindingEditorsTable is the table that holds the finding_editors relation/edge. The primary key declared below.
	FindingEditorsTable = "finding_editors"
	// FindingEditorsInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingEditorsInverseTable = "findings"
	// FindingBlockedGroupsTable is the table that holds the finding_blocked_groups relation/edge. The primary key declared below.
	FindingBlockedGroupsTable = "finding_blocked_groups"
	// FindingBlockedGroupsInverseTable is the table name for the Finding entity.
	// It exists in this package in order to avoid circular dependency with the "finding" package.
	FindingBlockedGroupsInverseTable = "findings"
	// ReviewEditorsTable is the table that holds the review_editors relation/edge. The primary key declared below.
	ReviewEditorsTable = "review_editors"
	// ReviewEditorsInverseTable is the table name for the Review entity.
	// It exists in this package in order to avoid circular dependency with the "review" package.
	ReviewEditorsInverseTable = "reviews"
	// ReviewBlockedGroupsTable is the table that holds the review_blocked_groups relation/edge. The primary key declared below.
	ReviewBlockedGroupsTable = "review_blocked_groups"
	// ReviewBlockedGroupsInverseTable is the table name for the Review entity.
	// It exists in this package in order to avoid circular dependency with the "review" package.
	ReviewBlockedGroupsInverseTable = "reviews"
	// RemediationEditorsTable is the table that holds the remediation_editors relation/edge. The primary key declared below.
	RemediationEditorsTable = "remediation_editors"
	// RemediationEditorsInverseTable is the table name for the Remediation entity.
	// It exists in this package in order to avoid circular dependency with the "remediation" package.
	RemediationEditorsInverseTable = "remediations"
	// RemediationBlockedGroupsTable is the table that holds the remediation_blocked_groups relation/edge. The primary key declared below.
	RemediationBlockedGroupsTable = "remediation_blocked_groups"
	// RemediationBlockedGroupsInverseTable is the table name for the Remediation entity.
	// It exists in this package in order to avoid circular dependency with the "remediation" package.
	RemediationBlockedGroupsInverseTable = "remediations"
	// SettingTable is the table that holds the setting relation/edge.
	SettingTable = "group_settings"
	// SettingInverseTable is the table name for the GroupSetting entity.
	// It exists in this package in order to avoid circular dependency with the "groupsetting" package.
	SettingInverseTable = "group_settings"
	// SettingColumn is the table column denoting the setting relation/edge.
	SettingColumn = "group_id"
	// UsersTable is the table that holds the users relation/edge. The primary key declared below.
	UsersTable = "group_memberships"
	// UsersInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	UsersInverseTable = "users"
	// EventsTable is the table that holds the events relation/edge. The primary key declared below.
	EventsTable = "group_events"
	// EventsInverseTable is the table name for the Event entity.
	// It exists in this package in order to avoid circular dependency with the "event" package.
	EventsInverseTable = "events"
	// IntegrationsTable is the table that holds the integrations relation/edge.
	IntegrationsTable = "integrations"
	// IntegrationsInverseTable is the table name for the Integration entity.
	// It exists in this package in order to avoid circular dependency with the "integration" package.
	IntegrationsInverseTable = "integrations"
	// IntegrationsColumn is the table column denoting the integrations relation/edge.
	IntegrationsColumn = "group_integrations"
	// AvatarFileTable is the table that holds the avatar_file relation/edge.
	AvatarFileTable = "groups"
	// AvatarFileInverseTable is the table name for the File entity.
	// It exists in this package in order to avoid circular dependency with the "file" package.
	AvatarFileInverseTable = "files"
	// AvatarFileColumn is the table column denoting the avatar_file relation/edge.
	AvatarFileColumn = "avatar_local_file_id"
	// FilesTable is the table that holds the files relation/edge. The primary key declared below.
	FilesTable = "group_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"
	// TasksTable is the table that holds the tasks relation/edge. The primary key declared below.
	TasksTable = "group_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"
	// CampaignsTable is the table that holds the campaigns relation/edge. The primary key declared below.
	CampaignsTable = "campaign_groups"
	// 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"
	// CampaignTargetsTable is the table that holds the campaign_targets relation/edge.
	CampaignTargetsTable = "campaign_targets"
	// CampaignTargetsInverseTable is the table name for the CampaignTarget entity.
	// It exists in this package in order to avoid circular dependency with the "campaigntarget" package.
	CampaignTargetsInverseTable = "campaign_targets"
	// CampaignTargetsColumn is the table column denoting the campaign_targets relation/edge.
	CampaignTargetsColumn = "group_id"
	// InvitesTable is the table that holds the invites relation/edge. The primary key declared below.
	InvitesTable = "invite_groups"
	// InvitesInverseTable is the table name for the Invite entity.
	// It exists in this package in order to avoid circular dependency with the "invite" package.
	InvitesInverseTable = "invites"
	// MembersTable is the table that holds the members relation/edge.
	MembersTable = "group_memberships"
	// MembersInverseTable is the table name for the GroupMembership entity.
	// It exists in this package in order to avoid circular dependency with the "groupmembership" package.
	MembersInverseTable = "group_memberships"
	// MembersColumn is the table column denoting the members relation/edge.
	MembersColumn = "group_id"
)

Variables

View Source
var (
	// ProgramEditorsPrimaryKey and ProgramEditorsColumn2 are the table columns denoting the
	// primary key for the program_editors relation (M2M).
	ProgramEditorsPrimaryKey = []string{"program_id", "group_id"}
	// ProgramBlockedGroupsPrimaryKey and ProgramBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the program_blocked_groups relation (M2M).
	ProgramBlockedGroupsPrimaryKey = []string{"program_id", "group_id"}
	// ProgramViewersPrimaryKey and ProgramViewersColumn2 are the table columns denoting the
	// primary key for the program_viewers relation (M2M).
	ProgramViewersPrimaryKey = []string{"program_id", "group_id"}
	// RiskEditorsPrimaryKey and RiskEditorsColumn2 are the table columns denoting the
	// primary key for the risk_editors relation (M2M).
	RiskEditorsPrimaryKey = []string{"risk_id", "group_id"}
	// RiskBlockedGroupsPrimaryKey and RiskBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the risk_blocked_groups relation (M2M).
	RiskBlockedGroupsPrimaryKey = []string{"risk_id", "group_id"}
	// RiskViewersPrimaryKey and RiskViewersColumn2 are the table columns denoting the
	// primary key for the risk_viewers relation (M2M).
	RiskViewersPrimaryKey = []string{"risk_id", "group_id"}
	// ControlObjectiveEditorsPrimaryKey and ControlObjectiveEditorsColumn2 are the table columns denoting the
	// primary key for the control_objective_editors relation (M2M).
	ControlObjectiveEditorsPrimaryKey = []string{"control_objective_id", "group_id"}
	// ControlObjectiveBlockedGroupsPrimaryKey and ControlObjectiveBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the control_objective_blocked_groups relation (M2M).
	ControlObjectiveBlockedGroupsPrimaryKey = []string{"control_objective_id", "group_id"}
	// ControlObjectiveViewersPrimaryKey and ControlObjectiveViewersColumn2 are the table columns denoting the
	// primary key for the control_objective_viewers relation (M2M).
	ControlObjectiveViewersPrimaryKey = []string{"control_objective_id", "group_id"}
	// NarrativeEditorsPrimaryKey and NarrativeEditorsColumn2 are the table columns denoting the
	// primary key for the narrative_editors relation (M2M).
	NarrativeEditorsPrimaryKey = []string{"narrative_id", "group_id"}
	// NarrativeBlockedGroupsPrimaryKey and NarrativeBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the narrative_blocked_groups relation (M2M).
	NarrativeBlockedGroupsPrimaryKey = []string{"narrative_id", "group_id"}
	// NarrativeViewersPrimaryKey and NarrativeViewersColumn2 are the table columns denoting the
	// primary key for the narrative_viewers relation (M2M).
	NarrativeViewersPrimaryKey = []string{"narrative_id", "group_id"}
	// ControlImplementationEditorsPrimaryKey and ControlImplementationEditorsColumn2 are the table columns denoting the
	// primary key for the control_implementation_editors relation (M2M).
	ControlImplementationEditorsPrimaryKey = []string{"control_implementation_id", "group_id"}
	// ControlImplementationBlockedGroupsPrimaryKey and ControlImplementationBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the control_implementation_blocked_groups relation (M2M).
	ControlImplementationBlockedGroupsPrimaryKey = []string{"control_implementation_id", "group_id"}
	// ControlImplementationViewersPrimaryKey and ControlImplementationViewersColumn2 are the table columns denoting the
	// primary key for the control_implementation_viewers relation (M2M).
	ControlImplementationViewersPrimaryKey = []string{"control_implementation_id", "group_id"}
	// ActionPlanEditorsPrimaryKey and ActionPlanEditorsColumn2 are the table columns denoting the
	// primary key for the action_plan_editors relation (M2M).
	ActionPlanEditorsPrimaryKey = []string{"action_plan_id", "group_id"}
	// ActionPlanBlockedGroupsPrimaryKey and ActionPlanBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the action_plan_blocked_groups relation (M2M).
	ActionPlanBlockedGroupsPrimaryKey = []string{"action_plan_id", "group_id"}
	// ActionPlanViewersPrimaryKey and ActionPlanViewersColumn2 are the table columns denoting the
	// primary key for the action_plan_viewers relation (M2M).
	ActionPlanViewersPrimaryKey = []string{"action_plan_id", "group_id"}
	// PlatformEditorsPrimaryKey and PlatformEditorsColumn2 are the table columns denoting the
	// primary key for the platform_editors relation (M2M).
	PlatformEditorsPrimaryKey = []string{"platform_id", "group_id"}
	// PlatformBlockedGroupsPrimaryKey and PlatformBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the platform_blocked_groups relation (M2M).
	PlatformBlockedGroupsPrimaryKey = []string{"platform_id", "group_id"}
	// PlatformViewersPrimaryKey and PlatformViewersColumn2 are the table columns denoting the
	// primary key for the platform_viewers relation (M2M).
	PlatformViewersPrimaryKey = []string{"platform_id", "group_id"}
	// CampaignEditorsPrimaryKey and CampaignEditorsColumn2 are the table columns denoting the
	// primary key for the campaign_editors relation (M2M).
	CampaignEditorsPrimaryKey = []string{"campaign_id", "group_id"}
	// CampaignBlockedGroupsPrimaryKey and CampaignBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the campaign_blocked_groups relation (M2M).
	CampaignBlockedGroupsPrimaryKey = []string{"campaign_id", "group_id"}
	// CampaignViewersPrimaryKey and CampaignViewersColumn2 are the table columns denoting the
	// primary key for the campaign_viewers relation (M2M).
	CampaignViewersPrimaryKey = []string{"campaign_id", "group_id"}
	// ProcedureEditorsPrimaryKey and ProcedureEditorsColumn2 are the table columns denoting the
	// primary key for the procedure_editors relation (M2M).
	ProcedureEditorsPrimaryKey = []string{"procedure_id", "group_id"}
	// ProcedureBlockedGroupsPrimaryKey and ProcedureBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the procedure_blocked_groups relation (M2M).
	ProcedureBlockedGroupsPrimaryKey = []string{"procedure_id", "group_id"}
	// InternalPolicyEditorsPrimaryKey and InternalPolicyEditorsColumn2 are the table columns denoting the
	// primary key for the internal_policy_editors relation (M2M).
	InternalPolicyEditorsPrimaryKey = []string{"internal_policy_id", "group_id"}
	// InternalPolicyBlockedGroupsPrimaryKey and InternalPolicyBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the internal_policy_blocked_groups relation (M2M).
	InternalPolicyBlockedGroupsPrimaryKey = []string{"internal_policy_id", "group_id"}
	// ControlEditorsPrimaryKey and ControlEditorsColumn2 are the table columns denoting the
	// primary key for the control_editors relation (M2M).
	ControlEditorsPrimaryKey = []string{"control_id", "group_id"}
	// ControlBlockedGroupsPrimaryKey and ControlBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the control_blocked_groups relation (M2M).
	ControlBlockedGroupsPrimaryKey = []string{"control_id", "group_id"}
	// MappedControlEditorsPrimaryKey and MappedControlEditorsColumn2 are the table columns denoting the
	// primary key for the mapped_control_editors relation (M2M).
	MappedControlEditorsPrimaryKey = []string{"mapped_control_id", "group_id"}
	// MappedControlBlockedGroupsPrimaryKey and MappedControlBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the mapped_control_blocked_groups relation (M2M).
	MappedControlBlockedGroupsPrimaryKey = []string{"mapped_control_id", "group_id"}
	// ScanEditorsPrimaryKey and ScanEditorsColumn2 are the table columns denoting the
	// primary key for the scan_editors relation (M2M).
	ScanEditorsPrimaryKey = []string{"scan_id", "group_id"}
	// ScanBlockedGroupsPrimaryKey and ScanBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the scan_blocked_groups relation (M2M).
	ScanBlockedGroupsPrimaryKey = []string{"scan_id", "group_id"}
	// EntityEditorsPrimaryKey and EntityEditorsColumn2 are the table columns denoting the
	// primary key for the entity_editors relation (M2M).
	EntityEditorsPrimaryKey = []string{"entity_id", "group_id"}
	// EntityBlockedGroupsPrimaryKey and EntityBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the entity_blocked_groups relation (M2M).
	EntityBlockedGroupsPrimaryKey = []string{"entity_id", "group_id"}
	// FindingEditorsPrimaryKey and FindingEditorsColumn2 are the table columns denoting the
	// primary key for the finding_editors relation (M2M).
	FindingEditorsPrimaryKey = []string{"finding_id", "group_id"}
	// FindingBlockedGroupsPrimaryKey and FindingBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the finding_blocked_groups relation (M2M).
	FindingBlockedGroupsPrimaryKey = []string{"finding_id", "group_id"}
	// ReviewEditorsPrimaryKey and ReviewEditorsColumn2 are the table columns denoting the
	// primary key for the review_editors relation (M2M).
	ReviewEditorsPrimaryKey = []string{"review_id", "group_id"}
	// ReviewBlockedGroupsPrimaryKey and ReviewBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the review_blocked_groups relation (M2M).
	ReviewBlockedGroupsPrimaryKey = []string{"review_id", "group_id"}
	// RemediationEditorsPrimaryKey and RemediationEditorsColumn2 are the table columns denoting the
	// primary key for the remediation_editors relation (M2M).
	RemediationEditorsPrimaryKey = []string{"remediation_id", "group_id"}
	// RemediationBlockedGroupsPrimaryKey and RemediationBlockedGroupsColumn2 are the table columns denoting the
	// primary key for the remediation_blocked_groups relation (M2M).
	RemediationBlockedGroupsPrimaryKey = []string{"remediation_id", "group_id"}
	// UsersPrimaryKey and UsersColumn2 are the table columns denoting the
	// primary key for the users relation (M2M).
	UsersPrimaryKey = []string{"user_id", "group_id"}
	// EventsPrimaryKey and EventsColumn2 are the table columns denoting the
	// primary key for the events relation (M2M).
	EventsPrimaryKey = []string{"group_id", "event_id"}
	// FilesPrimaryKey and FilesColumn2 are the table columns denoting the
	// primary key for the files relation (M2M).
	FilesPrimaryKey = []string{"group_id", "file_id"}
	// TasksPrimaryKey and TasksColumn2 are the table columns denoting the
	// primary key for the tasks relation (M2M).
	TasksPrimaryKey = []string{"group_id", "task_id"}
	// CampaignsPrimaryKey and CampaignsColumn2 are the table columns denoting the
	// primary key for the campaigns relation (M2M).
	CampaignsPrimaryKey = []string{"campaign_id", "group_id"}
	// InvitesPrimaryKey and InvitesColumn2 are the table columns denoting the
	// primary key for the invites relation (M2M).
	InvitesPrimaryKey = []string{"invite_id", "group_id"}
)
View Source
var (
	Hooks        [11]ent.Hook
	Interceptors [3]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DisplayIDValidator is a validator for the "display_id" field. It is called by the builders before save.
	DisplayIDValidator func(string) error
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// OwnerIDValidator is a validator for the "owner_id" field. It is called by the builders before save.
	OwnerIDValidator func(string) error
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DefaultIsManaged holds the default value on creation for the "is_managed" field.
	DefaultIsManaged bool
	// GravatarLogoURLValidator is a validator for the "gravatar_logo_url" field. It is called by the builders before save.
	GravatarLogoURLValidator func(string) error
	// LogoURLValidator is a validator for the "logo_url" field. It is called by the builders before save.
	LogoURLValidator func(string) error
	// DefaultDisplayName holds the default value on creation for the "display_name" field.
	DefaultDisplayName string
	// DisplayNameValidator is a validator for the "display_name" field. It is called by the builders before save.
	DisplayNameValidator func(string) error
	// DefaultScimActive holds the default value on creation for the "scim_active" field.
	DefaultScimActive 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 group fields.

View Source
var ForeignKeys = []string{}/* 117 elements not displayed */

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

Functions

func And

func And(predicates ...predicate.Group) predicate.Group

And groups predicates with the AND operator between them.

func AvatarLocalFileID

func AvatarLocalFileID(v string) predicate.Group

AvatarLocalFileID applies equality check predicate on the "avatar_local_file_id" field. It's identical to AvatarLocalFileIDEQ.

func AvatarLocalFileIDContains

func AvatarLocalFileIDContains(v string) predicate.Group

AvatarLocalFileIDContains applies the Contains predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDContainsFold

func AvatarLocalFileIDContainsFold(v string) predicate.Group

AvatarLocalFileIDContainsFold applies the ContainsFold predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDEQ

func AvatarLocalFileIDEQ(v string) predicate.Group

AvatarLocalFileIDEQ applies the EQ predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDEqualFold

func AvatarLocalFileIDEqualFold(v string) predicate.Group

AvatarLocalFileIDEqualFold applies the EqualFold predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDGT

func AvatarLocalFileIDGT(v string) predicate.Group

AvatarLocalFileIDGT applies the GT predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDGTE

func AvatarLocalFileIDGTE(v string) predicate.Group

AvatarLocalFileIDGTE applies the GTE predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDHasPrefix

func AvatarLocalFileIDHasPrefix(v string) predicate.Group

AvatarLocalFileIDHasPrefix applies the HasPrefix predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDHasSuffix

func AvatarLocalFileIDHasSuffix(v string) predicate.Group

AvatarLocalFileIDHasSuffix applies the HasSuffix predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDIn

func AvatarLocalFileIDIn(vs ...string) predicate.Group

AvatarLocalFileIDIn applies the In predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDIsNil

func AvatarLocalFileIDIsNil() predicate.Group

AvatarLocalFileIDIsNil applies the IsNil predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDLT

func AvatarLocalFileIDLT(v string) predicate.Group

AvatarLocalFileIDLT applies the LT predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDLTE

func AvatarLocalFileIDLTE(v string) predicate.Group

AvatarLocalFileIDLTE applies the LTE predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDNEQ

func AvatarLocalFileIDNEQ(v string) predicate.Group

AvatarLocalFileIDNEQ applies the NEQ predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDNotIn

func AvatarLocalFileIDNotIn(vs ...string) predicate.Group

AvatarLocalFileIDNotIn applies the NotIn predicate on the "avatar_local_file_id" field.

func AvatarLocalFileIDNotNil

func AvatarLocalFileIDNotNil() predicate.Group

AvatarLocalFileIDNotNil applies the NotNil predicate on the "avatar_local_file_id" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Group

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Group

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Group

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Group

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Group

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Group

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Group

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Group

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Group

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

func CreatedBy

func CreatedBy(v string) predicate.Group

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

func CreatedByContains

func CreatedByContains(v string) predicate.Group

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Group

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Group

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Group

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

func CreatedByGT

func CreatedByGT(v string) predicate.Group

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Group

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Group

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Group

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Group

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

func CreatedByLT

func CreatedByLT(v string) predicate.Group

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Group

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Group

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Group

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

func DeletedAt

func DeletedAt(v time.Time) predicate.Group

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Group

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Group

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Group

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Group

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Group

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Group

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Group

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Group

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

func DeletedBy

func DeletedBy(v string) predicate.Group

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

func DeletedByContains

func DeletedByContains(v string) predicate.Group

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Group

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Group

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Group

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

func DeletedByGT

func DeletedByGT(v string) predicate.Group

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Group

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Group

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Group

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Group

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

func DeletedByLT

func DeletedByLT(v string) predicate.Group

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Group

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Group

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Group

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

func Description

func Description(v string) predicate.Group

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

func DescriptionContains

func DescriptionContains(v string) predicate.Group

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Group

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.Group

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Group

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

func DescriptionGT

func DescriptionGT(v string) predicate.Group

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.Group

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Group

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Group

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.Group

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

func DescriptionLT

func DescriptionLT(v string) predicate.Group

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.Group

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Group

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.Group

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

func DisplayID

func DisplayID(v string) predicate.Group

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.Group

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.Group

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

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.Group

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.Group

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

func DisplayIDGT

func DisplayIDGT(v string) predicate.Group

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

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.Group

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.Group

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.Group

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

func DisplayIDIn

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

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

func DisplayIDLT

func DisplayIDLT(v string) predicate.Group

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

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.Group

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

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.Group

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

func DisplayIDNotIn

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

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

func DisplayName

func DisplayName(v string) predicate.Group

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

func DisplayNameContains

func DisplayNameContains(v string) predicate.Group

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

func DisplayNameContainsFold

func DisplayNameContainsFold(v string) predicate.Group

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

func DisplayNameEQ

func DisplayNameEQ(v string) predicate.Group

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

func DisplayNameEqualFold

func DisplayNameEqualFold(v string) predicate.Group

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

func DisplayNameGT

func DisplayNameGT(v string) predicate.Group

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

func DisplayNameGTE

func DisplayNameGTE(v string) predicate.Group

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

func DisplayNameHasPrefix

func DisplayNameHasPrefix(v string) predicate.Group

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

func DisplayNameHasSuffix

func DisplayNameHasSuffix(v string) predicate.Group

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

func DisplayNameIn

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

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

func DisplayNameLT

func DisplayNameLT(v string) predicate.Group

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

func DisplayNameLTE

func DisplayNameLTE(v string) predicate.Group

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

func DisplayNameNEQ

func DisplayNameNEQ(v string) predicate.Group

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

func DisplayNameNotIn

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

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

func GravatarLogoURL

func GravatarLogoURL(v string) predicate.Group

GravatarLogoURL applies equality check predicate on the "gravatar_logo_url" field. It's identical to GravatarLogoURLEQ.

func GravatarLogoURLContains

func GravatarLogoURLContains(v string) predicate.Group

GravatarLogoURLContains applies the Contains predicate on the "gravatar_logo_url" field.

func GravatarLogoURLContainsFold

func GravatarLogoURLContainsFold(v string) predicate.Group

GravatarLogoURLContainsFold applies the ContainsFold predicate on the "gravatar_logo_url" field.

func GravatarLogoURLEQ

func GravatarLogoURLEQ(v string) predicate.Group

GravatarLogoURLEQ applies the EQ predicate on the "gravatar_logo_url" field.

func GravatarLogoURLEqualFold

func GravatarLogoURLEqualFold(v string) predicate.Group

GravatarLogoURLEqualFold applies the EqualFold predicate on the "gravatar_logo_url" field.

func GravatarLogoURLGT

func GravatarLogoURLGT(v string) predicate.Group

GravatarLogoURLGT applies the GT predicate on the "gravatar_logo_url" field.

func GravatarLogoURLGTE

func GravatarLogoURLGTE(v string) predicate.Group

GravatarLogoURLGTE applies the GTE predicate on the "gravatar_logo_url" field.

func GravatarLogoURLHasPrefix

func GravatarLogoURLHasPrefix(v string) predicate.Group

GravatarLogoURLHasPrefix applies the HasPrefix predicate on the "gravatar_logo_url" field.

func GravatarLogoURLHasSuffix

func GravatarLogoURLHasSuffix(v string) predicate.Group

GravatarLogoURLHasSuffix applies the HasSuffix predicate on the "gravatar_logo_url" field.

func GravatarLogoURLIn

func GravatarLogoURLIn(vs ...string) predicate.Group

GravatarLogoURLIn applies the In predicate on the "gravatar_logo_url" field.

func GravatarLogoURLIsNil

func GravatarLogoURLIsNil() predicate.Group

GravatarLogoURLIsNil applies the IsNil predicate on the "gravatar_logo_url" field.

func GravatarLogoURLLT

func GravatarLogoURLLT(v string) predicate.Group

GravatarLogoURLLT applies the LT predicate on the "gravatar_logo_url" field.

func GravatarLogoURLLTE

func GravatarLogoURLLTE(v string) predicate.Group

GravatarLogoURLLTE applies the LTE predicate on the "gravatar_logo_url" field.

func GravatarLogoURLNEQ

func GravatarLogoURLNEQ(v string) predicate.Group

GravatarLogoURLNEQ applies the NEQ predicate on the "gravatar_logo_url" field.

func GravatarLogoURLNotIn

func GravatarLogoURLNotIn(vs ...string) predicate.Group

GravatarLogoURLNotIn applies the NotIn predicate on the "gravatar_logo_url" field.

func GravatarLogoURLNotNil

func GravatarLogoURLNotNil() predicate.Group

GravatarLogoURLNotNil applies the NotNil predicate on the "gravatar_logo_url" field.

func HasActionPlanBlockedGroups

func HasActionPlanBlockedGroups() predicate.Group

HasActionPlanBlockedGroups applies the HasEdge predicate on the "action_plan_blocked_groups" edge.

func HasActionPlanBlockedGroupsWith

func HasActionPlanBlockedGroupsWith(preds ...predicate.ActionPlan) predicate.Group

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

func HasActionPlanEditors

func HasActionPlanEditors() predicate.Group

HasActionPlanEditors applies the HasEdge predicate on the "action_plan_editors" edge.

func HasActionPlanEditorsWith

func HasActionPlanEditorsWith(preds ...predicate.ActionPlan) predicate.Group

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

func HasActionPlanViewers

func HasActionPlanViewers() predicate.Group

HasActionPlanViewers applies the HasEdge predicate on the "action_plan_viewers" edge.

func HasActionPlanViewersWith

func HasActionPlanViewersWith(preds ...predicate.ActionPlan) predicate.Group

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

func HasAvatarFile

func HasAvatarFile() predicate.Group

HasAvatarFile applies the HasEdge predicate on the "avatar_file" edge.

func HasAvatarFileWith

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

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

func HasCampaignBlockedGroups

func HasCampaignBlockedGroups() predicate.Group

HasCampaignBlockedGroups applies the HasEdge predicate on the "campaign_blocked_groups" edge.

func HasCampaignBlockedGroupsWith

func HasCampaignBlockedGroupsWith(preds ...predicate.Campaign) predicate.Group

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

func HasCampaignEditors

func HasCampaignEditors() predicate.Group

HasCampaignEditors applies the HasEdge predicate on the "campaign_editors" edge.

func HasCampaignEditorsWith

func HasCampaignEditorsWith(preds ...predicate.Campaign) predicate.Group

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

func HasCampaignTargets

func HasCampaignTargets() predicate.Group

HasCampaignTargets applies the HasEdge predicate on the "campaign_targets" edge.

func HasCampaignTargetsWith

func HasCampaignTargetsWith(preds ...predicate.CampaignTarget) predicate.Group

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

func HasCampaignViewers

func HasCampaignViewers() predicate.Group

HasCampaignViewers applies the HasEdge predicate on the "campaign_viewers" edge.

func HasCampaignViewersWith

func HasCampaignViewersWith(preds ...predicate.Campaign) predicate.Group

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

func HasCampaigns

func HasCampaigns() predicate.Group

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

func HasCampaignsWith

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

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

func HasControlBlockedGroups

func HasControlBlockedGroups() predicate.Group

HasControlBlockedGroups applies the HasEdge predicate on the "control_blocked_groups" edge.

func HasControlBlockedGroupsWith

func HasControlBlockedGroupsWith(preds ...predicate.Control) predicate.Group

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

func HasControlEditors

func HasControlEditors() predicate.Group

HasControlEditors applies the HasEdge predicate on the "control_editors" edge.

func HasControlEditorsWith

func HasControlEditorsWith(preds ...predicate.Control) predicate.Group

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

func HasControlImplementationBlockedGroups

func HasControlImplementationBlockedGroups() predicate.Group

HasControlImplementationBlockedGroups applies the HasEdge predicate on the "control_implementation_blocked_groups" edge.

func HasControlImplementationBlockedGroupsWith

func HasControlImplementationBlockedGroupsWith(preds ...predicate.ControlImplementation) predicate.Group

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

func HasControlImplementationEditors

func HasControlImplementationEditors() predicate.Group

HasControlImplementationEditors applies the HasEdge predicate on the "control_implementation_editors" edge.

func HasControlImplementationEditorsWith

func HasControlImplementationEditorsWith(preds ...predicate.ControlImplementation) predicate.Group

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

func HasControlImplementationViewers

func HasControlImplementationViewers() predicate.Group

HasControlImplementationViewers applies the HasEdge predicate on the "control_implementation_viewers" edge.

func HasControlImplementationViewersWith

func HasControlImplementationViewersWith(preds ...predicate.ControlImplementation) predicate.Group

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

func HasControlObjectiveBlockedGroups

func HasControlObjectiveBlockedGroups() predicate.Group

HasControlObjectiveBlockedGroups applies the HasEdge predicate on the "control_objective_blocked_groups" edge.

func HasControlObjectiveBlockedGroupsWith

func HasControlObjectiveBlockedGroupsWith(preds ...predicate.ControlObjective) predicate.Group

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

func HasControlObjectiveEditors

func HasControlObjectiveEditors() predicate.Group

HasControlObjectiveEditors applies the HasEdge predicate on the "control_objective_editors" edge.

func HasControlObjectiveEditorsWith

func HasControlObjectiveEditorsWith(preds ...predicate.ControlObjective) predicate.Group

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

func HasControlObjectiveViewers

func HasControlObjectiveViewers() predicate.Group

HasControlObjectiveViewers applies the HasEdge predicate on the "control_objective_viewers" edge.

func HasControlObjectiveViewersWith

func HasControlObjectiveViewersWith(preds ...predicate.ControlObjective) predicate.Group

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

func HasEntityBlockedGroups

func HasEntityBlockedGroups() predicate.Group

HasEntityBlockedGroups applies the HasEdge predicate on the "entity_blocked_groups" edge.

func HasEntityBlockedGroupsWith

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

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

func HasEntityEditors

func HasEntityEditors() predicate.Group

HasEntityEditors applies the HasEdge predicate on the "entity_editors" edge.

func HasEntityEditorsWith

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

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

func HasEvents

func HasEvents() predicate.Group

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

func HasEventsWith

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

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

func HasFiles

func HasFiles() predicate.Group

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

func HasFilesWith

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

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

func HasFindingBlockedGroups

func HasFindingBlockedGroups() predicate.Group

HasFindingBlockedGroups applies the HasEdge predicate on the "finding_blocked_groups" edge.

func HasFindingBlockedGroupsWith

func HasFindingBlockedGroupsWith(preds ...predicate.Finding) predicate.Group

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

func HasFindingEditors

func HasFindingEditors() predicate.Group

HasFindingEditors applies the HasEdge predicate on the "finding_editors" edge.

func HasFindingEditorsWith

func HasFindingEditorsWith(preds ...predicate.Finding) predicate.Group

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

func HasIntegrations

func HasIntegrations() predicate.Group

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

func HasIntegrationsWith

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

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

func HasInternalPolicyBlockedGroups

func HasInternalPolicyBlockedGroups() predicate.Group

HasInternalPolicyBlockedGroups applies the HasEdge predicate on the "internal_policy_blocked_groups" edge.

func HasInternalPolicyBlockedGroupsWith

func HasInternalPolicyBlockedGroupsWith(preds ...predicate.InternalPolicy) predicate.Group

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

func HasInternalPolicyEditors

func HasInternalPolicyEditors() predicate.Group

HasInternalPolicyEditors applies the HasEdge predicate on the "internal_policy_editors" edge.

func HasInternalPolicyEditorsWith

func HasInternalPolicyEditorsWith(preds ...predicate.InternalPolicy) predicate.Group

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

func HasInvites

func HasInvites() predicate.Group

HasInvites applies the HasEdge predicate on the "invites" edge.

func HasInvitesWith

func HasInvitesWith(preds ...predicate.Invite) predicate.Group

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

func HasMappedControlBlockedGroups

func HasMappedControlBlockedGroups() predicate.Group

HasMappedControlBlockedGroups applies the HasEdge predicate on the "mapped_control_blocked_groups" edge.

func HasMappedControlBlockedGroupsWith

func HasMappedControlBlockedGroupsWith(preds ...predicate.MappedControl) predicate.Group

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

func HasMappedControlEditors

func HasMappedControlEditors() predicate.Group

HasMappedControlEditors applies the HasEdge predicate on the "mapped_control_editors" edge.

func HasMappedControlEditorsWith

func HasMappedControlEditorsWith(preds ...predicate.MappedControl) predicate.Group

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

func HasMembers

func HasMembers() predicate.Group

HasMembers applies the HasEdge predicate on the "members" edge.

func HasMembersWith

func HasMembersWith(preds ...predicate.GroupMembership) predicate.Group

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

func HasNarrativeBlockedGroups

func HasNarrativeBlockedGroups() predicate.Group

HasNarrativeBlockedGroups applies the HasEdge predicate on the "narrative_blocked_groups" edge.

func HasNarrativeBlockedGroupsWith

func HasNarrativeBlockedGroupsWith(preds ...predicate.Narrative) predicate.Group

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

func HasNarrativeEditors

func HasNarrativeEditors() predicate.Group

HasNarrativeEditors applies the HasEdge predicate on the "narrative_editors" edge.

func HasNarrativeEditorsWith

func HasNarrativeEditorsWith(preds ...predicate.Narrative) predicate.Group

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

func HasNarrativeViewers

func HasNarrativeViewers() predicate.Group

HasNarrativeViewers applies the HasEdge predicate on the "narrative_viewers" edge.

func HasNarrativeViewersWith

func HasNarrativeViewersWith(preds ...predicate.Narrative) predicate.Group

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

func HasOwner

func HasOwner() predicate.Group

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

func HasOwnerWith

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

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

func HasPlatformBlockedGroups

func HasPlatformBlockedGroups() predicate.Group

HasPlatformBlockedGroups applies the HasEdge predicate on the "platform_blocked_groups" edge.

func HasPlatformBlockedGroupsWith

func HasPlatformBlockedGroupsWith(preds ...predicate.Platform) predicate.Group

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

func HasPlatformEditors

func HasPlatformEditors() predicate.Group

HasPlatformEditors applies the HasEdge predicate on the "platform_editors" edge.

func HasPlatformEditorsWith

func HasPlatformEditorsWith(preds ...predicate.Platform) predicate.Group

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

func HasPlatformViewers

func HasPlatformViewers() predicate.Group

HasPlatformViewers applies the HasEdge predicate on the "platform_viewers" edge.

func HasPlatformViewersWith

func HasPlatformViewersWith(preds ...predicate.Platform) predicate.Group

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

func HasProcedureBlockedGroups

func HasProcedureBlockedGroups() predicate.Group

HasProcedureBlockedGroups applies the HasEdge predicate on the "procedure_blocked_groups" edge.

func HasProcedureBlockedGroupsWith

func HasProcedureBlockedGroupsWith(preds ...predicate.Procedure) predicate.Group

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

func HasProcedureEditors

func HasProcedureEditors() predicate.Group

HasProcedureEditors applies the HasEdge predicate on the "procedure_editors" edge.

func HasProcedureEditorsWith

func HasProcedureEditorsWith(preds ...predicate.Procedure) predicate.Group

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

func HasProgramBlockedGroups

func HasProgramBlockedGroups() predicate.Group

HasProgramBlockedGroups applies the HasEdge predicate on the "program_blocked_groups" edge.

func HasProgramBlockedGroupsWith

func HasProgramBlockedGroupsWith(preds ...predicate.Program) predicate.Group

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

func HasProgramEditors

func HasProgramEditors() predicate.Group

HasProgramEditors applies the HasEdge predicate on the "program_editors" edge.

func HasProgramEditorsWith

func HasProgramEditorsWith(preds ...predicate.Program) predicate.Group

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

func HasProgramViewers

func HasProgramViewers() predicate.Group

HasProgramViewers applies the HasEdge predicate on the "program_viewers" edge.

func HasProgramViewersWith

func HasProgramViewersWith(preds ...predicate.Program) predicate.Group

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

func HasRemediationBlockedGroups

func HasRemediationBlockedGroups() predicate.Group

HasRemediationBlockedGroups applies the HasEdge predicate on the "remediation_blocked_groups" edge.

func HasRemediationBlockedGroupsWith

func HasRemediationBlockedGroupsWith(preds ...predicate.Remediation) predicate.Group

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

func HasRemediationEditors

func HasRemediationEditors() predicate.Group

HasRemediationEditors applies the HasEdge predicate on the "remediation_editors" edge.

func HasRemediationEditorsWith

func HasRemediationEditorsWith(preds ...predicate.Remediation) predicate.Group

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

func HasReviewBlockedGroups

func HasReviewBlockedGroups() predicate.Group

HasReviewBlockedGroups applies the HasEdge predicate on the "review_blocked_groups" edge.

func HasReviewBlockedGroupsWith

func HasReviewBlockedGroupsWith(preds ...predicate.Review) predicate.Group

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

func HasReviewEditors

func HasReviewEditors() predicate.Group

HasReviewEditors applies the HasEdge predicate on the "review_editors" edge.

func HasReviewEditorsWith

func HasReviewEditorsWith(preds ...predicate.Review) predicate.Group

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

func HasRiskBlockedGroups

func HasRiskBlockedGroups() predicate.Group

HasRiskBlockedGroups applies the HasEdge predicate on the "risk_blocked_groups" edge.

func HasRiskBlockedGroupsWith

func HasRiskBlockedGroupsWith(preds ...predicate.Risk) predicate.Group

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

func HasRiskEditors

func HasRiskEditors() predicate.Group

HasRiskEditors applies the HasEdge predicate on the "risk_editors" edge.

func HasRiskEditorsWith

func HasRiskEditorsWith(preds ...predicate.Risk) predicate.Group

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

func HasRiskViewers

func HasRiskViewers() predicate.Group

HasRiskViewers applies the HasEdge predicate on the "risk_viewers" edge.

func HasRiskViewersWith

func HasRiskViewersWith(preds ...predicate.Risk) predicate.Group

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

func HasScanBlockedGroups

func HasScanBlockedGroups() predicate.Group

HasScanBlockedGroups applies the HasEdge predicate on the "scan_blocked_groups" edge.

func HasScanBlockedGroupsWith

func HasScanBlockedGroupsWith(preds ...predicate.Scan) predicate.Group

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

func HasScanEditors

func HasScanEditors() predicate.Group

HasScanEditors applies the HasEdge predicate on the "scan_editors" edge.

func HasScanEditorsWith

func HasScanEditorsWith(preds ...predicate.Scan) predicate.Group

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

func HasSetting

func HasSetting() predicate.Group

HasSetting applies the HasEdge predicate on the "setting" edge.

func HasSettingWith

func HasSettingWith(preds ...predicate.GroupSetting) predicate.Group

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

func HasTasks

func HasTasks() predicate.Group

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

func HasTasksWith

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

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

func HasUsers

func HasUsers() predicate.Group

HasUsers applies the HasEdge predicate on the "users" edge.

func HasUsersWith

func HasUsersWith(preds ...predicate.User) predicate.Group

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

func ID

func ID(id string) predicate.Group

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Group

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Group

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Group

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Group

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Group

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Group

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Group

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Group

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func IsManaged

func IsManaged(v bool) predicate.Group

IsManaged applies equality check predicate on the "is_managed" field. It's identical to IsManagedEQ.

func IsManagedEQ

func IsManagedEQ(v bool) predicate.Group

IsManagedEQ applies the EQ predicate on the "is_managed" field.

func IsManagedIsNil

func IsManagedIsNil() predicate.Group

IsManagedIsNil applies the IsNil predicate on the "is_managed" field.

func IsManagedNEQ

func IsManagedNEQ(v bool) predicate.Group

IsManagedNEQ applies the NEQ predicate on the "is_managed" field.

func IsManagedNotNil

func IsManagedNotNil() predicate.Group

IsManagedNotNil applies the NotNil predicate on the "is_managed" field.

func LogoURL

func LogoURL(v string) predicate.Group

LogoURL applies equality check predicate on the "logo_url" field. It's identical to LogoURLEQ.

func LogoURLContains

func LogoURLContains(v string) predicate.Group

LogoURLContains applies the Contains predicate on the "logo_url" field.

func LogoURLContainsFold

func LogoURLContainsFold(v string) predicate.Group

LogoURLContainsFold applies the ContainsFold predicate on the "logo_url" field.

func LogoURLEQ

func LogoURLEQ(v string) predicate.Group

LogoURLEQ applies the EQ predicate on the "logo_url" field.

func LogoURLEqualFold

func LogoURLEqualFold(v string) predicate.Group

LogoURLEqualFold applies the EqualFold predicate on the "logo_url" field.

func LogoURLGT

func LogoURLGT(v string) predicate.Group

LogoURLGT applies the GT predicate on the "logo_url" field.

func LogoURLGTE

func LogoURLGTE(v string) predicate.Group

LogoURLGTE applies the GTE predicate on the "logo_url" field.

func LogoURLHasPrefix

func LogoURLHasPrefix(v string) predicate.Group

LogoURLHasPrefix applies the HasPrefix predicate on the "logo_url" field.

func LogoURLHasSuffix

func LogoURLHasSuffix(v string) predicate.Group

LogoURLHasSuffix applies the HasSuffix predicate on the "logo_url" field.

func LogoURLIn

func LogoURLIn(vs ...string) predicate.Group

LogoURLIn applies the In predicate on the "logo_url" field.

func LogoURLIsNil

func LogoURLIsNil() predicate.Group

LogoURLIsNil applies the IsNil predicate on the "logo_url" field.

func LogoURLLT

func LogoURLLT(v string) predicate.Group

LogoURLLT applies the LT predicate on the "logo_url" field.

func LogoURLLTE

func LogoURLLTE(v string) predicate.Group

LogoURLLTE applies the LTE predicate on the "logo_url" field.

func LogoURLNEQ

func LogoURLNEQ(v string) predicate.Group

LogoURLNEQ applies the NEQ predicate on the "logo_url" field.

func LogoURLNotIn

func LogoURLNotIn(vs ...string) predicate.Group

LogoURLNotIn applies the NotIn predicate on the "logo_url" field.

func LogoURLNotNil

func LogoURLNotNil() predicate.Group

LogoURLNotNil applies the NotNil predicate on the "logo_url" field.

func Name

func Name(v string) predicate.Group

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

func NameContains

func NameContains(v string) predicate.Group

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

func NameContainsFold

func NameContainsFold(v string) predicate.Group

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

func NameEQ

func NameEQ(v string) predicate.Group

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

func NameEqualFold

func NameEqualFold(v string) predicate.Group

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

func NameGT

func NameGT(v string) predicate.Group

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

func NameGTE

func NameGTE(v string) predicate.Group

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Group

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Group

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.Group

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

func NameLTE

func NameLTE(v string) predicate.Group

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

func NameNEQ

func NameNEQ(v string) predicate.Group

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

func NameNotIn

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

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

Or groups predicates with the OR operator between them.

func OscalContactUuidsIsNil

func OscalContactUuidsIsNil() predicate.Group

OscalContactUuidsIsNil applies the IsNil predicate on the "oscal_contact_uuids" field.

func OscalContactUuidsNotNil

func OscalContactUuidsNotNil() predicate.Group

OscalContactUuidsNotNil applies the NotNil predicate on the "oscal_contact_uuids" field.

func OscalPartyUUID

func OscalPartyUUID(v string) predicate.Group

OscalPartyUUID applies equality check predicate on the "oscal_party_uuid" field. It's identical to OscalPartyUUIDEQ.

func OscalPartyUUIDContains

func OscalPartyUUIDContains(v string) predicate.Group

OscalPartyUUIDContains applies the Contains predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDContainsFold

func OscalPartyUUIDContainsFold(v string) predicate.Group

OscalPartyUUIDContainsFold applies the ContainsFold predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDEQ

func OscalPartyUUIDEQ(v string) predicate.Group

OscalPartyUUIDEQ applies the EQ predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDEqualFold

func OscalPartyUUIDEqualFold(v string) predicate.Group

OscalPartyUUIDEqualFold applies the EqualFold predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDGT

func OscalPartyUUIDGT(v string) predicate.Group

OscalPartyUUIDGT applies the GT predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDGTE

func OscalPartyUUIDGTE(v string) predicate.Group

OscalPartyUUIDGTE applies the GTE predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDHasPrefix

func OscalPartyUUIDHasPrefix(v string) predicate.Group

OscalPartyUUIDHasPrefix applies the HasPrefix predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDHasSuffix

func OscalPartyUUIDHasSuffix(v string) predicate.Group

OscalPartyUUIDHasSuffix applies the HasSuffix predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDIn

func OscalPartyUUIDIn(vs ...string) predicate.Group

OscalPartyUUIDIn applies the In predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDIsNil

func OscalPartyUUIDIsNil() predicate.Group

OscalPartyUUIDIsNil applies the IsNil predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDLT

func OscalPartyUUIDLT(v string) predicate.Group

OscalPartyUUIDLT applies the LT predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDLTE

func OscalPartyUUIDLTE(v string) predicate.Group

OscalPartyUUIDLTE applies the LTE predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDNEQ

func OscalPartyUUIDNEQ(v string) predicate.Group

OscalPartyUUIDNEQ applies the NEQ predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDNotIn

func OscalPartyUUIDNotIn(vs ...string) predicate.Group

OscalPartyUUIDNotIn applies the NotIn predicate on the "oscal_party_uuid" field.

func OscalPartyUUIDNotNil

func OscalPartyUUIDNotNil() predicate.Group

OscalPartyUUIDNotNil applies the NotNil predicate on the "oscal_party_uuid" field.

func OscalRole

func OscalRole(v string) predicate.Group

OscalRole applies equality check predicate on the "oscal_role" field. It's identical to OscalRoleEQ.

func OscalRoleContains

func OscalRoleContains(v string) predicate.Group

OscalRoleContains applies the Contains predicate on the "oscal_role" field.

func OscalRoleContainsFold

func OscalRoleContainsFold(v string) predicate.Group

OscalRoleContainsFold applies the ContainsFold predicate on the "oscal_role" field.

func OscalRoleEQ

func OscalRoleEQ(v string) predicate.Group

OscalRoleEQ applies the EQ predicate on the "oscal_role" field.

func OscalRoleEqualFold

func OscalRoleEqualFold(v string) predicate.Group

OscalRoleEqualFold applies the EqualFold predicate on the "oscal_role" field.

func OscalRoleGT

func OscalRoleGT(v string) predicate.Group

OscalRoleGT applies the GT predicate on the "oscal_role" field.

func OscalRoleGTE

func OscalRoleGTE(v string) predicate.Group

OscalRoleGTE applies the GTE predicate on the "oscal_role" field.

func OscalRoleHasPrefix

func OscalRoleHasPrefix(v string) predicate.Group

OscalRoleHasPrefix applies the HasPrefix predicate on the "oscal_role" field.

func OscalRoleHasSuffix

func OscalRoleHasSuffix(v string) predicate.Group

OscalRoleHasSuffix applies the HasSuffix predicate on the "oscal_role" field.

func OscalRoleIn

func OscalRoleIn(vs ...string) predicate.Group

OscalRoleIn applies the In predicate on the "oscal_role" field.

func OscalRoleIsNil

func OscalRoleIsNil() predicate.Group

OscalRoleIsNil applies the IsNil predicate on the "oscal_role" field.

func OscalRoleLT

func OscalRoleLT(v string) predicate.Group

OscalRoleLT applies the LT predicate on the "oscal_role" field.

func OscalRoleLTE

func OscalRoleLTE(v string) predicate.Group

OscalRoleLTE applies the LTE predicate on the "oscal_role" field.

func OscalRoleNEQ

func OscalRoleNEQ(v string) predicate.Group

OscalRoleNEQ applies the NEQ predicate on the "oscal_role" field.

func OscalRoleNotIn

func OscalRoleNotIn(vs ...string) predicate.Group

OscalRoleNotIn applies the NotIn predicate on the "oscal_role" field.

func OscalRoleNotNil

func OscalRoleNotNil() predicate.Group

OscalRoleNotNil applies the NotNil predicate on the "oscal_role" field.

func OwnerID

func OwnerID(v string) predicate.Group

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.Group

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.Group

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.Group

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.Group

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.Group

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.Group

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.Group

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.Group

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.Group

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.Group

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.Group

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.Group

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.Group

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

func ScimActive

func ScimActive(v bool) predicate.Group

ScimActive applies equality check predicate on the "scim_active" field. It's identical to ScimActiveEQ.

func ScimActiveEQ

func ScimActiveEQ(v bool) predicate.Group

ScimActiveEQ applies the EQ predicate on the "scim_active" field.

func ScimActiveIsNil

func ScimActiveIsNil() predicate.Group

ScimActiveIsNil applies the IsNil predicate on the "scim_active" field.

func ScimActiveNEQ

func ScimActiveNEQ(v bool) predicate.Group

ScimActiveNEQ applies the NEQ predicate on the "scim_active" field.

func ScimActiveNotNil

func ScimActiveNotNil() predicate.Group

ScimActiveNotNil applies the NotNil predicate on the "scim_active" field.

func ScimDisplayName

func ScimDisplayName(v string) predicate.Group

ScimDisplayName applies equality check predicate on the "scim_display_name" field. It's identical to ScimDisplayNameEQ.

func ScimDisplayNameContains

func ScimDisplayNameContains(v string) predicate.Group

ScimDisplayNameContains applies the Contains predicate on the "scim_display_name" field.

func ScimDisplayNameContainsFold

func ScimDisplayNameContainsFold(v string) predicate.Group

ScimDisplayNameContainsFold applies the ContainsFold predicate on the "scim_display_name" field.

func ScimDisplayNameEQ

func ScimDisplayNameEQ(v string) predicate.Group

ScimDisplayNameEQ applies the EQ predicate on the "scim_display_name" field.

func ScimDisplayNameEqualFold

func ScimDisplayNameEqualFold(v string) predicate.Group

ScimDisplayNameEqualFold applies the EqualFold predicate on the "scim_display_name" field.

func ScimDisplayNameGT

func ScimDisplayNameGT(v string) predicate.Group

ScimDisplayNameGT applies the GT predicate on the "scim_display_name" field.

func ScimDisplayNameGTE

func ScimDisplayNameGTE(v string) predicate.Group

ScimDisplayNameGTE applies the GTE predicate on the "scim_display_name" field.

func ScimDisplayNameHasPrefix

func ScimDisplayNameHasPrefix(v string) predicate.Group

ScimDisplayNameHasPrefix applies the HasPrefix predicate on the "scim_display_name" field.

func ScimDisplayNameHasSuffix

func ScimDisplayNameHasSuffix(v string) predicate.Group

ScimDisplayNameHasSuffix applies the HasSuffix predicate on the "scim_display_name" field.

func ScimDisplayNameIn

func ScimDisplayNameIn(vs ...string) predicate.Group

ScimDisplayNameIn applies the In predicate on the "scim_display_name" field.

func ScimDisplayNameIsNil

func ScimDisplayNameIsNil() predicate.Group

ScimDisplayNameIsNil applies the IsNil predicate on the "scim_display_name" field.

func ScimDisplayNameLT

func ScimDisplayNameLT(v string) predicate.Group

ScimDisplayNameLT applies the LT predicate on the "scim_display_name" field.

func ScimDisplayNameLTE

func ScimDisplayNameLTE(v string) predicate.Group

ScimDisplayNameLTE applies the LTE predicate on the "scim_display_name" field.

func ScimDisplayNameNEQ

func ScimDisplayNameNEQ(v string) predicate.Group

ScimDisplayNameNEQ applies the NEQ predicate on the "scim_display_name" field.

func ScimDisplayNameNotIn

func ScimDisplayNameNotIn(vs ...string) predicate.Group

ScimDisplayNameNotIn applies the NotIn predicate on the "scim_display_name" field.

func ScimDisplayNameNotNil

func ScimDisplayNameNotNil() predicate.Group

ScimDisplayNameNotNil applies the NotNil predicate on the "scim_display_name" field.

func ScimExternalID

func ScimExternalID(v string) predicate.Group

ScimExternalID applies equality check predicate on the "scim_external_id" field. It's identical to ScimExternalIDEQ.

func ScimExternalIDContains

func ScimExternalIDContains(v string) predicate.Group

ScimExternalIDContains applies the Contains predicate on the "scim_external_id" field.

func ScimExternalIDContainsFold

func ScimExternalIDContainsFold(v string) predicate.Group

ScimExternalIDContainsFold applies the ContainsFold predicate on the "scim_external_id" field.

func ScimExternalIDEQ

func ScimExternalIDEQ(v string) predicate.Group

ScimExternalIDEQ applies the EQ predicate on the "scim_external_id" field.

func ScimExternalIDEqualFold

func ScimExternalIDEqualFold(v string) predicate.Group

ScimExternalIDEqualFold applies the EqualFold predicate on the "scim_external_id" field.

func ScimExternalIDGT

func ScimExternalIDGT(v string) predicate.Group

ScimExternalIDGT applies the GT predicate on the "scim_external_id" field.

func ScimExternalIDGTE

func ScimExternalIDGTE(v string) predicate.Group

ScimExternalIDGTE applies the GTE predicate on the "scim_external_id" field.

func ScimExternalIDHasPrefix

func ScimExternalIDHasPrefix(v string) predicate.Group

ScimExternalIDHasPrefix applies the HasPrefix predicate on the "scim_external_id" field.

func ScimExternalIDHasSuffix

func ScimExternalIDHasSuffix(v string) predicate.Group

ScimExternalIDHasSuffix applies the HasSuffix predicate on the "scim_external_id" field.

func ScimExternalIDIn

func ScimExternalIDIn(vs ...string) predicate.Group

ScimExternalIDIn applies the In predicate on the "scim_external_id" field.

func ScimExternalIDIsNil

func ScimExternalIDIsNil() predicate.Group

ScimExternalIDIsNil applies the IsNil predicate on the "scim_external_id" field.

func ScimExternalIDLT

func ScimExternalIDLT(v string) predicate.Group

ScimExternalIDLT applies the LT predicate on the "scim_external_id" field.

func ScimExternalIDLTE

func ScimExternalIDLTE(v string) predicate.Group

ScimExternalIDLTE applies the LTE predicate on the "scim_external_id" field.

func ScimExternalIDNEQ

func ScimExternalIDNEQ(v string) predicate.Group

ScimExternalIDNEQ applies the NEQ predicate on the "scim_external_id" field.

func ScimExternalIDNotIn

func ScimExternalIDNotIn(vs ...string) predicate.Group

ScimExternalIDNotIn applies the NotIn predicate on the "scim_external_id" field.

func ScimExternalIDNotNil

func ScimExternalIDNotNil() predicate.Group

ScimExternalIDNotNil applies the NotNil predicate on the "scim_external_id" field.

func ScimGroupMailing

func ScimGroupMailing(v string) predicate.Group

ScimGroupMailing applies equality check predicate on the "scim_group_mailing" field. It's identical to ScimGroupMailingEQ.

func ScimGroupMailingContains

func ScimGroupMailingContains(v string) predicate.Group

ScimGroupMailingContains applies the Contains predicate on the "scim_group_mailing" field.

func ScimGroupMailingContainsFold

func ScimGroupMailingContainsFold(v string) predicate.Group

ScimGroupMailingContainsFold applies the ContainsFold predicate on the "scim_group_mailing" field.

func ScimGroupMailingEQ

func ScimGroupMailingEQ(v string) predicate.Group

ScimGroupMailingEQ applies the EQ predicate on the "scim_group_mailing" field.

func ScimGroupMailingEqualFold

func ScimGroupMailingEqualFold(v string) predicate.Group

ScimGroupMailingEqualFold applies the EqualFold predicate on the "scim_group_mailing" field.

func ScimGroupMailingGT

func ScimGroupMailingGT(v string) predicate.Group

ScimGroupMailingGT applies the GT predicate on the "scim_group_mailing" field.

func ScimGroupMailingGTE

func ScimGroupMailingGTE(v string) predicate.Group

ScimGroupMailingGTE applies the GTE predicate on the "scim_group_mailing" field.

func ScimGroupMailingHasPrefix

func ScimGroupMailingHasPrefix(v string) predicate.Group

ScimGroupMailingHasPrefix applies the HasPrefix predicate on the "scim_group_mailing" field.

func ScimGroupMailingHasSuffix

func ScimGroupMailingHasSuffix(v string) predicate.Group

ScimGroupMailingHasSuffix applies the HasSuffix predicate on the "scim_group_mailing" field.

func ScimGroupMailingIn

func ScimGroupMailingIn(vs ...string) predicate.Group

ScimGroupMailingIn applies the In predicate on the "scim_group_mailing" field.

func ScimGroupMailingIsNil

func ScimGroupMailingIsNil() predicate.Group

ScimGroupMailingIsNil applies the IsNil predicate on the "scim_group_mailing" field.

func ScimGroupMailingLT

func ScimGroupMailingLT(v string) predicate.Group

ScimGroupMailingLT applies the LT predicate on the "scim_group_mailing" field.

func ScimGroupMailingLTE

func ScimGroupMailingLTE(v string) predicate.Group

ScimGroupMailingLTE applies the LTE predicate on the "scim_group_mailing" field.

func ScimGroupMailingNEQ

func ScimGroupMailingNEQ(v string) predicate.Group

ScimGroupMailingNEQ applies the NEQ predicate on the "scim_group_mailing" field.

func ScimGroupMailingNotIn

func ScimGroupMailingNotIn(vs ...string) predicate.Group

ScimGroupMailingNotIn applies the NotIn predicate on the "scim_group_mailing" field.

func ScimGroupMailingNotNil

func ScimGroupMailingNotNil() predicate.Group

ScimGroupMailingNotNil applies the NotNil predicate on the "scim_group_mailing" field.

func TagsIsNil

func TagsIsNil() predicate.Group

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

func TagsNotNil

func TagsNotNil() predicate.Group

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Group

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Group

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Group

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Group

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Group

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Group

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Group

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Group

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Group

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

func UpdatedBy

func UpdatedBy(v string) predicate.Group

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Group

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Group

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Group

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Group

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Group

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Group

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Group

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Group

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

func UpdatedByImpersonator

func UpdatedByImpersonator(v string) predicate.Group

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

func UpdatedByImpersonatorContains

func UpdatedByImpersonatorContains(v string) predicate.Group

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

func UpdatedByImpersonatorContainsFold

func UpdatedByImpersonatorContainsFold(v string) predicate.Group

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

func UpdatedByImpersonatorEQ

func UpdatedByImpersonatorEQ(v string) predicate.Group

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

func UpdatedByImpersonatorEqualFold

func UpdatedByImpersonatorEqualFold(v string) predicate.Group

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

func UpdatedByImpersonatorGT

func UpdatedByImpersonatorGT(v string) predicate.Group

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

func UpdatedByImpersonatorGTE

func UpdatedByImpersonatorGTE(v string) predicate.Group

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

func UpdatedByImpersonatorHasPrefix

func UpdatedByImpersonatorHasPrefix(v string) predicate.Group

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

func UpdatedByImpersonatorHasSuffix

func UpdatedByImpersonatorHasSuffix(v string) predicate.Group

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

func UpdatedByImpersonatorIn

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

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

func UpdatedByImpersonatorIsNil

func UpdatedByImpersonatorIsNil() predicate.Group

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

func UpdatedByImpersonatorLT

func UpdatedByImpersonatorLT(v string) predicate.Group

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

func UpdatedByImpersonatorLTE

func UpdatedByImpersonatorLTE(v string) predicate.Group

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

func UpdatedByImpersonatorNEQ

func UpdatedByImpersonatorNEQ(v string) predicate.Group

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

func UpdatedByImpersonatorNotIn

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

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

func UpdatedByImpersonatorNotNil

func UpdatedByImpersonatorNotNil() predicate.Group

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Group

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Group

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Group

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Group

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Group

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 Group queries.

func ByActionPlanBlockedGroups

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

ByActionPlanBlockedGroups orders the results by action_plan_blocked_groups terms.

func ByActionPlanBlockedGroupsCount

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

ByActionPlanBlockedGroupsCount orders the results by action_plan_blocked_groups count.

func ByActionPlanEditors

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

ByActionPlanEditors orders the results by action_plan_editors terms.

func ByActionPlanEditorsCount

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

ByActionPlanEditorsCount orders the results by action_plan_editors count.

func ByActionPlanViewers

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

ByActionPlanViewers orders the results by action_plan_viewers terms.

func ByActionPlanViewersCount

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

ByActionPlanViewersCount orders the results by action_plan_viewers count.

func ByAvatarFileField

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

ByAvatarFileField orders the results by avatar_file field.

func ByAvatarLocalFileID

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

ByAvatarLocalFileID orders the results by the avatar_local_file_id field.

func ByCampaignBlockedGroups

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

ByCampaignBlockedGroups orders the results by campaign_blocked_groups terms.

func ByCampaignBlockedGroupsCount

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

ByCampaignBlockedGroupsCount orders the results by campaign_blocked_groups count.

func ByCampaignEditors

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

ByCampaignEditors orders the results by campaign_editors terms.

func ByCampaignEditorsCount

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

ByCampaignEditorsCount orders the results by campaign_editors count.

func ByCampaignTargets

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

ByCampaignTargets orders the results by campaign_targets terms.

func ByCampaignTargetsCount

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

ByCampaignTargetsCount orders the results by campaign_targets count.

func ByCampaignViewers

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

ByCampaignViewers orders the results by campaign_viewers terms.

func ByCampaignViewersCount

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

ByCampaignViewersCount orders the results by campaign_viewers count.

func ByCampaigns

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

ByCampaigns orders the results by campaigns terms.

func ByCampaignsCount

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

ByCampaignsCount orders the results by campaigns count.

func ByControlBlockedGroups

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

ByControlBlockedGroups orders the results by control_blocked_groups terms.

func ByControlBlockedGroupsCount

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

ByControlBlockedGroupsCount orders the results by control_blocked_groups count.

func ByControlEditors

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

ByControlEditors orders the results by control_editors terms.

func ByControlEditorsCount

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

ByControlEditorsCount orders the results by control_editors count.

func ByControlImplementationBlockedGroups

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

ByControlImplementationBlockedGroups orders the results by control_implementation_blocked_groups terms.

func ByControlImplementationBlockedGroupsCount

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

ByControlImplementationBlockedGroupsCount orders the results by control_implementation_blocked_groups count.

func ByControlImplementationEditors

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

ByControlImplementationEditors orders the results by control_implementation_editors terms.

func ByControlImplementationEditorsCount

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

ByControlImplementationEditorsCount orders the results by control_implementation_editors count.

func ByControlImplementationViewers

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

ByControlImplementationViewers orders the results by control_implementation_viewers terms.

func ByControlImplementationViewersCount

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

ByControlImplementationViewersCount orders the results by control_implementation_viewers count.

func ByControlObjectiveBlockedGroups

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

ByControlObjectiveBlockedGroups orders the results by control_objective_blocked_groups terms.

func ByControlObjectiveBlockedGroupsCount

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

ByControlObjectiveBlockedGroupsCount orders the results by control_objective_blocked_groups count.

func ByControlObjectiveEditors

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

ByControlObjectiveEditors orders the results by control_objective_editors terms.

func ByControlObjectiveEditorsCount

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

ByControlObjectiveEditorsCount orders the results by control_objective_editors count.

func ByControlObjectiveViewers

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

ByControlObjectiveViewers orders the results by control_objective_viewers terms.

func ByControlObjectiveViewersCount

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

ByControlObjectiveViewersCount orders the results by control_objective_viewers count.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDisplayID

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

ByDisplayID orders the results by the display_id field.

func ByDisplayName

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

ByDisplayName orders the results by the display_name field.

func ByEntityBlockedGroups

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

ByEntityBlockedGroups orders the results by entity_blocked_groups terms.

func ByEntityBlockedGroupsCount

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

ByEntityBlockedGroupsCount orders the results by entity_blocked_groups count.

func ByEntityEditors

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

ByEntityEditors orders the results by entity_editors terms.

func ByEntityEditorsCount

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

ByEntityEditorsCount orders the results by entity_editors count.

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 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 ByFindingBlockedGroups

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

ByFindingBlockedGroups orders the results by finding_blocked_groups terms.

func ByFindingBlockedGroupsCount

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

ByFindingBlockedGroupsCount orders the results by finding_blocked_groups count.

func ByFindingEditors

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

ByFindingEditors orders the results by finding_editors terms.

func ByFindingEditorsCount

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

ByFindingEditorsCount orders the results by finding_editors count.

func ByGravatarLogoURL

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

ByGravatarLogoURL orders the results by the gravatar_logo_url field.

func ByID

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

ByID orders the results by the id field.

func ByIntegrations

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

ByIntegrations orders the results by integrations terms.

func ByIntegrationsCount

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

ByIntegrationsCount orders the results by integrations count.

func ByInternalPolicyBlockedGroups

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

ByInternalPolicyBlockedGroups orders the results by internal_policy_blocked_groups terms.

func ByInternalPolicyBlockedGroupsCount

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

ByInternalPolicyBlockedGroupsCount orders the results by internal_policy_blocked_groups count.

func ByInternalPolicyEditors

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

ByInternalPolicyEditors orders the results by internal_policy_editors terms.

func ByInternalPolicyEditorsCount

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

ByInternalPolicyEditorsCount orders the results by internal_policy_editors count.

func ByInvites

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

ByInvites orders the results by invites terms.

func ByInvitesCount

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

ByInvitesCount orders the results by invites count.

func ByIsManaged

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

ByIsManaged orders the results by the is_managed field.

func ByLogoURL

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

ByLogoURL orders the results by the logo_url field.

func ByMappedControlBlockedGroups

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

ByMappedControlBlockedGroups orders the results by mapped_control_blocked_groups terms.

func ByMappedControlBlockedGroupsCount

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

ByMappedControlBlockedGroupsCount orders the results by mapped_control_blocked_groups count.

func ByMappedControlEditors

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

ByMappedControlEditors orders the results by mapped_control_editors terms.

func ByMappedControlEditorsCount

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

ByMappedControlEditorsCount orders the results by mapped_control_editors count.

func ByMembers

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

ByMembers orders the results by members terms.

func ByMembersCount

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

ByMembersCount orders the results by members count.

func ByName

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

ByName orders the results by the name field.

func ByNarrativeBlockedGroups

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

ByNarrativeBlockedGroups orders the results by narrative_blocked_groups terms.

func ByNarrativeBlockedGroupsCount

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

ByNarrativeBlockedGroupsCount orders the results by narrative_blocked_groups count.

func ByNarrativeEditors

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

ByNarrativeEditors orders the results by narrative_editors terms.

func ByNarrativeEditorsCount

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

ByNarrativeEditorsCount orders the results by narrative_editors count.

func ByNarrativeViewers

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

ByNarrativeViewers orders the results by narrative_viewers terms.

func ByNarrativeViewersCount

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

ByNarrativeViewersCount orders the results by narrative_viewers count.

func ByOscalPartyUUID

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

ByOscalPartyUUID orders the results by the oscal_party_uuid field.

func ByOscalRole

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

ByOscalRole orders the results by the oscal_role field.

func ByOwnerField

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

ByOwnerField orders the results by owner field.

func ByOwnerID

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

ByOwnerID orders the results by the owner_id field.

func ByPlatformBlockedGroups

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

ByPlatformBlockedGroups orders the results by platform_blocked_groups terms.

func ByPlatformBlockedGroupsCount

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

ByPlatformBlockedGroupsCount orders the results by platform_blocked_groups count.

func ByPlatformEditors

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

ByPlatformEditors orders the results by platform_editors terms.

func ByPlatformEditorsCount

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

ByPlatformEditorsCount orders the results by platform_editors count.

func ByPlatformViewers

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

ByPlatformViewers orders the results by platform_viewers terms.

func ByPlatformViewersCount

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

ByPlatformViewersCount orders the results by platform_viewers count.

func ByProcedureBlockedGroups

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

ByProcedureBlockedGroups orders the results by procedure_blocked_groups terms.

func ByProcedureBlockedGroupsCount

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

ByProcedureBlockedGroupsCount orders the results by procedure_blocked_groups count.

func ByProcedureEditors

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

ByProcedureEditors orders the results by procedure_editors terms.

func ByProcedureEditorsCount

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

ByProcedureEditorsCount orders the results by procedure_editors count.

func ByProgramBlockedGroups

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

ByProgramBlockedGroups orders the results by program_blocked_groups terms.

func ByProgramBlockedGroupsCount

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

ByProgramBlockedGroupsCount orders the results by program_blocked_groups count.

func ByProgramEditors

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

ByProgramEditors orders the results by program_editors terms.

func ByProgramEditorsCount

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

ByProgramEditorsCount orders the results by program_editors count.

func ByProgramViewers

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

ByProgramViewers orders the results by program_viewers terms.

func ByProgramViewersCount

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

ByProgramViewersCount orders the results by program_viewers count.

func ByRemediationBlockedGroups

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

ByRemediationBlockedGroups orders the results by remediation_blocked_groups terms.

func ByRemediationBlockedGroupsCount

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

ByRemediationBlockedGroupsCount orders the results by remediation_blocked_groups count.

func ByRemediationEditors

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

ByRemediationEditors orders the results by remediation_editors terms.

func ByRemediationEditorsCount

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

ByRemediationEditorsCount orders the results by remediation_editors count.

func ByReviewBlockedGroups

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

ByReviewBlockedGroups orders the results by review_blocked_groups terms.

func ByReviewBlockedGroupsCount

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

ByReviewBlockedGroupsCount orders the results by review_blocked_groups count.

func ByReviewEditors

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

ByReviewEditors orders the results by review_editors terms.

func ByReviewEditorsCount

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

ByReviewEditorsCount orders the results by review_editors count.

func ByRiskBlockedGroups

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

ByRiskBlockedGroups orders the results by risk_blocked_groups terms.

func ByRiskBlockedGroupsCount

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

ByRiskBlockedGroupsCount orders the results by risk_blocked_groups count.

func ByRiskEditors

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

ByRiskEditors orders the results by risk_editors terms.

func ByRiskEditorsCount

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

ByRiskEditorsCount orders the results by risk_editors count.

func ByRiskViewers

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

ByRiskViewers orders the results by risk_viewers terms.

func ByRiskViewersCount

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

ByRiskViewersCount orders the results by risk_viewers count.

func ByScanBlockedGroups

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

ByScanBlockedGroups orders the results by scan_blocked_groups terms.

func ByScanBlockedGroupsCount

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

ByScanBlockedGroupsCount orders the results by scan_blocked_groups count.

func ByScanEditors

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

ByScanEditors orders the results by scan_editors terms.

func ByScanEditorsCount

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

ByScanEditorsCount orders the results by scan_editors count.

func ByScimActive

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

ByScimActive orders the results by the scim_active field.

func ByScimDisplayName

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

ByScimDisplayName orders the results by the scim_display_name field.

func ByScimExternalID

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

ByScimExternalID orders the results by the scim_external_id field.

func ByScimGroupMailing

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

ByScimGroupMailing orders the results by the scim_group_mailing field.

func BySettingField

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

BySettingField orders the results by setting 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 ByUsers

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

ByUsers orders the results by users terms.

func ByUsersCount

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

ByUsersCount orders the results by users count.

Jump to

Keyboard shortcuts

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