organization

package
v0.6.5 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the organization type in the database.
	Label = "organization"
	// 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"
	// FieldMappingID holds the string denoting the mapping_id field in the database.
	FieldMappingID = "mapping_id"
	// FieldTags holds the string denoting the tags field in the database.
	FieldTags = "tags"
	// 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"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldDisplayName holds the string denoting the display_name field in the database.
	FieldDisplayName = "display_name"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldParentOrganizationID holds the string denoting the parent_organization_id field in the database.
	FieldParentOrganizationID = "parent_organization_id"
	// FieldPersonalOrg holds the string denoting the personal_org field in the database.
	FieldPersonalOrg = "personal_org"
	// FieldAvatarRemoteURL holds the string denoting the avatar_remote_url field in the database.
	FieldAvatarRemoteURL = "avatar_remote_url"
	// FieldDedicatedDb holds the string denoting the dedicated_db field in the database.
	FieldDedicatedDb = "dedicated_db"
	// EdgeControlCreators holds the string denoting the control_creators edge name in mutations.
	EdgeControlCreators = "control_creators"
	// EdgeControlObjectiveCreators holds the string denoting the control_objective_creators edge name in mutations.
	EdgeControlObjectiveCreators = "control_objective_creators"
	// EdgeGroupCreators holds the string denoting the group_creators edge name in mutations.
	EdgeGroupCreators = "group_creators"
	// EdgeInternalPolicyCreators holds the string denoting the internal_policy_creators edge name in mutations.
	EdgeInternalPolicyCreators = "internal_policy_creators"
	// EdgeNarrativeCreators holds the string denoting the narrative_creators edge name in mutations.
	EdgeNarrativeCreators = "narrative_creators"
	// EdgeProcedureCreators holds the string denoting the procedure_creators edge name in mutations.
	EdgeProcedureCreators = "procedure_creators"
	// EdgeProgramCreators holds the string denoting the program_creators edge name in mutations.
	EdgeProgramCreators = "program_creators"
	// EdgeRiskCreators holds the string denoting the risk_creators edge name in mutations.
	EdgeRiskCreators = "risk_creators"
	// EdgeTemplateCreators holds the string denoting the template_creators edge name in mutations.
	EdgeTemplateCreators = "template_creators"
	// EdgeParent holds the string denoting the parent edge name in mutations.
	EdgeParent = "parent"
	// EdgeChildren holds the string denoting the children edge name in mutations.
	EdgeChildren = "children"
	// EdgeGroups holds the string denoting the groups edge name in mutations.
	EdgeGroups = "groups"
	// EdgeTemplates holds the string denoting the templates edge name in mutations.
	EdgeTemplates = "templates"
	// EdgeIntegrations holds the string denoting the integrations edge name in mutations.
	EdgeIntegrations = "integrations"
	// EdgeSetting holds the string denoting the setting edge name in mutations.
	EdgeSetting = "setting"
	// EdgeDocumentData holds the string denoting the document_data edge name in mutations.
	EdgeDocumentData = "document_data"
	// EdgeOrgSubscriptions holds the string denoting the org_subscriptions edge name in mutations.
	EdgeOrgSubscriptions = "org_subscriptions"
	// EdgePersonalAccessTokens holds the string denoting the personal_access_tokens edge name in mutations.
	EdgePersonalAccessTokens = "personal_access_tokens"
	// EdgeAPITokens holds the string denoting the api_tokens edge name in mutations.
	EdgeAPITokens = "api_tokens"
	// EdgeUsers holds the string denoting the users edge name in mutations.
	EdgeUsers = "users"
	// EdgeInvites holds the string denoting the invites edge name in mutations.
	EdgeInvites = "invites"
	// EdgeSubscribers holds the string denoting the subscribers edge name in mutations.
	EdgeSubscribers = "subscribers"
	// EdgeEvents holds the string denoting the events edge name in mutations.
	EdgeEvents = "events"
	// EdgeSecrets holds the string denoting the secrets edge name in mutations.
	EdgeSecrets = "secrets"
	// EdgeFiles holds the string denoting the files edge name in mutations.
	EdgeFiles = "files"
	// EdgeEntities holds the string denoting the entities edge name in mutations.
	EdgeEntities = "entities"
	// EdgeEntityTypes holds the string denoting the entity_types edge name in mutations.
	EdgeEntityTypes = "entity_types"
	// EdgeContacts holds the string denoting the contacts edge name in mutations.
	EdgeContacts = "contacts"
	// EdgeNotes holds the string denoting the notes edge name in mutations.
	EdgeNotes = "notes"
	// EdgeTasks holds the string denoting the tasks edge name in mutations.
	EdgeTasks = "tasks"
	// EdgePrograms holds the string denoting the programs edge name in mutations.
	EdgePrograms = "programs"
	// EdgeProcedures holds the string denoting the procedures edge name in mutations.
	EdgeProcedures = "procedures"
	// EdgeInternalPolicies holds the string denoting the internal_policies edge name in mutations.
	EdgeInternalPolicies = "internal_policies"
	// EdgeRisks holds the string denoting the risks edge name in mutations.
	EdgeRisks = "risks"
	// EdgeControlObjectives holds the string denoting the control_objectives edge name in mutations.
	EdgeControlObjectives = "control_objectives"
	// EdgeNarratives holds the string denoting the narratives edge name in mutations.
	EdgeNarratives = "narratives"
	// EdgeControls holds the string denoting the controls edge name in mutations.
	EdgeControls = "controls"
	// EdgeSubcontrols holds the string denoting the subcontrols edge name in mutations.
	EdgeSubcontrols = "subcontrols"
	// EdgeMembers holds the string denoting the members edge name in mutations.
	EdgeMembers = "members"
	// Table holds the table name of the organization in the database.
	Table = "organizations"
	// ControlCreatorsTable is the table that holds the control_creators relation/edge. The primary key declared below.
	ControlCreatorsTable = "organization_control_creators"
	// ControlCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ControlCreatorsInverseTable = "groups"
	// ControlObjectiveCreatorsTable is the table that holds the control_objective_creators relation/edge. The primary key declared below.
	ControlObjectiveCreatorsTable = "organization_control_objective_creators"
	// ControlObjectiveCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ControlObjectiveCreatorsInverseTable = "groups"
	// GroupCreatorsTable is the table that holds the group_creators relation/edge. The primary key declared below.
	GroupCreatorsTable = "organization_group_creators"
	// GroupCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	GroupCreatorsInverseTable = "groups"
	// InternalPolicyCreatorsTable is the table that holds the internal_policy_creators relation/edge. The primary key declared below.
	InternalPolicyCreatorsTable = "organization_internal_policy_creators"
	// InternalPolicyCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	InternalPolicyCreatorsInverseTable = "groups"
	// NarrativeCreatorsTable is the table that holds the narrative_creators relation/edge. The primary key declared below.
	NarrativeCreatorsTable = "organization_narrative_creators"
	// NarrativeCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	NarrativeCreatorsInverseTable = "groups"
	// ProcedureCreatorsTable is the table that holds the procedure_creators relation/edge. The primary key declared below.
	ProcedureCreatorsTable = "organization_procedure_creators"
	// ProcedureCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ProcedureCreatorsInverseTable = "groups"
	// ProgramCreatorsTable is the table that holds the program_creators relation/edge. The primary key declared below.
	ProgramCreatorsTable = "organization_program_creators"
	// ProgramCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	ProgramCreatorsInverseTable = "groups"
	// RiskCreatorsTable is the table that holds the risk_creators relation/edge. The primary key declared below.
	RiskCreatorsTable = "organization_risk_creators"
	// RiskCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	RiskCreatorsInverseTable = "groups"
	// TemplateCreatorsTable is the table that holds the template_creators relation/edge. The primary key declared below.
	TemplateCreatorsTable = "organization_template_creators"
	// TemplateCreatorsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	TemplateCreatorsInverseTable = "groups"
	// ParentTable is the table that holds the parent relation/edge.
	ParentTable = "organizations"
	// ParentColumn is the table column denoting the parent relation/edge.
	ParentColumn = "parent_organization_id"
	// ChildrenTable is the table that holds the children relation/edge.
	ChildrenTable = "organizations"
	// ChildrenColumn is the table column denoting the children relation/edge.
	ChildrenColumn = "parent_organization_id"
	// GroupsTable is the table that holds the groups relation/edge.
	GroupsTable = "groups"
	// GroupsInverseTable is the table name for the Group entity.
	// It exists in this package in order to avoid circular dependency with the "group" package.
	GroupsInverseTable = "groups"
	// GroupsColumn is the table column denoting the groups relation/edge.
	GroupsColumn = "owner_id"
	// TemplatesTable is the table that holds the templates relation/edge.
	TemplatesTable = "templates"
	// TemplatesInverseTable is the table name for the Template entity.
	// It exists in this package in order to avoid circular dependency with the "template" package.
	TemplatesInverseTable = "templates"
	// TemplatesColumn is the table column denoting the templates relation/edge.
	TemplatesColumn = "owner_id"
	// 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 = "owner_id"
	// SettingTable is the table that holds the setting relation/edge.
	SettingTable = "organization_settings"
	// SettingInverseTable is the table name for the OrganizationSetting entity.
	// It exists in this package in order to avoid circular dependency with the "organizationsetting" package.
	SettingInverseTable = "organization_settings"
	// SettingColumn is the table column denoting the setting relation/edge.
	SettingColumn = "organization_id"
	// DocumentDataTable is the table that holds the document_data relation/edge.
	DocumentDataTable = "document_data"
	// DocumentDataInverseTable is the table name for the DocumentData entity.
	// It exists in this package in order to avoid circular dependency with the "documentdata" package.
	DocumentDataInverseTable = "document_data"
	// DocumentDataColumn is the table column denoting the document_data relation/edge.
	DocumentDataColumn = "owner_id"
	// OrgSubscriptionsTable is the table that holds the org_subscriptions relation/edge.
	OrgSubscriptionsTable = "org_subscriptions"
	// OrgSubscriptionsInverseTable is the table name for the OrgSubscription entity.
	// It exists in this package in order to avoid circular dependency with the "orgsubscription" package.
	OrgSubscriptionsInverseTable = "org_subscriptions"
	// OrgSubscriptionsColumn is the table column denoting the org_subscriptions relation/edge.
	OrgSubscriptionsColumn = "owner_id"
	// PersonalAccessTokensTable is the table that holds the personal_access_tokens relation/edge. The primary key declared below.
	PersonalAccessTokensTable = "organization_personal_access_tokens"
	// PersonalAccessTokensInverseTable is the table name for the PersonalAccessToken entity.
	// It exists in this package in order to avoid circular dependency with the "personalaccesstoken" package.
	PersonalAccessTokensInverseTable = "personal_access_tokens"
	// APITokensTable is the table that holds the api_tokens relation/edge.
	APITokensTable = "api_tokens"
	// APITokensInverseTable is the table name for the APIToken entity.
	// It exists in this package in order to avoid circular dependency with the "apitoken" package.
	APITokensInverseTable = "api_tokens"
	// APITokensColumn is the table column denoting the api_tokens relation/edge.
	APITokensColumn = "owner_id"
	// UsersTable is the table that holds the users relation/edge. The primary key declared below.
	UsersTable = "org_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"
	// InvitesTable is the table that holds the invites relation/edge.
	InvitesTable = "invites"
	// 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"
	// InvitesColumn is the table column denoting the invites relation/edge.
	InvitesColumn = "owner_id"
	// SubscribersTable is the table that holds the subscribers relation/edge.
	SubscribersTable = "subscribers"
	// SubscribersInverseTable is the table name for the Subscriber entity.
	// It exists in this package in order to avoid circular dependency with the "subscriber" package.
	SubscribersInverseTable = "subscribers"
	// SubscribersColumn is the table column denoting the subscribers relation/edge.
	SubscribersColumn = "owner_id"
	// EventsTable is the table that holds the events relation/edge. The primary key declared below.
	EventsTable = "organization_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"
	// SecretsTable is the table that holds the secrets relation/edge. The primary key declared below.
	SecretsTable = "organization_secrets"
	// SecretsInverseTable is the table name for the Hush entity.
	// It exists in this package in order to avoid circular dependency with the "hush" package.
	SecretsInverseTable = "hushes"
	// FilesTable is the table that holds the files relation/edge. The primary key declared below.
	FilesTable = "organization_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"
	// EntitiesTable is the table that holds the entities relation/edge.
	EntitiesTable = "entities"
	// EntitiesInverseTable is the table name for the Entity entity.
	// It exists in this package in order to avoid circular dependency with the "entity" package.
	EntitiesInverseTable = "entities"
	// EntitiesColumn is the table column denoting the entities relation/edge.
	EntitiesColumn = "owner_id"
	// EntityTypesTable is the table that holds the entity_types relation/edge.
	EntityTypesTable = "entity_types"
	// EntityTypesInverseTable is the table name for the EntityType entity.
	// It exists in this package in order to avoid circular dependency with the "entitytype" package.
	EntityTypesInverseTable = "entity_types"
	// EntityTypesColumn is the table column denoting the entity_types relation/edge.
	EntityTypesColumn = "owner_id"
	// ContactsTable is the table that holds the contacts relation/edge.
	ContactsTable = "contacts"
	// ContactsInverseTable is the table name for the Contact entity.
	// It exists in this package in order to avoid circular dependency with the "contact" package.
	ContactsInverseTable = "contacts"
	// ContactsColumn is the table column denoting the contacts relation/edge.
	ContactsColumn = "owner_id"
	// NotesTable is the table that holds the notes relation/edge.
	NotesTable = "notes"
	// NotesInverseTable is the table name for the Note entity.
	// It exists in this package in order to avoid circular dependency with the "note" package.
	NotesInverseTable = "notes"
	// NotesColumn is the table column denoting the notes relation/edge.
	NotesColumn = "owner_id"
	// TasksTable is the table that holds the tasks relation/edge. The primary key declared below.
	TasksTable = "organization_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"
	// ProgramsTable is the table that holds the programs relation/edge.
	ProgramsTable = "programs"
	// ProgramsInverseTable is the table name for the Program entity.
	// It exists in this package in order to avoid circular dependency with the "program" package.
	ProgramsInverseTable = "programs"
	// ProgramsColumn is the table column denoting the programs relation/edge.
	ProgramsColumn = "owner_id"
	// ProceduresTable is the table that holds the procedures relation/edge.
	ProceduresTable = "procedures"
	// ProceduresInverseTable is the table name for the Procedure entity.
	// It exists in this package in order to avoid circular dependency with the "procedure" package.
	ProceduresInverseTable = "procedures"
	// ProceduresColumn is the table column denoting the procedures relation/edge.
	ProceduresColumn = "owner_id"
	// InternalPoliciesTable is the table that holds the internal_policies relation/edge.
	InternalPoliciesTable = "internal_policies"
	// InternalPoliciesInverseTable is the table name for the InternalPolicy entity.
	// It exists in this package in order to avoid circular dependency with the "internalpolicy" package.
	InternalPoliciesInverseTable = "internal_policies"
	// InternalPoliciesColumn is the table column denoting the internal_policies relation/edge.
	InternalPoliciesColumn = "owner_id"
	// RisksTable is the table that holds the risks relation/edge.
	RisksTable = "risks"
	// RisksInverseTable is the table name for the Risk entity.
	// It exists in this package in order to avoid circular dependency with the "risk" package.
	RisksInverseTable = "risks"
	// RisksColumn is the table column denoting the risks relation/edge.
	RisksColumn = "owner_id"
	// ControlObjectivesTable is the table that holds the control_objectives relation/edge.
	ControlObjectivesTable = "control_objectives"
	// ControlObjectivesInverseTable is the table name for the ControlObjective entity.
	// It exists in this package in order to avoid circular dependency with the "controlobjective" package.
	ControlObjectivesInverseTable = "control_objectives"
	// ControlObjectivesColumn is the table column denoting the control_objectives relation/edge.
	ControlObjectivesColumn = "owner_id"
	// NarrativesTable is the table that holds the narratives relation/edge.
	NarrativesTable = "narratives"
	// NarrativesInverseTable is the table name for the Narrative entity.
	// It exists in this package in order to avoid circular dependency with the "narrative" package.
	NarrativesInverseTable = "narratives"
	// NarrativesColumn is the table column denoting the narratives relation/edge.
	NarrativesColumn = "owner_id"
	// ControlsTable is the table that holds the controls relation/edge.
	ControlsTable = "controls"
	// ControlsInverseTable is the table name for the Control entity.
	// It exists in this package in order to avoid circular dependency with the "control" package.
	ControlsInverseTable = "controls"
	// ControlsColumn is the table column denoting the controls relation/edge.
	ControlsColumn = "owner_id"
	// SubcontrolsTable is the table that holds the subcontrols relation/edge.
	SubcontrolsTable = "subcontrols"
	// SubcontrolsInverseTable is the table name for the Subcontrol entity.
	// It exists in this package in order to avoid circular dependency with the "subcontrol" package.
	SubcontrolsInverseTable = "subcontrols"
	// SubcontrolsColumn is the table column denoting the subcontrols relation/edge.
	SubcontrolsColumn = "owner_id"
	// MembersTable is the table that holds the members relation/edge.
	MembersTable = "org_memberships"
	// MembersInverseTable is the table name for the OrgMembership entity.
	// It exists in this package in order to avoid circular dependency with the "orgmembership" package.
	MembersInverseTable = "org_memberships"
	// MembersColumn is the table column denoting the members relation/edge.
	MembersColumn = "organization_id"
)

