directorygroup

package
v1.9.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the directorygroup type in the database.
	Label = "directory_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"
	// 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"
	// FieldEnvironmentName holds the string denoting the environment_name field in the database.
	FieldEnvironmentName = "environment_name"
	// FieldEnvironmentID holds the string denoting the environment_id field in the database.
	FieldEnvironmentID = "environment_id"
	// FieldScopeName holds the string denoting the scope_name field in the database.
	FieldScopeName = "scope_name"
	// FieldScopeID holds the string denoting the scope_id field in the database.
	FieldScopeID = "scope_id"
	// FieldIntegrationID holds the string denoting the integration_id field in the database.
	FieldIntegrationID = "integration_id"
	// FieldDirectorySyncRunID holds the string denoting the directory_sync_run_id field in the database.
	FieldDirectorySyncRunID = "directory_sync_run_id"
	// FieldExternalID holds the string denoting the external_id field in the database.
	FieldExternalID = "external_id"
	// FieldEmail holds the string denoting the email field in the database.
	FieldEmail = "email"
	// 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"
	// FieldClassification holds the string denoting the classification field in the database.
	FieldClassification = "classification"
	// FieldStatus holds the string denoting the status field in the database.
	FieldStatus = "status"
	// FieldExternalSharingAllowed holds the string denoting the external_sharing_allowed field in the database.
	FieldExternalSharingAllowed = "external_sharing_allowed"
	// FieldMemberCount holds the string denoting the member_count field in the database.
	FieldMemberCount = "member_count"
	// FieldObservedAt holds the string denoting the observed_at field in the database.
	FieldObservedAt = "observed_at"
	// FieldProfileHash holds the string denoting the profile_hash field in the database.
	FieldProfileHash = "profile_hash"
	// FieldProfile holds the string denoting the profile field in the database.
	FieldProfile = "profile"
	// FieldRawProfileFileID holds the string denoting the raw_profile_file_id field in the database.
	FieldRawProfileFileID = "raw_profile_file_id"
	// FieldSourceVersion holds the string denoting the source_version field in the database.
	FieldSourceVersion = "source_version"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeEnvironment holds the string denoting the environment edge name in mutations.
	EdgeEnvironment = "environment"
	// EdgeScope holds the string denoting the scope edge name in mutations.
	EdgeScope = "scope"
	// EdgeIntegration holds the string denoting the integration edge name in mutations.
	EdgeIntegration = "integration"
	// EdgeDirectorySyncRun holds the string denoting the directory_sync_run edge name in mutations.
	EdgeDirectorySyncRun = "directory_sync_run"
	// EdgeAccounts holds the string denoting the accounts edge name in mutations.
	EdgeAccounts = "accounts"
	// EdgeWorkflowObjectRefs holds the string denoting the workflow_object_refs edge name in mutations.
	EdgeWorkflowObjectRefs = "workflow_object_refs"
	// EdgeMembers holds the string denoting the members edge name in mutations.
	EdgeMembers = "members"
	// Table holds the table name of the directorygroup in the database.
	Table = "directory_groups"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "directory_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"
	// EnvironmentTable is the table that holds the environment relation/edge.
	EnvironmentTable = "directory_groups"
	// EnvironmentInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	EnvironmentInverseTable = "custom_type_enums"
	// EnvironmentColumn is the table column denoting the environment relation/edge.
	EnvironmentColumn = "environment_id"
	// ScopeTable is the table that holds the scope relation/edge.
	ScopeTable = "directory_groups"
	// ScopeInverseTable is the table name for the CustomTypeEnum entity.
	// It exists in this package in order to avoid circular dependency with the "customtypeenum" package.
	ScopeInverseTable = "custom_type_enums"
	// ScopeColumn is the table column denoting the scope relation/edge.
	ScopeColumn = "scope_id"
	// IntegrationTable is the table that holds the integration relation/edge.
	IntegrationTable = "directory_groups"
	// IntegrationInverseTable is the table name for the Integration entity.
	// It exists in this package in order to avoid circular dependency with the "integration" package.
	IntegrationInverseTable = "integrations"
	// IntegrationColumn is the table column denoting the integration relation/edge.
	IntegrationColumn = "integration_id"
	// DirectorySyncRunTable is the table that holds the directory_sync_run relation/edge.
	DirectorySyncRunTable = "directory_groups"
	// DirectorySyncRunInverseTable is the table name for the DirectorySyncRun entity.
	// It exists in this package in order to avoid circular dependency with the "directorysyncrun" package.
	DirectorySyncRunInverseTable = "directory_sync_runs"
	// DirectorySyncRunColumn is the table column denoting the directory_sync_run relation/edge.
	DirectorySyncRunColumn = "directory_sync_run_id"
	// AccountsTable is the table that holds the accounts relation/edge. The primary key declared below.
	AccountsTable = "directory_memberships"
	// AccountsInverseTable is the table name for the DirectoryAccount entity.
	// It exists in this package in order to avoid circular dependency with the "directoryaccount" package.
	AccountsInverseTable = "directory_accounts"
	// WorkflowObjectRefsTable is the table that holds the workflow_object_refs relation/edge.
	WorkflowObjectRefsTable = "workflow_object_refs"
	// WorkflowObjectRefsInverseTable is the table name for the WorkflowObjectRef entity.
	// It exists in this package in order to avoid circular dependency with the "workflowobjectref" package.
	WorkflowObjectRefsInverseTable = "workflow_object_refs"
	// WorkflowObjectRefsColumn is the table column denoting the workflow_object_refs relation/edge.
	WorkflowObjectRefsColumn = "directory_group_id"
	// MembersTable is the table that holds the members relation/edge.
	MembersTable = "directory_memberships"
	// MembersInverseTable is the table name for the DirectoryMembership entity.
	// It exists in this package in order to avoid circular dependency with the "directorymembership" package.
	MembersInverseTable = "directory_memberships"
	// MembersColumn is the table column denoting the members relation/edge.
	MembersColumn = "directory_group_id"
)
View Source
const DefaultClassification enums.DirectoryGroupClassification = "TEAM"
View Source
const DefaultStatus enums.DirectoryGroupStatus = "ACTIVE"

Variables