Variables

View Source
var (
	// ControlCreatorsPrimaryKey and ControlCreatorsColumn2 are the table columns denoting the
	// primary key for the control_creators relation (M2M).
	ControlCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// ControlObjectiveCreatorsPrimaryKey and ControlObjectiveCreatorsColumn2 are the table columns denoting the
	// primary key for the control_objective_creators relation (M2M).
	ControlObjectiveCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// GroupCreatorsPrimaryKey and GroupCreatorsColumn2 are the table columns denoting the
	// primary key for the group_creators relation (M2M).
	GroupCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// InternalPolicyCreatorsPrimaryKey and InternalPolicyCreatorsColumn2 are the table columns denoting the
	// primary key for the internal_policy_creators relation (M2M).
	InternalPolicyCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// NarrativeCreatorsPrimaryKey and NarrativeCreatorsColumn2 are the table columns denoting the
	// primary key for the narrative_creators relation (M2M).
	NarrativeCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// ProcedureCreatorsPrimaryKey and ProcedureCreatorsColumn2 are the table columns denoting the
	// primary key for the procedure_creators relation (M2M).
	ProcedureCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// ProgramCreatorsPrimaryKey and ProgramCreatorsColumn2 are the table columns denoting the
	// primary key for the program_creators relation (M2M).
	ProgramCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// RiskCreatorsPrimaryKey and RiskCreatorsColumn2 are the table columns denoting the
	// primary key for the risk_creators relation (M2M).
	RiskCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// TemplateCreatorsPrimaryKey and TemplateCreatorsColumn2 are the table columns denoting the
	// primary key for the template_creators relation (M2M).
	TemplateCreatorsPrimaryKey = []string{"organization_id", "group_id"}
	// PersonalAccessTokensPrimaryKey and PersonalAccessTokensColumn2 are the table columns denoting the
	// primary key for the personal_access_tokens relation (M2M).
	PersonalAccessTokensPrimaryKey = []string{"organization_id", "personal_access_token_id"}
	// UsersPrimaryKey and UsersColumn2 are the table columns denoting the
	// primary key for the users relation (M2M).
	UsersPrimaryKey = []string{"user_id", "organization_id"}
	// EventsPrimaryKey and EventsColumn2 are the table columns denoting the
	// primary key for the events relation (M2M).
	EventsPrimaryKey = []string{"organization_id", "event_id"}
	// SecretsPrimaryKey and SecretsColumn2 are the table columns denoting the
	// primary key for the secrets relation (M2M).
	SecretsPrimaryKey = []string{"organization_id", "hush_id"}
	// FilesPrimaryKey and FilesColumn2 are the table columns denoting the
	// primary key for the files relation (M2M).
	FilesPrimaryKey = []string{"organization_id", "file_id"}
	// TasksPrimaryKey and TasksColumn2 are the table columns denoting the
	// primary key for the tasks relation (M2M).
	TasksPrimaryKey = []string{"organization_id", "task_id"}
)
View Source
var (
	Hooks        [14]ent.Hook
	Interceptors [2]ent.Interceptor
	Policy       ent.Policy
	// DefaultCreatedAt holds the default value on creation for the "created_at" field.
	DefaultCreatedAt func() time.Time
	// DefaultUpdatedAt holds the default value on creation for the "updated_at" field.
	DefaultUpdatedAt func() time.Time
	// UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field.
	UpdateDefaultUpdatedAt func() time.Time
	// DefaultMappingID holds the default value on creation for the "mapping_id" field.
	DefaultMappingID func() string
	// DefaultTags holds the default value on creation for the "tags" field.
	DefaultTags []string
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator 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
	// DefaultPersonalOrg holds the default value on creation for the "personal_org" field.
	DefaultPersonalOrg bool
	// AvatarRemoteURLValidator is a validator for the "avatar_remote_url" field. It is called by the builders before save.
	AvatarRemoteURLValidator func(string) error
	// DefaultDedicatedDb holds the default value on creation for the "dedicated_db" field.
	DefaultDedicatedDb bool
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() string
)

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

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