View Source
var (
	Hooks        [7]ent.Hook
	Interceptors [1]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
	// IntegrationIDValidator is a validator for the "integration_id" field. It is called by the builders before save.
	IntegrationIDValidator func(string) error
	// DirectorySyncRunIDValidator is a validator for the "directory_sync_run_id" field. It is called by the builders before save.
	DirectorySyncRunIDValidator func(string) error
	// ExternalIDValidator is a validator for the "external_id" field. It is called by the builders before save.
	ExternalIDValidator func(string) error
	// EmailValidator is a validator for the "email" field. It is called by the builders before save.
	EmailValidator func(string) error
	// DefaultExternalSharingAllowed holds the default value on creation for the "external_sharing_allowed" field.
	DefaultExternalSharingAllowed bool
	// DefaultObservedAt holds the default value on creation for the "observed_at" field.
	DefaultObservedAt func() time.Time
	// DefaultProfileHash holds the default value on creation for the "profile_hash" field.
	DefaultProfileHash string
	// 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"
View Source
var (
	// AccountsPrimaryKey and AccountsColumn2 are the table columns denoting the
	// primary key for the accounts relation (M2M).
	AccountsPrimaryKey = []string{"directory_account_id", "directory_group_id"}
)

Columns holds all SQL columns for directorygroup fields.

View Source
var ForeignKeys = []string{
	"directory_sync_run_directory_groups",
	"integration_directory_groups",
}

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

Functions

func And

And groups predicates with the AND operator between them.

func ClassificationEQ

ClassificationEQ applies the EQ predicate on the "classification" field.

func ClassificationIn

ClassificationIn applies the In predicate on the "classification" field.

func ClassificationNEQ

ClassificationNEQ applies the NEQ predicate on the "classification" field.

func ClassificationNotIn

ClassificationNotIn applies the NotIn predicate on the "classification" field.

func ClassificationValidator

func ClassificationValidator(c enums.DirectoryGroupClassification) error

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

func CreatedAt

func CreatedAt(v time.Time) predicate.DirectoryGroup

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

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.DirectoryGroup

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

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.DirectoryGroup

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

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.DirectoryGroup

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

func CreatedAtIn

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

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

func CreatedAtIsNil

func CreatedAtIsNil() predicate.DirectoryGroup

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

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.DirectoryGroup

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

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.DirectoryGroup

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

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.DirectoryGroup

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

func CreatedAtNotIn

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

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

func CreatedAtNotNil

func CreatedAtNotNil() predicate.DirectoryGroup

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

func CreatedBy

func CreatedBy(v string) predicate.DirectoryGroup

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

func CreatedByContains

func CreatedByContains(v string) predicate.DirectoryGroup

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

func CreatedByContainsFold

func CreatedByContainsFold(v string) predicate.DirectoryGroup

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

func CreatedByEQ

func CreatedByEQ(v string) predicate.DirectoryGroup

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

func CreatedByEqualFold

func CreatedByEqualFold(v string) predicate.DirectoryGroup

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

func CreatedByGT

func CreatedByGT(v string) predicate.DirectoryGroup

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

func CreatedByGTE

func CreatedByGTE(v string) predicate.DirectoryGroup

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

func CreatedByHasPrefix

func CreatedByHasPrefix(v string) predicate.DirectoryGroup

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

func CreatedByHasSuffix

func CreatedByHasSuffix(v string) predicate.DirectoryGroup

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

func CreatedByIn

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

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

func CreatedByIsNil

func CreatedByIsNil() predicate.DirectoryGroup

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

func CreatedByLT

func CreatedByLT(v string) predicate.DirectoryGroup

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

func CreatedByLTE

func CreatedByLTE(v string) predicate.DirectoryGroup

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

func CreatedByNEQ

func CreatedByNEQ(v string) predicate.DirectoryGroup

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

func CreatedByNotIn

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

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

func CreatedByNotNil

func CreatedByNotNil() predicate.DirectoryGroup

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

func Description

func Description(v string) predicate.DirectoryGroup

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

func DescriptionContains

func DescriptionContains(v string) predicate.DirectoryGroup

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

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.DirectoryGroup

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

func DescriptionEQ

func DescriptionEQ(v string) predicate.DirectoryGroup

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

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.DirectoryGroup

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

func DescriptionGT

func DescriptionGT(v string) predicate.DirectoryGroup

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

func DescriptionGTE

func DescriptionGTE(v string) predicate.DirectoryGroup

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

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.DirectoryGroup

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

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.DirectoryGroup

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

func DescriptionIn

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

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

func DescriptionIsNil

func DescriptionIsNil() predicate.DirectoryGroup

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

func DescriptionLT

func DescriptionLT(v string) predicate.DirectoryGroup

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

func DescriptionLTE

func DescriptionLTE(v string) predicate.DirectoryGroup

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

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.DirectoryGroup

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

func DescriptionNotIn

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

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

func DescriptionNotNil

func DescriptionNotNil() predicate.DirectoryGroup

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

func DirectorySyncRunID

func DirectorySyncRunID(v string) predicate.DirectoryGroup

DirectorySyncRunID applies equality check predicate on the "directory_sync_run_id" field. It's identical to DirectorySyncRunIDEQ.

func DirectorySyncRunIDContains

func DirectorySyncRunIDContains(v string) predicate.DirectoryGroup

DirectorySyncRunIDContains applies the Contains predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDContainsFold

func DirectorySyncRunIDContainsFold(v string) predicate.DirectoryGroup

DirectorySyncRunIDContainsFold applies the ContainsFold predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDEQ

func DirectorySyncRunIDEQ(v string) predicate.DirectoryGroup

DirectorySyncRunIDEQ applies the EQ predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDEqualFold

func DirectorySyncRunIDEqualFold(v string) predicate.DirectoryGroup

DirectorySyncRunIDEqualFold applies the EqualFold predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDGT

func DirectorySyncRunIDGT(v string) predicate.DirectoryGroup

DirectorySyncRunIDGT applies the GT predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDGTE

func DirectorySyncRunIDGTE(v string) predicate.DirectoryGroup

DirectorySyncRunIDGTE applies the GTE predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDHasPrefix

func DirectorySyncRunIDHasPrefix(v string) predicate.DirectoryGroup

DirectorySyncRunIDHasPrefix applies the HasPrefix predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDHasSuffix

func DirectorySyncRunIDHasSuffix(v string) predicate.DirectoryGroup

DirectorySyncRunIDHasSuffix applies the HasSuffix predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDIn

func DirectorySyncRunIDIn(vs ...string) predicate.DirectoryGroup

DirectorySyncRunIDIn applies the In predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDLT

func DirectorySyncRunIDLT(v string) predicate.DirectoryGroup

DirectorySyncRunIDLT applies the LT predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDLTE

func DirectorySyncRunIDLTE(v string) predicate.DirectoryGroup

DirectorySyncRunIDLTE applies the LTE predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDNEQ

func DirectorySyncRunIDNEQ(v string) predicate.DirectoryGroup

DirectorySyncRunIDNEQ applies the NEQ predicate on the "directory_sync_run_id" field.

func DirectorySyncRunIDNotIn

func DirectorySyncRunIDNotIn(vs ...string) predicate.DirectoryGroup

DirectorySyncRunIDNotIn applies the NotIn predicate on the "directory_sync_run_id" field.

func DisplayID

func DisplayID(v string) predicate.DirectoryGroup

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

func DisplayIDContains

func DisplayIDContains(v string) predicate.DirectoryGroup

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

func DisplayIDContainsFold

func DisplayIDContainsFold(v string) predicate.DirectoryGroup

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

func DisplayIDEQ

func DisplayIDEQ(v string) predicate.DirectoryGroup

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

func DisplayIDEqualFold

func DisplayIDEqualFold(v string) predicate.DirectoryGroup

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

func DisplayIDGT

func DisplayIDGT(v string) predicate.DirectoryGroup

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

func DisplayIDGTE

func DisplayIDGTE(v string) predicate.DirectoryGroup

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

func DisplayIDHasPrefix

func DisplayIDHasPrefix(v string) predicate.DirectoryGroup

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

func DisplayIDHasSuffix

func DisplayIDHasSuffix(v string) predicate.DirectoryGroup

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

func DisplayIDIn

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

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

func DisplayIDLT

func DisplayIDLT(v string) predicate.DirectoryGroup

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

func DisplayIDLTE

func DisplayIDLTE(v string) predicate.DirectoryGroup

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

func DisplayIDNEQ

func DisplayIDNEQ(v string) predicate.DirectoryGroup

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

func DisplayIDNotIn

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

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

func DisplayName

func DisplayName(v string) predicate.DirectoryGroup

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

func DisplayNameContains

func DisplayNameContains(v string) predicate.DirectoryGroup

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

func DisplayNameContainsFold

func DisplayNameContainsFold(v string) predicate.DirectoryGroup

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

func DisplayNameEQ

func DisplayNameEQ(v string) predicate.DirectoryGroup

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

func DisplayNameEqualFold

func DisplayNameEqualFold(v string) predicate.DirectoryGroup

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

func DisplayNameGT

func DisplayNameGT(v string) predicate.DirectoryGroup

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

func DisplayNameGTE

func DisplayNameGTE(v string) predicate.DirectoryGroup

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

func DisplayNameHasPrefix

func DisplayNameHasPrefix(v string) predicate.DirectoryGroup

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

func DisplayNameHasSuffix

func DisplayNameHasSuffix(v string) predicate.DirectoryGroup

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

func DisplayNameIn

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

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

func DisplayNameIsNil

func DisplayNameIsNil() predicate.DirectoryGroup

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

func DisplayNameLT

func DisplayNameLT(v string) predicate.DirectoryGroup

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

func DisplayNameLTE

func DisplayNameLTE(v string) predicate.DirectoryGroup

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

func DisplayNameNEQ

func DisplayNameNEQ(v string) predicate.DirectoryGroup

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

func DisplayNameNotIn

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

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

func DisplayNameNotNil

func DisplayNameNotNil() predicate.DirectoryGroup

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

func Email

Email applies equality check predicate on the "email" field. It's identical to EmailEQ.

func EmailContains

func EmailContains(v string) predicate.DirectoryGroup

EmailContains applies the Contains predicate on the "email" field.

func EmailContainsFold

func EmailContainsFold(v string) predicate.DirectoryGroup

EmailContainsFold applies the ContainsFold predicate on the "email" field.

func EmailEQ

func EmailEQ(v string) predicate.DirectoryGroup

EmailEQ applies the EQ predicate on the "email" field.

func EmailEqualFold

func EmailEqualFold(v string) predicate.DirectoryGroup

EmailEqualFold applies the EqualFold predicate on the "email" field.

func EmailGT

func EmailGT(v string) predicate.DirectoryGroup

EmailGT applies the GT predicate on the "email" field.

func EmailGTE

func EmailGTE(v string) predicate.DirectoryGroup

EmailGTE applies the GTE predicate on the "email" field.

func EmailHasPrefix

func EmailHasPrefix(v string) predicate.DirectoryGroup

EmailHasPrefix applies the HasPrefix predicate on the "email" field.

func EmailHasSuffix

func EmailHasSuffix(v string) predicate.DirectoryGroup

EmailHasSuffix applies the HasSuffix predicate on the "email" field.

func EmailIn

func EmailIn(vs ...string) predicate.DirectoryGroup

EmailIn applies the In predicate on the "email" field.

func EmailIsNil

func EmailIsNil() predicate.DirectoryGroup

EmailIsNil applies the IsNil predicate on the "email" field.

func EmailLT

func EmailLT(v string) predicate.DirectoryGroup

EmailLT applies the LT predicate on the "email" field.

func EmailLTE

func EmailLTE(v string) predicate.DirectoryGroup

EmailLTE applies the LTE predicate on the "email" field.

func EmailNEQ

func EmailNEQ(v string) predicate.DirectoryGroup

EmailNEQ applies the NEQ predicate on the "email" field.

func EmailNotIn

func EmailNotIn(vs ...string) predicate.DirectoryGroup

EmailNotIn applies the NotIn predicate on the "email" field.

func EmailNotNil

func EmailNotNil() predicate.DirectoryGroup

EmailNotNil applies the NotNil predicate on the "email" field.

func EnvironmentID added in v1.5.0

func EnvironmentID(v string) predicate.DirectoryGroup

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

func EnvironmentIDContains added in v1.5.0

func EnvironmentIDContains(v string) predicate.DirectoryGroup

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

func EnvironmentIDContainsFold added in v1.5.0

func EnvironmentIDContainsFold(v string) predicate.DirectoryGroup

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

func EnvironmentIDEQ added in v1.5.0

func EnvironmentIDEQ(v string) predicate.DirectoryGroup

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

func EnvironmentIDEqualFold added in v1.5.0

func EnvironmentIDEqualFold(v string) predicate.DirectoryGroup

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

func EnvironmentIDGT added in v1.5.0

func EnvironmentIDGT(v string) predicate.DirectoryGroup

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

func EnvironmentIDGTE added in v1.5.0

func EnvironmentIDGTE(v string) predicate.DirectoryGroup

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

func EnvironmentIDHasPrefix added in v1.5.0

func EnvironmentIDHasPrefix(v string) predicate.DirectoryGroup

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

func EnvironmentIDHasSuffix added in v1.5.0

func EnvironmentIDHasSuffix(v string) predicate.DirectoryGroup

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

func EnvironmentIDIn added in v1.5.0

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

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

func EnvironmentIDIsNil added in v1.5.0

func EnvironmentIDIsNil() predicate.DirectoryGroup

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

func EnvironmentIDLT added in v1.5.0

func EnvironmentIDLT(v string) predicate.DirectoryGroup

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

func EnvironmentIDLTE added in v1.5.0

func EnvironmentIDLTE(v string) predicate.DirectoryGroup

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

func EnvironmentIDNEQ added in v1.5.0

func EnvironmentIDNEQ(v string) predicate.DirectoryGroup

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

func EnvironmentIDNotIn added in v1.5.0

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

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

func EnvironmentIDNotNil added in v1.5.0

func EnvironmentIDNotNil() predicate.DirectoryGroup

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

func EnvironmentName added in v1.5.0

func EnvironmentName(v string) predicate.DirectoryGroup

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

func EnvironmentNameContains added in v1.5.0

func EnvironmentNameContains(v string) predicate.DirectoryGroup

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

func EnvironmentNameContainsFold added in v1.5.0

func EnvironmentNameContainsFold(v string) predicate.DirectoryGroup

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

func EnvironmentNameEQ added in v1.5.0

func EnvironmentNameEQ(v string) predicate.DirectoryGroup

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

func EnvironmentNameEqualFold added in v1.5.0

func EnvironmentNameEqualFold(v string) predicate.DirectoryGroup

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

func EnvironmentNameGT added in v1.5.0

func EnvironmentNameGT(v string) predicate.DirectoryGroup

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

func EnvironmentNameGTE added in v1.5.0

func EnvironmentNameGTE(v string) predicate.DirectoryGroup

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

func EnvironmentNameHasPrefix added in v1.5.0

func EnvironmentNameHasPrefix(v string) predicate.DirectoryGroup

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

func EnvironmentNameHasSuffix added in v1.5.0

func EnvironmentNameHasSuffix(v string) predicate.DirectoryGroup

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

func EnvironmentNameIn added in v1.5.0

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

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

func EnvironmentNameIsNil added in v1.5.0

func EnvironmentNameIsNil() predicate.DirectoryGroup

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

func EnvironmentNameLT added in v1.5.0

func EnvironmentNameLT(v string) predicate.DirectoryGroup

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

func EnvironmentNameLTE added in v1.5.0

func EnvironmentNameLTE(v string) predicate.DirectoryGroup

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

func EnvironmentNameNEQ added in v1.5.0

func EnvironmentNameNEQ(v string) predicate.DirectoryGroup

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

func EnvironmentNameNotIn added in v1.5.0

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

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

func EnvironmentNameNotNil added in v1.5.0

func EnvironmentNameNotNil() predicate.DirectoryGroup

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

func ExternalID

func ExternalID(v string) predicate.DirectoryGroup

ExternalID applies equality check predicate on the "external_id" field. It's identical to ExternalIDEQ.

func ExternalIDContains

func ExternalIDContains(v string) predicate.DirectoryGroup

ExternalIDContains applies the Contains predicate on the "external_id" field.

func ExternalIDContainsFold

func ExternalIDContainsFold(v string) predicate.DirectoryGroup

ExternalIDContainsFold applies the ContainsFold predicate on the "external_id" field.

func ExternalIDEQ

func ExternalIDEQ(v string) predicate.DirectoryGroup

ExternalIDEQ applies the EQ predicate on the "external_id" field.

func ExternalIDEqualFold

func ExternalIDEqualFold(v string) predicate.DirectoryGroup

ExternalIDEqualFold applies the EqualFold predicate on the "external_id" field.

func ExternalIDGT

func ExternalIDGT(v string) predicate.DirectoryGroup

ExternalIDGT applies the GT predicate on the "external_id" field.

func ExternalIDGTE

func ExternalIDGTE(v string) predicate.DirectoryGroup

ExternalIDGTE applies the GTE predicate on the "external_id" field.

func ExternalIDHasPrefix

func ExternalIDHasPrefix(v string) predicate.DirectoryGroup

ExternalIDHasPrefix applies the HasPrefix predicate on the "external_id" field.

func ExternalIDHasSuffix

func ExternalIDHasSuffix(v string) predicate.DirectoryGroup

ExternalIDHasSuffix applies the HasSuffix predicate on the "external_id" field.

func ExternalIDIn

func ExternalIDIn(vs ...string) predicate.DirectoryGroup

ExternalIDIn applies the In predicate on the "external_id" field.

func ExternalIDLT

func ExternalIDLT(v string) predicate.DirectoryGroup

ExternalIDLT applies the LT predicate on the "external_id" field.

func ExternalIDLTE

func ExternalIDLTE(v string) predicate.DirectoryGroup

ExternalIDLTE applies the LTE predicate on the "external_id" field.

func ExternalIDNEQ

func ExternalIDNEQ(v string) predicate.DirectoryGroup

ExternalIDNEQ applies the NEQ predicate on the "external_id" field.

func ExternalIDNotIn

func ExternalIDNotIn(vs ...string) predicate.DirectoryGroup

ExternalIDNotIn applies the NotIn predicate on the "external_id" field.

func ExternalSharingAllowed

func ExternalSharingAllowed(v bool) predicate.DirectoryGroup

ExternalSharingAllowed applies equality check predicate on the "external_sharing_allowed" field. It's identical to ExternalSharingAllowedEQ.

func ExternalSharingAllowedEQ

func ExternalSharingAllowedEQ(v bool) predicate.DirectoryGroup

ExternalSharingAllowedEQ applies the EQ predicate on the "external_sharing_allowed" field.

func ExternalSharingAllowedIsNil

func ExternalSharingAllowedIsNil() predicate.DirectoryGroup

ExternalSharingAllowedIsNil applies the IsNil predicate on the "external_sharing_allowed" field.

func ExternalSharingAllowedNEQ

func ExternalSharingAllowedNEQ(v bool) predicate.DirectoryGroup

ExternalSharingAllowedNEQ applies the NEQ predicate on the "external_sharing_allowed" field.

func ExternalSharingAllowedNotNil

func ExternalSharingAllowedNotNil() predicate.DirectoryGroup

ExternalSharingAllowedNotNil applies the NotNil predicate on the "external_sharing_allowed" field.

func HasAccounts

func HasAccounts() predicate.DirectoryGroup

HasAccounts applies the HasEdge predicate on the "accounts" edge.

func HasAccountsWith

func HasAccountsWith(preds ...predicate.DirectoryAccount) predicate.DirectoryGroup

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

func HasDirectorySyncRun

func HasDirectorySyncRun() predicate.DirectoryGroup

HasDirectorySyncRun applies the HasEdge predicate on the "directory_sync_run" edge.

func HasDirectorySyncRunWith

func HasDirectorySyncRunWith(preds ...predicate.DirectorySyncRun) predicate.DirectoryGroup

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

func HasEnvironment added in v1.5.0

func HasEnvironment() predicate.DirectoryGroup

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

func HasEnvironmentWith added in v1.5.0

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

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

func HasIntegration

func HasIntegration() predicate.DirectoryGroup

HasIntegration applies the HasEdge predicate on the "integration" edge.

func HasIntegrationWith

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

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

func HasMembers

func HasMembers() predicate.DirectoryGroup

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

func HasMembersWith

func HasMembersWith(preds ...predicate.DirectoryMembership) predicate.DirectoryGroup

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

func HasOwner

func HasOwner() predicate.DirectoryGroup

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

func HasOwnerWith

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

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

func HasScope added in v1.5.0

func HasScope() predicate.DirectoryGroup

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

func HasScopeWith added in v1.5.0

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

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

func HasWorkflowObjectRefs

func HasWorkflowObjectRefs() predicate.DirectoryGroup

HasWorkflowObjectRefs applies the HasEdge predicate on the "workflow_object_refs" edge.

func HasWorkflowObjectRefsWith

func HasWorkflowObjectRefsWith(preds ...predicate.WorkflowObjectRef) predicate.DirectoryGroup

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

func ID

ID filters vertices based on their ID field.

func IDContainsFold

func IDContainsFold(id string) predicate.DirectoryGroup

IDContainsFold applies the ContainsFold predicate on the ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDEqualFold

func IDEqualFold(id string) predicate.DirectoryGroup

IDEqualFold applies the EqualFold predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

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

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

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

IDNotIn applies the NotIn predicate on the ID field.

func IntegrationID

func IntegrationID(v string) predicate.DirectoryGroup

IntegrationID applies equality check predicate on the "integration_id" field. It's identical to IntegrationIDEQ.

func IntegrationIDContains

func IntegrationIDContains(v string) predicate.DirectoryGroup

IntegrationIDContains applies the Contains predicate on the "integration_id" field.

func IntegrationIDContainsFold

func IntegrationIDContainsFold(v string) predicate.DirectoryGroup

IntegrationIDContainsFold applies the ContainsFold predicate on the "integration_id" field.

func IntegrationIDEQ

func IntegrationIDEQ(v string) predicate.DirectoryGroup

IntegrationIDEQ applies the EQ predicate on the "integration_id" field.

func IntegrationIDEqualFold

func IntegrationIDEqualFold(v string) predicate.DirectoryGroup

IntegrationIDEqualFold applies the EqualFold predicate on the "integration_id" field.

func IntegrationIDGT

func IntegrationIDGT(v string) predicate.DirectoryGroup

IntegrationIDGT applies the GT predicate on the "integration_id" field.

func IntegrationIDGTE

func IntegrationIDGTE(v string) predicate.DirectoryGroup

IntegrationIDGTE applies the GTE predicate on the "integration_id" field.

func IntegrationIDHasPrefix

func IntegrationIDHasPrefix(v string) predicate.DirectoryGroup

IntegrationIDHasPrefix applies the HasPrefix predicate on the "integration_id" field.

func IntegrationIDHasSuffix

func IntegrationIDHasSuffix(v string) predicate.DirectoryGroup

IntegrationIDHasSuffix applies the HasSuffix predicate on the "integration_id" field.

func IntegrationIDIn

func IntegrationIDIn(vs ...string) predicate.DirectoryGroup

IntegrationIDIn applies the In predicate on the "integration_id" field.

func IntegrationIDLT

func IntegrationIDLT(v string) predicate.DirectoryGroup

IntegrationIDLT applies the LT predicate on the "integration_id" field.

func IntegrationIDLTE

func IntegrationIDLTE(v string) predicate.DirectoryGroup

IntegrationIDLTE applies the LTE predicate on the "integration_id" field.

func IntegrationIDNEQ

func IntegrationIDNEQ(v string) predicate.DirectoryGroup

IntegrationIDNEQ applies the NEQ predicate on the "integration_id" field.

func IntegrationIDNotIn

func IntegrationIDNotIn(vs ...string) predicate.DirectoryGroup

IntegrationIDNotIn applies the NotIn predicate on the "integration_id" field.

func MemberCount

func MemberCount(v int) predicate.DirectoryGroup

MemberCount applies equality check predicate on the "member_count" field. It's identical to MemberCountEQ.

func MemberCountEQ

func MemberCountEQ(v int) predicate.DirectoryGroup

MemberCountEQ applies the EQ predicate on the "member_count" field.

func MemberCountGT

func MemberCountGT(v int) predicate.DirectoryGroup

MemberCountGT applies the GT predicate on the "member_count" field.

func MemberCountGTE

func MemberCountGTE(v int) predicate.DirectoryGroup

MemberCountGTE applies the GTE predicate on the "member_count" field.

func MemberCountIn

func MemberCountIn(vs ...int) predicate.DirectoryGroup

MemberCountIn applies the In predicate on the "member_count" field.

func MemberCountIsNil

func MemberCountIsNil() predicate.DirectoryGroup

MemberCountIsNil applies the IsNil predicate on the "member_count" field.

func MemberCountLT

func MemberCountLT(v int) predicate.DirectoryGroup

MemberCountLT applies the LT predicate on the "member_count" field.

func MemberCountLTE

func MemberCountLTE(v int) predicate.DirectoryGroup

MemberCountLTE applies the LTE predicate on the "member_count" field.

func MemberCountNEQ

func MemberCountNEQ(v int) predicate.DirectoryGroup

MemberCountNEQ applies the NEQ predicate on the "member_count" field.

func MemberCountNotIn

func MemberCountNotIn(vs ...int) predicate.DirectoryGroup

MemberCountNotIn applies the NotIn predicate on the "member_count" field.

func MemberCountNotNil

func MemberCountNotNil() predicate.DirectoryGroup

MemberCountNotNil applies the NotNil predicate on the "member_count" field.

func Not

Not applies the not operator on the given predicate.

func ObservedAt

func ObservedAt(v time.Time) predicate.DirectoryGroup

ObservedAt applies equality check predicate on the "observed_at" field. It's identical to ObservedAtEQ.

func ObservedAtEQ

func ObservedAtEQ(v time.Time) predicate.DirectoryGroup

ObservedAtEQ applies the EQ predicate on the "observed_at" field.

func ObservedAtGT

func ObservedAtGT(v time.Time) predicate.DirectoryGroup

ObservedAtGT applies the GT predicate on the "observed_at" field.

func ObservedAtGTE

func ObservedAtGTE(v time.Time) predicate.DirectoryGroup

ObservedAtGTE applies the GTE predicate on the "observed_at" field.

func ObservedAtIn

func ObservedAtIn(vs ...time.Time) predicate.DirectoryGroup

ObservedAtIn applies the In predicate on the "observed_at" field.

func ObservedAtLT

func ObservedAtLT(v time.Time) predicate.DirectoryGroup

ObservedAtLT applies the LT predicate on the "observed_at" field.

func ObservedAtLTE

func ObservedAtLTE(v time.Time) predicate.DirectoryGroup

ObservedAtLTE applies the LTE predicate on the "observed_at" field.

func ObservedAtNEQ

func ObservedAtNEQ(v time.Time) predicate.DirectoryGroup

ObservedAtNEQ applies the NEQ predicate on the "observed_at" field.

func ObservedAtNotIn

func ObservedAtNotIn(vs ...time.Time) predicate.DirectoryGroup

ObservedAtNotIn applies the NotIn predicate on the "observed_at" field.

func Or

Or groups predicates with the OR operator between them.

func OwnerID

func OwnerID(v string) predicate.DirectoryGroup

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

func OwnerIDContains

func OwnerIDContains(v string) predicate.DirectoryGroup

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

func OwnerIDContainsFold

func OwnerIDContainsFold(v string) predicate.DirectoryGroup

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

func OwnerIDEQ

func OwnerIDEQ(v string) predicate.DirectoryGroup

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

func OwnerIDEqualFold

func OwnerIDEqualFold(v string) predicate.DirectoryGroup

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

func OwnerIDGT

func OwnerIDGT(v string) predicate.DirectoryGroup

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

func OwnerIDGTE

func OwnerIDGTE(v string) predicate.DirectoryGroup

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

func OwnerIDHasPrefix

func OwnerIDHasPrefix(v string) predicate.DirectoryGroup

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

func OwnerIDHasSuffix

func OwnerIDHasSuffix(v string) predicate.DirectoryGroup

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

func OwnerIDIn

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

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

func OwnerIDIsNil

func OwnerIDIsNil() predicate.DirectoryGroup

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

func OwnerIDLT

func OwnerIDLT(v string) predicate.DirectoryGroup

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

func OwnerIDLTE

func OwnerIDLTE(v string) predicate.DirectoryGroup

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

func OwnerIDNEQ

func OwnerIDNEQ(v string) predicate.DirectoryGroup

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

func OwnerIDNotIn

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

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

func OwnerIDNotNil

func OwnerIDNotNil() predicate.DirectoryGroup

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

func ProfileHash

func ProfileHash(v string) predicate.DirectoryGroup

ProfileHash applies equality check predicate on the "profile_hash" field. It's identical to ProfileHashEQ.

func ProfileHashContains

func ProfileHashContains(v string) predicate.DirectoryGroup

ProfileHashContains applies the Contains predicate on the "profile_hash" field.

func ProfileHashContainsFold

func ProfileHashContainsFold(v string) predicate.DirectoryGroup

ProfileHashContainsFold applies the ContainsFold predicate on the "profile_hash" field.

func ProfileHashEQ

func ProfileHashEQ(v string) predicate.DirectoryGroup

ProfileHashEQ applies the EQ predicate on the "profile_hash" field.

func ProfileHashEqualFold

func ProfileHashEqualFold(v string) predicate.DirectoryGroup

ProfileHashEqualFold applies the EqualFold predicate on the "profile_hash" field.

func ProfileHashGT

func ProfileHashGT(v string) predicate.DirectoryGroup

ProfileHashGT applies the GT predicate on the "profile_hash" field.

func ProfileHashGTE

func ProfileHashGTE(v string) predicate.DirectoryGroup

ProfileHashGTE applies the GTE predicate on the "profile_hash" field.

func ProfileHashHasPrefix

func ProfileHashHasPrefix(v string) predicate.DirectoryGroup

ProfileHashHasPrefix applies the HasPrefix predicate on the "profile_hash" field.

func ProfileHashHasSuffix

func ProfileHashHasSuffix(v string) predicate.DirectoryGroup

ProfileHashHasSuffix applies the HasSuffix predicate on the "profile_hash" field.

func ProfileHashIn

func ProfileHashIn(vs ...string) predicate.DirectoryGroup

ProfileHashIn applies the In predicate on the "profile_hash" field.

func ProfileHashLT

func ProfileHashLT(v string) predicate.DirectoryGroup

ProfileHashLT applies the LT predicate on the "profile_hash" field.

func ProfileHashLTE

func ProfileHashLTE(v string) predicate.DirectoryGroup

ProfileHashLTE applies the LTE predicate on the "profile_hash" field.

func ProfileHashNEQ

func ProfileHashNEQ(v string) predicate.DirectoryGroup

ProfileHashNEQ applies the NEQ predicate on the "profile_hash" field.

func ProfileHashNotIn

func ProfileHashNotIn(vs ...string) predicate.DirectoryGroup

ProfileHashNotIn applies the NotIn predicate on the "profile_hash" field.

func ProfileIsNil

func ProfileIsNil() predicate.DirectoryGroup

ProfileIsNil applies the IsNil predicate on the "profile" field.

func ProfileNotNil

func ProfileNotNil() predicate.DirectoryGroup

ProfileNotNil applies the NotNil predicate on the "profile" field.

func RawProfileFileID

func RawProfileFileID(v string) predicate.DirectoryGroup

RawProfileFileID applies equality check predicate on the "raw_profile_file_id" field. It's identical to RawProfileFileIDEQ.

func RawProfileFileIDContains

func RawProfileFileIDContains(v string) predicate.DirectoryGroup

RawProfileFileIDContains applies the Contains predicate on the "raw_profile_file_id" field.

func RawProfileFileIDContainsFold

func RawProfileFileIDContainsFold(v string) predicate.DirectoryGroup

RawProfileFileIDContainsFold applies the ContainsFold predicate on the "raw_profile_file_id" field.

func RawProfileFileIDEQ

func RawProfileFileIDEQ(v string) predicate.DirectoryGroup

RawProfileFileIDEQ applies the EQ predicate on the "raw_profile_file_id" field.

func RawProfileFileIDEqualFold

func RawProfileFileIDEqualFold(v string) predicate.DirectoryGroup

RawProfileFileIDEqualFold applies the EqualFold predicate on the "raw_profile_file_id" field.

func RawProfileFileIDGT

func RawProfileFileIDGT(v string) predicate.DirectoryGroup

RawProfileFileIDGT applies the GT predicate on the "raw_profile_file_id" field.

func RawProfileFileIDGTE

func RawProfileFileIDGTE(v string) predicate.DirectoryGroup

RawProfileFileIDGTE applies the GTE predicate on the "raw_profile_file_id" field.

func RawProfileFileIDHasPrefix

func RawProfileFileIDHasPrefix(v string) predicate.DirectoryGroup

RawProfileFileIDHasPrefix applies the HasPrefix predicate on the "raw_profile_file_id" field.

func RawProfileFileIDHasSuffix

func RawProfileFileIDHasSuffix(v string) predicate.DirectoryGroup

RawProfileFileIDHasSuffix applies the HasSuffix predicate on the "raw_profile_file_id" field.

func RawProfileFileIDIn

func RawProfileFileIDIn(vs ...string) predicate.DirectoryGroup

RawProfileFileIDIn applies the In predicate on the "raw_profile_file_id" field.

func RawProfileFileIDIsNil

func RawProfileFileIDIsNil() predicate.DirectoryGroup

RawProfileFileIDIsNil applies the IsNil predicate on the "raw_profile_file_id" field.

func RawProfileFileIDLT

func RawProfileFileIDLT(v string) predicate.DirectoryGroup

RawProfileFileIDLT applies the LT predicate on the "raw_profile_file_id" field.

func RawProfileFileIDLTE

func RawProfileFileIDLTE(v string) predicate.DirectoryGroup

RawProfileFileIDLTE applies the LTE predicate on the "raw_profile_file_id" field.

func RawProfileFileIDNEQ

func RawProfileFileIDNEQ(v string) predicate.DirectoryGroup

RawProfileFileIDNEQ applies the NEQ predicate on the "raw_profile_file_id" field.

func RawProfileFileIDNotIn

func RawProfileFileIDNotIn(vs ...string) predicate.DirectoryGroup

RawProfileFileIDNotIn applies the NotIn predicate on the "raw_profile_file_id" field.

func RawProfileFileIDNotNil

func RawProfileFileIDNotNil() predicate.DirectoryGroup

RawProfileFileIDNotNil applies the NotNil predicate on the "raw_profile_file_id" field.

func ScopeID added in v1.5.0

func ScopeID(v string) predicate.DirectoryGroup

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

func ScopeIDContains added in v1.5.0

func ScopeIDContains(v string) predicate.DirectoryGroup

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

func ScopeIDContainsFold added in v1.5.0

func ScopeIDContainsFold(v string) predicate.DirectoryGroup

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

func ScopeIDEQ added in v1.5.0

func ScopeIDEQ(v string) predicate.DirectoryGroup

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

func ScopeIDEqualFold added in v1.5.0

func ScopeIDEqualFold(v string) predicate.DirectoryGroup

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

func ScopeIDGT added in v1.5.0

func ScopeIDGT(v string) predicate.DirectoryGroup

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

func ScopeIDGTE added in v1.5.0

func ScopeIDGTE(v string) predicate.DirectoryGroup

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

func ScopeIDHasPrefix added in v1.5.0

func ScopeIDHasPrefix(v string) predicate.DirectoryGroup

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

func ScopeIDHasSuffix added in v1.5.0

func ScopeIDHasSuffix(v string) predicate.DirectoryGroup

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

func ScopeIDIn added in v1.5.0

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

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

func ScopeIDIsNil added in v1.5.0

func ScopeIDIsNil() predicate.DirectoryGroup

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

func ScopeIDLT added in v1.5.0

func ScopeIDLT(v string) predicate.DirectoryGroup

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

func ScopeIDLTE added in v1.5.0

func ScopeIDLTE(v string) predicate.DirectoryGroup

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

func ScopeIDNEQ added in v1.5.0

func ScopeIDNEQ(v string) predicate.DirectoryGroup

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

func ScopeIDNotIn added in v1.5.0

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

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

func ScopeIDNotNil added in v1.5.0

func ScopeIDNotNil() predicate.DirectoryGroup

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

func ScopeName added in v1.5.0

func ScopeName(v string) predicate.DirectoryGroup

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

func ScopeNameContains added in v1.5.0

func ScopeNameContains(v string) predicate.DirectoryGroup

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

func ScopeNameContainsFold added in v1.5.0

func ScopeNameContainsFold(v string) predicate.DirectoryGroup

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

func ScopeNameEQ added in v1.5.0

func ScopeNameEQ(v string) predicate.DirectoryGroup

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

func ScopeNameEqualFold added in v1.5.0

func ScopeNameEqualFold(v string) predicate.DirectoryGroup

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

func ScopeNameGT added in v1.5.0

func ScopeNameGT(v string) predicate.DirectoryGroup

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

func ScopeNameGTE added in v1.5.0

func ScopeNameGTE(v string) predicate.DirectoryGroup

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

func ScopeNameHasPrefix added in v1.5.0

func ScopeNameHasPrefix(v string) predicate.DirectoryGroup

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

func ScopeNameHasSuffix added in v1.5.0

func ScopeNameHasSuffix(v string) predicate.DirectoryGroup

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

func ScopeNameIn added in v1.5.0

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

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

func ScopeNameIsNil added in v1.5.0

func ScopeNameIsNil() predicate.DirectoryGroup

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

func ScopeNameLT added in v1.5.0

func ScopeNameLT(v string) predicate.DirectoryGroup

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

func ScopeNameLTE added in v1.5.0

func ScopeNameLTE(v string) predicate.DirectoryGroup

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

func ScopeNameNEQ added in v1.5.0

func ScopeNameNEQ(v string) predicate.DirectoryGroup

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

func ScopeNameNotIn added in v1.5.0

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

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

func ScopeNameNotNil added in v1.5.0

func ScopeNameNotNil() predicate.DirectoryGroup

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

func SourceVersion

func SourceVersion(v string) predicate.DirectoryGroup

SourceVersion applies equality check predicate on the "source_version" field. It's identical to SourceVersionEQ.

func SourceVersionContains

func SourceVersionContains(v string) predicate.DirectoryGroup

SourceVersionContains applies the Contains predicate on the "source_version" field.

func SourceVersionContainsFold

func SourceVersionContainsFold(v string) predicate.DirectoryGroup

SourceVersionContainsFold applies the ContainsFold predicate on the "source_version" field.

func SourceVersionEQ

func SourceVersionEQ(v string) predicate.DirectoryGroup

SourceVersionEQ applies the EQ predicate on the "source_version" field.

func SourceVersionEqualFold

func SourceVersionEqualFold(v string) predicate.DirectoryGroup

SourceVersionEqualFold applies the EqualFold predicate on the "source_version" field.

func SourceVersionGT

func SourceVersionGT(v string) predicate.DirectoryGroup

SourceVersionGT applies the GT predicate on the "source_version" field.

func SourceVersionGTE

func SourceVersionGTE(v string) predicate.DirectoryGroup

SourceVersionGTE applies the GTE predicate on the "source_version" field.

func SourceVersionHasPrefix

func SourceVersionHasPrefix(v string) predicate.DirectoryGroup

SourceVersionHasPrefix applies the HasPrefix predicate on the "source_version" field.

func SourceVersionHasSuffix

func SourceVersionHasSuffix(v string) predicate.DirectoryGroup

SourceVersionHasSuffix applies the HasSuffix predicate on the "source_version" field.

func SourceVersionIn

func SourceVersionIn(vs ...string) predicate.DirectoryGroup

SourceVersionIn applies the In predicate on the "source_version" field.

func SourceVersionIsNil

func SourceVersionIsNil() predicate.DirectoryGroup

SourceVersionIsNil applies the IsNil predicate on the "source_version" field.

func SourceVersionLT

func SourceVersionLT(v string) predicate.DirectoryGroup

SourceVersionLT applies the LT predicate on the "source_version" field.

func SourceVersionLTE

func SourceVersionLTE(v string) predicate.DirectoryGroup

SourceVersionLTE applies the LTE predicate on the "source_version" field.

func SourceVersionNEQ

func SourceVersionNEQ(v string) predicate.DirectoryGroup

SourceVersionNEQ applies the NEQ predicate on the "source_version" field.

func SourceVersionNotIn

func SourceVersionNotIn(vs ...string) predicate.DirectoryGroup

SourceVersionNotIn applies the NotIn predicate on the "source_version" field.

func SourceVersionNotNil

func SourceVersionNotNil() predicate.DirectoryGroup

SourceVersionNotNil applies the NotNil predicate on the "source_version" field.

func StatusEQ

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

func StatusIn

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

func StatusNEQ

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

func StatusNotIn

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

func StatusValidator

func StatusValidator(s enums.DirectoryGroupStatus) error

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

func TagsIsNil

func TagsIsNil() predicate.DirectoryGroup

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

func TagsNotNil

func TagsNotNil() predicate.DirectoryGroup

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

func UpdatedAt

func UpdatedAt(v time.Time) predicate.DirectoryGroup

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

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.DirectoryGroup

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

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.DirectoryGroup

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

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.DirectoryGroup

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

func UpdatedAtIn

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

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

func UpdatedAtIsNil

func UpdatedAtIsNil() predicate.DirectoryGroup

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

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.DirectoryGroup

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

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.DirectoryGroup

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

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.DirectoryGroup

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

func UpdatedAtNotIn

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

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

func UpdatedAtNotNil

func UpdatedAtNotNil() predicate.DirectoryGroup

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

func UpdatedBy

func UpdatedBy(v string) predicate.DirectoryGroup

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

func UpdatedByContains

func UpdatedByContains(v string) predicate.DirectoryGroup

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

func UpdatedByContainsFold

func UpdatedByContainsFold(v string) predicate.DirectoryGroup

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

func UpdatedByEQ

func UpdatedByEQ(v string) predicate.DirectoryGroup

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

func UpdatedByEqualFold

func UpdatedByEqualFold(v string) predicate.DirectoryGroup

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

func UpdatedByGT

func UpdatedByGT(v string) predicate.DirectoryGroup

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

func UpdatedByGTE

func UpdatedByGTE(v string) predicate.DirectoryGroup

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

func UpdatedByHasPrefix

func UpdatedByHasPrefix(v string) predicate.DirectoryGroup

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

func UpdatedByHasSuffix

func UpdatedByHasSuffix(v string) predicate.DirectoryGroup

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

func UpdatedByIn

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

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

func UpdatedByIsNil

func UpdatedByIsNil() predicate.DirectoryGroup

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

func UpdatedByLT

func UpdatedByLT(v string) predicate.DirectoryGroup

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

func UpdatedByLTE

func UpdatedByLTE(v string) predicate.DirectoryGroup

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

func UpdatedByNEQ

func UpdatedByNEQ(v string) predicate.DirectoryGroup

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

func UpdatedByNotIn

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

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

func UpdatedByNotNil

func UpdatedByNotNil() predicate.DirectoryGroup

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

func ByAccounts

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

ByAccounts orders the results by accounts terms.

func ByAccountsCount

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

ByAccountsCount orders the results by accounts count.

func ByClassification

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

ByClassification orders the results by the classification field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByCreatedBy

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

ByCreatedBy orders the results by the created_by field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDirectorySyncRunField

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

ByDirectorySyncRunField orders the results by directory_sync_run field.

func ByDirectorySyncRunID

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

ByDirectorySyncRunID orders the results by the directory_sync_run_id 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 ByEmail

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

ByEmail orders the results by the email field.

func ByEnvironmentField added in v1.5.0

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

ByEnvironmentField orders the results by environment field.

func ByEnvironmentID added in v1.5.0

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

ByEnvironmentID orders the results by the environment_id field.

func ByEnvironmentName added in v1.5.0

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

ByEnvironmentName orders the results by the environment_name field.

func ByExternalID

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

ByExternalID orders the results by the external_id field.

func ByExternalSharingAllowed

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

ByExternalSharingAllowed orders the results by the external_sharing_allowed field.

func ByID

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

ByID orders the results by the id field.

func ByIntegrationField

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

ByIntegrationField orders the results by integration field.

func ByIntegrationID

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

ByIntegrationID orders the results by the integration_id field.

func ByMemberCount

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

ByMemberCount orders the results by the member_count 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 ByObservedAt

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

ByObservedAt orders the results by the observed_at 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 ByProfileHash

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

ByProfileHash orders the results by the profile_hash field.

func ByRawProfileFileID

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

ByRawProfileFileID orders the results by the raw_profile_file_id field.

func ByScopeField added in v1.5.0

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

ByScopeField orders the results by scope field.

func ByScopeID added in v1.5.0

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

ByScopeID orders the results by the scope_id field.

func ByScopeName added in v1.5.0

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

ByScopeName orders the results by the scope_name field.

func BySourceVersion

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

BySourceVersion orders the results by the source_version field.

func ByStatus

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

ByStatus orders the results by the status field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByUpdatedBy

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

ByUpdatedBy orders the results by the updated_by field.

func ByWorkflowObjectRefs

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

ByWorkflowObjectRefs orders the results by workflow_object_refs terms.

func ByWorkflowObjectRefsCount

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

ByWorkflowObjectRefsCount orders the results by workflow_object_refs count.

Jump to

Keyboard shortcuts

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