Columns holds all SQL columns for organization fields.

Functions

func And

func And(predicates ...predicate.Organization) predicate.Organization

And groups predicates with the AND operator between them.

func AvatarRemoteURL

func AvatarRemoteURL(v string) predicate.Organization

AvatarRemoteURL applies equality check predicate on the "avatar_remote_url" field. It's identical to AvatarRemoteURLEQ.

func AvatarRemoteURLContains

func AvatarRemoteURLContains(v string) predicate.Organization

AvatarRemoteURLContains applies the Contains predicate on the "avatar_remote_url" field.

func AvatarRemoteURLContainsFold

func AvatarRemoteURLContainsFold(v string) predicate.Organization

AvatarRemoteURLContainsFold applies the ContainsFold predicate on the "avatar_remote_url" field.

func AvatarRemoteURLEQ

func AvatarRemoteURLEQ(v string) predicate.Organization

AvatarRemoteURLEQ applies the EQ predicate on the "avatar_remote_url" field.

func AvatarRemoteURLEqualFold

func AvatarRemoteURLEqualFold(v string) predicate.Organization

AvatarRemoteURLEqualFold applies the EqualFold predicate on the "avatar_remote_url" field.

func AvatarRemoteURLGT

func AvatarRemoteURLGT(v string) predicate.Organization

AvatarRemoteURLGT applies the GT predicate on the "avatar_remote_url" field.

func AvatarRemoteURLGTE

func AvatarRemoteURLGTE(v string) predicate.Organization

AvatarRemoteURLGTE applies the GTE predicate on the "avatar_remote_url" field.

func AvatarRemoteURLHasPrefix

func AvatarRemoteURLHasPrefix(v string) predicate.Organization

AvatarRemoteURLHasPrefix applies the HasPrefix predicate on the "avatar_remote_url" field.

func AvatarRemoteURLHasSuffix

func AvatarRemoteURLHasSuffix(v string) predicate.Organization

AvatarRemoteURLHasSuffix applies the HasSuffix predicate on the "avatar_remote_url" field.

func AvatarRemoteURLIn

func AvatarRemoteURLIn(vs ...string) predicate.Organization

AvatarRemoteURLIn applies the In predicate on the "avatar_remote_url" field.

func AvatarRemoteURLIsNil

func AvatarRemoteURLIsNil() predicate.Organization

AvatarRemoteURLIsNil applies the IsNil predicate on the "avatar_remote_url" field.

func AvatarRemoteURLLT

func AvatarRemoteURLLT(v string) predicate.Organization

AvatarRemoteURLLT applies the LT predicate on the "avatar_remote_url" field.

func AvatarRemoteURLLTE

func AvatarRemoteURLLTE(v string) predicate.Organization

AvatarRemoteURLLTE applies the LTE predicate on the "avatar_remote_url" field.

func AvatarRemoteURLNEQ

func AvatarRemoteURLNEQ(v string) predicate.Organization

AvatarRemoteURLNEQ applies the NEQ predicate on the "avatar_remote_url" field.

func AvatarRemoteURLNotIn

func AvatarRemoteURLNotIn(vs ...string) predicate.Organization

AvatarRemoteURLNotIn applies the NotIn predicate on the "avatar_remote_url" field.

func AvatarRemoteURLNotNil

func AvatarRemoteURLNotNil() predicate.Organization

AvatarRemoteURLNotNil applies the NotNil predicate on the "avatar_remote_url" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Organization

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Organization

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Organization

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Organization

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.Organization

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Organization

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Organization

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Organization

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.Organization

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

func CreatedBy

func CreatedBy(v string) predicate.Organization

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

func CreatedByContains

func CreatedByContains(v string) predicate.Organization

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.Organization

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.Organization

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.Organization

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

func CreatedByGT

func CreatedByGT(v string) predicate.Organization

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.Organization

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.Organization

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.Organization

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.Organization

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

func CreatedByLT

func CreatedByLT(v string) predicate.Organization

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.Organization

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.Organization

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.Organization

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

func DedicatedDb

func DedicatedDb(v bool) predicate.Organization

DedicatedDb applies equality check predicate on the "dedicated_db" field. It's identical to DedicatedDbEQ.

func DedicatedDbEQ

func DedicatedDbEQ(v bool) predicate.Organization

DedicatedDbEQ applies the EQ predicate on the "dedicated_db" field.

func DedicatedDbNEQ

func DedicatedDbNEQ(v bool) predicate.Organization

DedicatedDbNEQ applies the NEQ predicate on the "dedicated_db" field.

func DeletedAt

func DeletedAt(v time.Time) predicate.Organization

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

func DeletedAtEQ

func DeletedAtEQ(v time.Time) predicate.Organization

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

func DeletedAtGT

func DeletedAtGT(v time.Time) predicate.Organization

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

func DeletedAtGTE

func DeletedAtGTE(v time.Time) predicate.Organization

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

func DeletedAtIn

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

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

func DeletedAtIsNil

func DeletedAtIsNil() predicate.Organization

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

func DeletedAtLT

func DeletedAtLT(v time.Time) predicate.Organization

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

func DeletedAtLTE

func DeletedAtLTE(v time.Time) predicate.Organization

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

func DeletedAtNEQ

func DeletedAtNEQ(v time.Time) predicate.Organization

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

func DeletedAtNotIn

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

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

func DeletedAtNotNil

func DeletedAtNotNil() predicate.Organization

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

func DeletedBy

func DeletedBy(v string) predicate.Organization

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

func DeletedByContains

func DeletedByContains(v string) predicate.Organization

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

func DeletedByContainsFold

func DeletedByContainsFold(v string) predicate.Organization

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

func DeletedByEQ

func DeletedByEQ(v string) predicate.Organization

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

func DeletedByEqualFold

func DeletedByEqualFold(v string) predicate.Organization

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

func DeletedByGT

func DeletedByGT(v string) predicate.Organization

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

func DeletedByGTE

func DeletedByGTE(v string) predicate.Organization

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

func DeletedByHasPrefix

func DeletedByHasPrefix(v string) predicate.Organization

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

func DeletedByHasSuffix

func DeletedByHasSuffix(v string) predicate.Organization

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

func DeletedByIn

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

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

func DeletedByIsNil

func DeletedByIsNil() predicate.Organization

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

func DeletedByLT

func DeletedByLT(v string) predicate.Organization

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

func DeletedByLTE

func DeletedByLTE(v string) predicate.Organization

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

func DeletedByNEQ

func DeletedByNEQ(v string) predicate.Organization

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

func DeletedByNotIn

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

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

func DeletedByNotNil

func DeletedByNotNil() predicate.Organization

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

func Description

func Description(v string) predicate.Organization

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

func DescriptionContains

func DescriptionContains(v string) predicate.Organization

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Organization

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.Organization

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Organization

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

func DescriptionGT

func DescriptionGT(v string) predicate.Organization

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.Organization

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Organization

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Organization

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.Organization

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

func DescriptionLT

func DescriptionLT(v string) predicate.Organization

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.Organization

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Organization

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.Organization

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

func DisplayName

func DisplayName(v string) predicate.Organization

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

func DisplayNameContains

func DisplayNameContains(v string) predicate.Organization

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

func DisplayNameContainsFold

func DisplayNameContainsFold(v string) predicate.Organization

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

func DisplayNameEQ

func DisplayNameEQ(v string) predicate.Organization

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

func DisplayNameEqualFold

func DisplayNameEqualFold(v string) predicate.Organization

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

func DisplayNameGT

func DisplayNameGT(v string) predicate.Organization

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

func DisplayNameGTE

func DisplayNameGTE(v string) predicate.Organization

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

func DisplayNameHasPrefix

func DisplayNameHasPrefix(v string) predicate.Organization

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

func DisplayNameHasSuffix

func DisplayNameHasSuffix(v string) predicate.Organization

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

func DisplayNameIn

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

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

func DisplayNameLT

func DisplayNameLT(v string) predicate.Organization

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

func DisplayNameLTE

func DisplayNameLTE(v string) predicate.Organization

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

func DisplayNameNEQ

func DisplayNameNEQ(v string) predicate.Organization

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

func DisplayNameNotIn

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

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

func HasAPITokens

func HasAPITokens() predicate.Organization

HasAPITokens applies the HasEdge predicate on the "api_tokens" edge.

func HasAPITokensWith

func HasAPITokensWith(preds ...predicate.APIToken) predicate.Organization

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

func HasChildren

func HasChildren() predicate.Organization

HasChildren applies the HasEdge predicate on the "children" edge.

func HasChildrenWith

func HasChildrenWith(preds ...predicate.Organization) predicate.Organization

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

func HasContacts

func HasContacts() predicate.Organization

HasContacts applies the HasEdge predicate on the "contacts" edge.

func HasContactsWith

func HasContactsWith(preds ...predicate.Contact) predicate.Organization

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

func HasControlCreators added in v0.5.0

func HasControlCreators() predicate.Organization

HasControlCreators applies the HasEdge predicate on the "control_creators" edge.

func HasControlCreatorsWith added in v0.5.0

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

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

func HasControlObjectiveCreators added in v0.5.0

func HasControlObjectiveCreators() predicate.Organization

HasControlObjectiveCreators applies the HasEdge predicate on the "control_objective_creators" edge.

func HasControlObjectiveCreatorsWith added in v0.5.0

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

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

func HasControlObjectives added in v0.6.1

func HasControlObjectives() predicate.Organization

HasControlObjectives applies the HasEdge predicate on the "control_objectives" edge.

func HasControlObjectivesWith added in v0.6.1

func HasControlObjectivesWith(preds ...predicate.ControlObjective) predicate.Organization

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

func HasControls added in v0.5.0

func HasControls() predicate.Organization

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

func HasControlsWith added in v0.5.0

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

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

func HasDocumentData added in v0.6.1

func HasDocumentData() predicate.Organization

HasDocumentData applies the HasEdge predicate on the "document_data" edge.

func HasDocumentDataWith added in v0.6.1

func HasDocumentDataWith(preds ...predicate.DocumentData) predicate.Organization

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

func HasEntities

func HasEntities() predicate.Organization

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

func HasEntitiesWith

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

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

func HasEntityTypes added in v0.6.1

func HasEntityTypes() predicate.Organization

HasEntityTypes applies the HasEdge predicate on the "entity_types" edge.

func HasEntityTypesWith added in v0.6.1

func HasEntityTypesWith(preds ...predicate.EntityType) predicate.Organization

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

func HasEvents

func HasEvents() predicate.Organization

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

func HasEventsWith

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

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

func HasFiles

func HasFiles() predicate.Organization

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

func HasFilesWith

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

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

func HasGroupCreators added in v0.5.0

func HasGroupCreators() predicate.Organization

HasGroupCreators applies the HasEdge predicate on the "group_creators" edge.

func HasGroupCreatorsWith added in v0.5.0

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

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

func HasGroups

func HasGroups() predicate.Organization

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

func HasGroupsWith

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

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

func HasIntegrations

func HasIntegrations() predicate.Organization

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

func HasIntegrationsWith

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

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

func HasInternalPolicies added in v0.6.1

func HasInternalPolicies() predicate.Organization

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

func HasInternalPoliciesWith added in v0.6.1

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

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

func HasInternalPolicyCreators added in v0.5.0

func HasInternalPolicyCreators() predicate.Organization

HasInternalPolicyCreators applies the HasEdge predicate on the "internal_policy_creators" edge.

func HasInternalPolicyCreatorsWith added in v0.5.0

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

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

func HasInvites

func HasInvites() predicate.Organization

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

func HasInvitesWith

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

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

func HasMembers

func HasMembers() predicate.Organization

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

func HasMembersWith

func HasMembersWith(preds ...predicate.OrgMembership) predicate.Organization

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

func HasNarrativeCreators added in v0.5.0

func HasNarrativeCreators() predicate.Organization

HasNarrativeCreators applies the HasEdge predicate on the "narrative_creators" edge.

func HasNarrativeCreatorsWith added in v0.5.0

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

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

func HasNarratives added in v0.4.4

func HasNarratives() predicate.Organization

HasNarratives applies the HasEdge predicate on the "narratives" edge.

func HasNarrativesWith added in v0.4.4

func HasNarrativesWith(preds ...predicate.Narrative) predicate.Organization

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

func HasNotes

func HasNotes() predicate.Organization

HasNotes applies the HasEdge predicate on the "notes" edge.

func HasNotesWith

func HasNotesWith(preds ...predicate.Note) predicate.Organization

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

func HasOrgSubscriptions added in v0.6.1

func HasOrgSubscriptions() predicate.Organization

HasOrgSubscriptions applies the HasEdge predicate on the "org_subscriptions" edge.

func HasOrgSubscriptionsWith added in v0.6.1

func HasOrgSubscriptionsWith(preds ...predicate.OrgSubscription) predicate.Organization

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

func HasParent

func HasParent() predicate.Organization

HasParent applies the HasEdge predicate on the "parent" edge.

func HasParentWith

func HasParentWith(preds ...predicate.Organization) predicate.Organization

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

func HasPersonalAccessTokens

func HasPersonalAccessTokens() predicate.Organization

HasPersonalAccessTokens applies the HasEdge predicate on the "personal_access_tokens" edge.

func HasPersonalAccessTokensWith

func HasPersonalAccessTokensWith(preds ...predicate.PersonalAccessToken) predicate.Organization

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

func HasProcedureCreators added in v0.5.0

func HasProcedureCreators() predicate.Organization

HasProcedureCreators applies the HasEdge predicate on the "procedure_creators" edge.

func HasProcedureCreatorsWith added in v0.5.0

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

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

func HasProcedures added in v0.4.2

func HasProcedures() predicate.Organization

HasProcedures applies the HasEdge predicate on the "procedures" edge.

func HasProceduresWith added in v0.4.2

func HasProceduresWith(preds ...predicate.Procedure) predicate.Organization

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

func HasProgramCreators added in v0.5.0

func HasProgramCreators() predicate.Organization

HasProgramCreators applies the HasEdge predicate on the "program_creators" edge.

func HasProgramCreatorsWith added in v0.5.0

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

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

func HasPrograms added in v0.3.5

func HasPrograms() predicate.Organization

HasPrograms applies the HasEdge predicate on the "programs" edge.

func HasProgramsWith added in v0.3.5

func HasProgramsWith(preds ...predicate.Program) predicate.Organization

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

func HasRiskCreators added in v0.5.0

func HasRiskCreators() predicate.Organization

HasRiskCreators applies the HasEdge predicate on the "risk_creators" edge.

func HasRiskCreatorsWith added in v0.5.0

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

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

func HasRisks added in v0.4.3

func HasRisks() predicate.Organization

HasRisks applies the HasEdge predicate on the "risks" edge.

func HasRisksWith added in v0.4.3

func HasRisksWith(preds ...predicate.Risk) predicate.Organization

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

func HasSecrets

func HasSecrets() predicate.Organization

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

func HasSecretsWith

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

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

func HasSetting

func HasSetting() predicate.Organization

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

func HasSettingWith

func HasSettingWith(preds ...predicate.OrganizationSetting) predicate.Organization

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

func HasSubcontrols added in v0.5.0

func HasSubcontrols() predicate.Organization

HasSubcontrols applies the HasEdge predicate on the "subcontrols" edge.

func HasSubcontrolsWith added in v0.5.0

func HasSubcontrolsWith(preds ...predicate.Subcontrol) predicate.Organization

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

func HasSubscribers

func HasSubscribers() predicate.Organization

HasSubscribers applies the HasEdge predicate on the "subscribers" edge.

func HasSubscribersWith

func HasSubscribersWith(preds ...predicate.Subscriber) predicate.Organization

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

func HasTasks added in v0.3.4

func HasTasks() predicate.Organization

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

func HasTasksWith added in v0.3.4

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

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

func HasTemplateCreators added in v0.5.0

func HasTemplateCreators() predicate.Organization

HasTemplateCreators applies the HasEdge predicate on the "template_creators" edge.

func HasTemplateCreatorsWith added in v0.5.0

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

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

func HasTemplates

func HasTemplates() predicate.Organization

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

func HasTemplatesWith

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

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

func HasUsers

func HasUsers() predicate.Organization

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

func HasUsersWith

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

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

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.Organization

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

func IDEQ(id string) predicate.Organization

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.Organization

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

func IDGT(id string) predicate.Organization

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id string) predicate.Organization

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id string) predicate.Organization

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id string) predicate.Organization

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id string) predicate.Organization

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func MappingID

func MappingID(v string) predicate.Organization

MappingID applies equality check predicate on the "mapping_id" field. It's identical to MappingIDEQ.

func MappingIDContains

func MappingIDContains(v string) predicate.Organization

MappingIDContains applies the Contains predicate on the "mapping_id" field.

func MappingIDContainsFold

func MappingIDContainsFold(v string) predicate.Organization

MappingIDContainsFold applies the ContainsFold predicate on the "mapping_id" field.

func MappingIDEQ

func MappingIDEQ(v string) predicate.Organization

MappingIDEQ applies the EQ predicate on the "mapping_id" field.

func MappingIDEqualFold

func MappingIDEqualFold(v string) predicate.Organization

MappingIDEqualFold applies the EqualFold predicate on the "mapping_id" field.

func MappingIDGT

func MappingIDGT(v string) predicate.Organization

MappingIDGT applies the GT predicate on the "mapping_id" field.

func MappingIDGTE

func MappingIDGTE(v string) predicate.Organization

MappingIDGTE applies the GTE predicate on the "mapping_id" field.

func MappingIDHasPrefix

func MappingIDHasPrefix(v string) predicate.Organization

MappingIDHasPrefix applies the HasPrefix predicate on the "mapping_id" field.

func MappingIDHasSuffix

func MappingIDHasSuffix(v string) predicate.Organization

MappingIDHasSuffix applies the HasSuffix predicate on the "mapping_id" field.

func MappingIDIn

func MappingIDIn(vs ...string) predicate.Organization

MappingIDIn applies the In predicate on the "mapping_id" field.

func MappingIDLT

func MappingIDLT(v string) predicate.Organization

MappingIDLT applies the LT predicate on the "mapping_id" field.

func MappingIDLTE

func MappingIDLTE(v string) predicate.Organization

MappingIDLTE applies the LTE predicate on the "mapping_id" field.

func MappingIDNEQ

func MappingIDNEQ(v string) predicate.Organization

MappingIDNEQ applies the NEQ predicate on the "mapping_id" field.

func MappingIDNotIn

func MappingIDNotIn(vs ...string) predicate.Organization

MappingIDNotIn applies the NotIn predicate on the "mapping_id" field.

func Name

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

func NameContains

func NameContains(v string) predicate.Organization

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

func NameContainsFold

func NameContainsFold(v string) predicate.Organization

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

func NameEQ

func NameEQ(v string) predicate.Organization

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

func NameEqualFold

func NameEqualFold(v string) predicate.Organization

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

func NameGT

func NameGT(v string) predicate.Organization

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

func NameGTE

func NameGTE(v string) predicate.Organization

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Organization

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Organization

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.Organization

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

func NameLTE

func NameLTE(v string) predicate.Organization

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

func NameNEQ

func NameNEQ(v string) predicate.Organization

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

func NameNotIn

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

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

Or groups predicates with the OR operator between them.

func ParentOrganizationID

func ParentOrganizationID(v string) predicate.Organization

ParentOrganizationID applies equality check predicate on the "parent_organization_id" field. It's identical to ParentOrganizationIDEQ.

func ParentOrganizationIDContains

func ParentOrganizationIDContains(v string) predicate.Organization

ParentOrganizationIDContains applies the Contains predicate on the "parent_organization_id" field.

func ParentOrganizationIDContainsFold

func ParentOrganizationIDContainsFold(v string) predicate.Organization

ParentOrganizationIDContainsFold applies the ContainsFold predicate on the "parent_organization_id" field.

func ParentOrganizationIDEQ

func ParentOrganizationIDEQ(v string) predicate.Organization

ParentOrganizationIDEQ applies the EQ predicate on the "parent_organization_id" field.

func ParentOrganizationIDEqualFold

func ParentOrganizationIDEqualFold(v string) predicate.Organization

ParentOrganizationIDEqualFold applies the EqualFold predicate on the "parent_organization_id" field.

func ParentOrganizationIDGT

func ParentOrganizationIDGT(v string) predicate.Organization

ParentOrganizationIDGT applies the GT predicate on the "parent_organization_id" field.

func ParentOrganizationIDGTE

func ParentOrganizationIDGTE(v string) predicate.Organization

ParentOrganizationIDGTE applies the GTE predicate on the "parent_organization_id" field.

func ParentOrganizationIDHasPrefix

func ParentOrganizationIDHasPrefix(v string) predicate.Organization

ParentOrganizationIDHasPrefix applies the HasPrefix predicate on the "parent_organization_id" field.

func ParentOrganizationIDHasSuffix

func ParentOrganizationIDHasSuffix(v string) predicate.Organization

ParentOrganizationIDHasSuffix applies the HasSuffix predicate on the "parent_organization_id" field.

func ParentOrganizationIDIn

func ParentOrganizationIDIn(vs ...string) predicate.Organization

ParentOrganizationIDIn applies the In predicate on the "parent_organization_id" field.

func ParentOrganizationIDIsNil

func ParentOrganizationIDIsNil() predicate.Organization

ParentOrganizationIDIsNil applies the IsNil predicate on the "parent_organization_id" field.

func ParentOrganizationIDLT

func ParentOrganizationIDLT(v string) predicate.Organization

ParentOrganizationIDLT applies the LT predicate on the "parent_organization_id" field.

func ParentOrganizationIDLTE

func ParentOrganizationIDLTE(v string) predicate.Organization

ParentOrganizationIDLTE applies the LTE predicate on the "parent_organization_id" field.

func ParentOrganizationIDNEQ

func ParentOrganizationIDNEQ(v string) predicate.Organization

ParentOrganizationIDNEQ applies the NEQ predicate on the "parent_organization_id" field.

func ParentOrganizationIDNotIn

func ParentOrganizationIDNotIn(vs ...string) predicate.Organization

ParentOrganizationIDNotIn applies the NotIn predicate on the "parent_organization_id" field.

func ParentOrganizationIDNotNil

func ParentOrganizationIDNotNil() predicate.Organization

ParentOrganizationIDNotNil applies the NotNil predicate on the "parent_organization_id" field.

func PersonalOrg

func PersonalOrg(v bool) predicate.Organization

PersonalOrg applies equality check predicate on the "personal_org" field. It's identical to PersonalOrgEQ.

func PersonalOrgEQ

func PersonalOrgEQ(v bool) predicate.Organization

PersonalOrgEQ applies the EQ predicate on the "personal_org" field.

func PersonalOrgIsNil

func PersonalOrgIsNil() predicate.Organization

PersonalOrgIsNil applies the IsNil predicate on the "personal_org" field.

func PersonalOrgNEQ

func PersonalOrgNEQ(v bool) predicate.Organization

PersonalOrgNEQ applies the NEQ predicate on the "personal_org" field.

func PersonalOrgNotNil

func PersonalOrgNotNil() predicate.Organization

PersonalOrgNotNil applies the NotNil predicate on the "personal_org" field.

func TagsIsNil

func TagsIsNil() predicate.Organization

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

func TagsNotNil

func TagsNotNil() predicate.Organization

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Organization

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Organization

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Organization

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Organization

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.Organization

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Organization

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Organization

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Organization

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.Organization

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

func UpdatedBy

func UpdatedBy(v string) predicate.Organization

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.Organization

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.Organization

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.Organization

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.Organization

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.Organization

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.Organization

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.Organization

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.Organization

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.Organization

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.Organization

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.Organization

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.Organization

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.Organization

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

func ByAPITokens

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

ByAPITokens orders the results by api_tokens terms.

func ByAPITokensCount

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

ByAPITokensCount orders the results by api_tokens count.

func ByAvatarRemoteURL

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

ByAvatarRemoteURL orders the results by the avatar_remote_url field.

func ByChildren

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

ByChildren orders the results by children terms.

func ByChildrenCount

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

ByChildrenCount orders the results by children count.

func ByContacts

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

ByContacts orders the results by contacts terms.

func ByContactsCount

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

ByContactsCount orders the results by contacts count.

func ByControlCreators added in v0.5.0

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

ByControlCreators orders the results by control_creators terms.

func ByControlCreatorsCount added in v0.5.0

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

ByControlCreatorsCount orders the results by control_creators count.

func ByControlObjectiveCreators added in v0.5.0

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

ByControlObjectiveCreators orders the results by control_objective_creators terms.

func ByControlObjectiveCreatorsCount added in v0.5.0

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

ByControlObjectiveCreatorsCount orders the results by control_objective_creators count.

func ByControlObjectives added in v0.6.1

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

ByControlObjectives orders the results by control_objectives terms.

func ByControlObjectivesCount added in v0.6.1

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

ByControlObjectivesCount orders the results by control_objectives count.

func ByControls added in v0.5.0

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

ByControls orders the results by controls terms.

func ByControlsCount added in v0.5.0

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

ByControlsCount orders the results by controls count.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByDedicatedDb

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

ByDedicatedDb orders the results by the dedicated_db field.

func ByDeletedAt

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

ByDeletedAt orders the results by the deleted_at field.

func ByDeletedBy

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

ByDeletedBy orders the results by the deleted_by field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDisplayName

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

ByDisplayName orders the results by the display_name field.

func ByDocumentData added in v0.6.1

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

ByDocumentData orders the results by document_data terms.

func ByDocumentDataCount added in v0.6.1

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

ByDocumentDataCount orders the results by document_data count.

func ByEntities

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

ByEntities orders the results by entities terms.

func ByEntitiesCount

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

ByEntitiesCount orders the results by entities count.

func ByEntityTypes added in v0.6.1

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

ByEntityTypes orders the results by entity_types terms.

func ByEntityTypesCount added in v0.6.1

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

ByEntityTypesCount orders the results by entity_types 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 ByGroupCreators added in v0.5.0

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

ByGroupCreators orders the results by group_creators terms.

func ByGroupCreatorsCount added in v0.5.0

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

ByGroupCreatorsCount orders the results by group_creators count.

func ByGroups

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

ByGroups orders the results by groups terms.

func ByGroupsCount

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

ByGroupsCount orders the results by groups count.

func ByID

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

ByID orders the results by the id field.

func 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 ByInternalPolicies added in v0.6.1

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

ByInternalPolicies orders the results by internal_policies terms.

func ByInternalPoliciesCount added in v0.6.1

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

ByInternalPoliciesCount orders the results by internal_policies count.

func ByInternalPolicyCreators added in v0.5.0

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

ByInternalPolicyCreators orders the results by internal_policy_creators terms.

func ByInternalPolicyCreatorsCount added in v0.5.0

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

ByInternalPolicyCreatorsCount orders the results by internal_policy_creators 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 ByMappingID

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

ByMappingID orders the results by the mapping_id field.

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 ByNarrativeCreators added in v0.5.0

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

ByNarrativeCreators orders the results by narrative_creators terms.

func ByNarrativeCreatorsCount added in v0.5.0

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

ByNarrativeCreatorsCount orders the results by narrative_creators count.

func ByNarratives added in v0.4.4

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

ByNarratives orders the results by narratives terms.

func ByNarrativesCount added in v0.4.4

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

ByNarrativesCount orders the results by narratives count.

func ByNotes

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

ByNotes orders the results by notes terms.

func ByNotesCount

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

ByNotesCount orders the results by notes count.

func ByOrgSubscriptions added in v0.6.1

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

ByOrgSubscriptions orders the results by org_subscriptions terms.

func ByOrgSubscriptionsCount added in v0.6.1

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

ByOrgSubscriptionsCount orders the results by org_subscriptions count.

func ByParentField

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

ByParentField orders the results by parent field.

func ByParentOrganizationID

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

ByParentOrganizationID orders the results by the parent_organization_id field.

func ByPersonalAccessTokens

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

ByPersonalAccessTokens orders the results by personal_access_tokens terms.

func ByPersonalAccessTokensCount

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

ByPersonalAccessTokensCount orders the results by personal_access_tokens count.

func ByPersonalOrg

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

ByPersonalOrg orders the results by the personal_org field.

func ByProcedureCreators added in v0.5.0

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

ByProcedureCreators orders the results by procedure_creators terms.

func ByProcedureCreatorsCount added in v0.5.0

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

ByProcedureCreatorsCount orders the results by procedure_creators count.

func ByProcedures added in v0.4.2

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

ByProcedures orders the results by procedures terms.

func ByProceduresCount added in v0.4.2

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

ByProceduresCount orders the results by procedures count.

func ByProgramCreators added in v0.5.0

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

ByProgramCreators orders the results by program_creators terms.

func ByProgramCreatorsCount added in v0.5.0

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

ByProgramCreatorsCount orders the results by program_creators count.

func ByPrograms added in v0.3.5

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

ByPrograms orders the results by programs terms.

func ByProgramsCount added in v0.3.5

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

ByProgramsCount orders the results by programs count.

func ByRiskCreators added in v0.5.0

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

ByRiskCreators orders the results by risk_creators terms.

func ByRiskCreatorsCount added in v0.5.0

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

ByRiskCreatorsCount orders the results by risk_creators count.

func ByRisks added in v0.4.3

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

ByRisks orders the results by risks terms.

func ByRisksCount added in v0.4.3

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

ByRisksCount orders the results by risks count.

func BySecrets

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

BySecrets orders the results by secrets terms.

func BySecretsCount

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

BySecretsCount orders the results by secrets count.

func BySettingField

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

BySettingField orders the results by setting field.

func BySubcontrols added in v0.5.0

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

BySubcontrols orders the results by subcontrols terms.

func BySubcontrolsCount added in v0.5.0

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

BySubcontrolsCount orders the results by subcontrols count.

func BySubscribers

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

BySubscribers orders the results by subscribers terms.

func BySubscribersCount

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

BySubscribersCount orders the results by subscribers count.

func ByTasks added in v0.3.4

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

ByTasks orders the results by tasks terms.

func ByTasksCount added in v0.3.4

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

ByTasksCount orders the results by tasks count.

func ByTemplateCreators added in v0.5.0

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

ByTemplateCreators orders the results by template_creators terms.

func ByTemplateCreatorsCount added in v0.5.0

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

ByTemplateCreatorsCount orders the results by template_creators count.

func ByTemplates

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

ByTemplates orders the results by templates terms.

func ByTemplatesCount

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

ByTemplatesCount orders the results by templates count.

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