intercept

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2025 License: Apache-2.0 Imports: 96 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APITokenFunc

type APITokenFunc func(context.Context, *generated.APITokenQuery) (generated.Value, error)

The APITokenFunc type is an adapter to allow the use of ordinary function as a Querier.

func (APITokenFunc) Query

Query calls f(ctx, q).

type ActionPlanFunc added in v0.3.3

type ActionPlanFunc func(context.Context, *generated.ActionPlanQuery) (generated.Value, error)

The ActionPlanFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ActionPlanFunc) Query added in v0.3.3

Query calls f(ctx, q).

type AssessmentFunc added in v0.42.6

type AssessmentFunc func(context.Context, *generated.AssessmentQuery) (generated.Value, error)

The AssessmentFunc type is an adapter to allow the use of ordinary function as a Querier.

func (AssessmentFunc) Query added in v0.42.6

Query calls f(ctx, q).

type AssessmentResponseFunc added in v0.42.6

type AssessmentResponseFunc func(context.Context, *generated.AssessmentResponseQuery) (generated.Value, error)

The AssessmentResponseFunc type is an adapter to allow the use of ordinary function as a Querier.

func (AssessmentResponseFunc) Query added in v0.42.6

Query calls f(ctx, q).

type AssetFunc added in v0.19.0

The AssetFunc type is an adapter to allow the use of ordinary function as a Querier.

func (AssetFunc) Query added in v0.19.0

Query calls f(ctx, q).

type ContactFunc

type ContactFunc func(context.Context, *generated.ContactQuery) (generated.Value, error)

The ContactFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ContactFunc) Query

Query calls f(ctx, q).

type ControlFunc added in v0.3.3

type ControlFunc func(context.Context, *generated.ControlQuery) (generated.Value, error)

The ControlFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ControlFunc) Query added in v0.3.3

Query calls f(ctx, q).

type ControlImplementationFunc added in v0.7.3

type ControlImplementationFunc func(context.Context, *generated.ControlImplementationQuery) (generated.Value, error)

The ControlImplementationFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ControlImplementationFunc) Query added in v0.7.3

Query calls f(ctx, q).

type ControlObjectiveFunc added in v0.3.3

type ControlObjectiveFunc func(context.Context, *generated.ControlObjectiveQuery) (generated.Value, error)

The ControlObjectiveFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ControlObjectiveFunc) Query added in v0.3.3

Query calls f(ctx, q).

type CustomDomainFunc added in v0.12.1

type CustomDomainFunc func(context.Context, *generated.CustomDomainQuery) (generated.Value, error)

The CustomDomainFunc type is an adapter to allow the use of ordinary function as a Querier.

func (CustomDomainFunc) Query added in v0.12.1

Query calls f(ctx, q).

type CustomTypeEnumFunc added in v0.43.0

type CustomTypeEnumFunc func(context.Context, *generated.CustomTypeEnumQuery) (generated.Value, error)

The CustomTypeEnumFunc type is an adapter to allow the use of ordinary function as a Querier.

func (CustomTypeEnumFunc) Query added in v0.43.0

Query calls f(ctx, q).

type DNSVerificationFunc added in v0.15.0

type DNSVerificationFunc func(context.Context, *generated.DNSVerificationQuery) (generated.Value, error)

The DNSVerificationFunc type is an adapter to allow the use of ordinary function as a Querier.

func (DNSVerificationFunc) Query added in v0.15.0

Query calls f(ctx, q).

type DirectoryAccountFunc added in v0.46.3

type DirectoryAccountFunc func(context.Context, *generated.DirectoryAccountQuery) (generated.Value, error)

The DirectoryAccountFunc type is an adapter to allow the use of ordinary function as a Querier.

func (DirectoryAccountFunc) Query added in v0.46.3

Query calls f(ctx, q).

type DirectoryGroupFunc added in v0.46.3

type DirectoryGroupFunc func(context.Context, *generated.DirectoryGroupQuery) (generated.Value, error)

The DirectoryGroupFunc type is an adapter to allow the use of ordinary function as a Querier.

func (DirectoryGroupFunc) Query added in v0.46.3

Query calls f(ctx, q).

type DirectoryMembershipFunc added in v0.46.3

type DirectoryMembershipFunc func(context.Context, *generated.DirectoryMembershipQuery) (generated.Value, error)

The DirectoryMembershipFunc type is an adapter to allow the use of ordinary function as a Querier.

func (DirectoryMembershipFunc) Query added in v0.46.3

Query calls f(ctx, q).

type DirectorySyncRunFunc added in v0.46.3

type DirectorySyncRunFunc func(context.Context, *generated.DirectorySyncRunQuery) (generated.Value, error)

The DirectorySyncRunFunc type is an adapter to allow the use of ordinary function as a Querier.

func (DirectorySyncRunFunc) Query added in v0.46.3

Query calls f(ctx, q).

type DiscussionFunc added in v0.49.3

type DiscussionFunc func(context.Context, *generated.DiscussionQuery) (generated.Value, error)

The DiscussionFunc type is an adapter to allow the use of ordinary function as a Querier.

func (DiscussionFunc) Query added in v0.49.3

Query calls f(ctx, q).

type DocumentDataFunc

type DocumentDataFunc func(context.Context, *generated.DocumentDataQuery) (generated.Value, error)

The DocumentDataFunc type is an adapter to allow the use of ordinary function as a Querier.

func (DocumentDataFunc) Query

Query calls f(ctx, q).

type EmailVerificationTokenFunc

type EmailVerificationTokenFunc func(context.Context, *generated.EmailVerificationTokenQuery) (generated.Value, error)

The EmailVerificationTokenFunc type is an adapter to allow the use of ordinary function as a Querier.

func (EmailVerificationTokenFunc) Query

Query calls f(ctx, q).

type EntityFunc

The EntityFunc type is an adapter to allow the use of ordinary function as a Querier.

func (EntityFunc) Query

Query calls f(ctx, q).

type EntityTypeFunc

type EntityTypeFunc func(context.Context, *generated.EntityTypeQuery) (generated.Value, error)

The EntityTypeFunc type is an adapter to allow the use of ordinary function as a Querier.

func (EntityTypeFunc) Query

Query calls f(ctx, q).

type EventFunc

The EventFunc type is an adapter to allow the use of ordinary function as a Querier.

func (EventFunc) Query

Query calls f(ctx, q).

type EvidenceFunc added in v0.6.19

type EvidenceFunc func(context.Context, *generated.EvidenceQuery) (generated.Value, error)

The EvidenceFunc type is an adapter to allow the use of ordinary function as a Querier.

func (EvidenceFunc) Query added in v0.6.19

Query calls f(ctx, q).

type ExportFunc added in v0.22.3

The ExportFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ExportFunc) Query added in v0.22.3

Query calls f(ctx, q).

type FileDownloadTokenFunc added in v0.39.2

type FileDownloadTokenFunc func(context.Context, *generated.FileDownloadTokenQuery) (generated.Value, error)

The FileDownloadTokenFunc type is an adapter to allow the use of ordinary function as a Querier.

func (FileDownloadTokenFunc) Query added in v0.39.2

Query calls f(ctx, q).

type FileFunc

The FileFunc type is an adapter to allow the use of ordinary function as a Querier.

func (FileFunc) Query

Query calls f(ctx, q).

type FindingControlFunc added in v0.43.3

type FindingControlFunc func(context.Context, *generated.FindingControlQuery) (generated.Value, error)

The FindingControlFunc type is an adapter to allow the use of ordinary function as a Querier.

func (FindingControlFunc) Query added in v0.43.3

Query calls f(ctx, q).

type FindingFunc added in v0.43.3

type FindingFunc func(context.Context, *generated.FindingQuery) (generated.Value, error)

The FindingFunc type is an adapter to allow the use of ordinary function as a Querier.

func (FindingFunc) Query added in v0.43.3

Query calls f(ctx, q).

type Func

type Func func(context.Context, Query) error

The Func type is an adapter that allows ordinary functions to be used as interceptors. Unlike traversal functions, interceptors are skipped during graph traversals. Note that the implementation of Func is different from the one defined in entgo.io/ent.InterceptFunc.

func (Func) Intercept

func (f Func) Intercept(next generated.Querier) generated.Querier

Intercept calls f(ctx, q) and then applied the next Querier.

type GroupFunc

The GroupFunc type is an adapter to allow the use of ordinary function as a Querier.

func (GroupFunc) Query

Query calls f(ctx, q).

type GroupMembershipFunc

type GroupMembershipFunc func(context.Context, *generated.GroupMembershipQuery) (generated.Value, error)

The GroupMembershipFunc type is an adapter to allow the use of ordinary function as a Querier.

func (GroupMembershipFunc) Query

Query calls f(ctx, q).

type GroupSettingFunc

type GroupSettingFunc func(context.Context, *generated.GroupSettingQuery) (generated.Value, error)

The GroupSettingFunc type is an adapter to allow the use of ordinary function as a Querier.

func (GroupSettingFunc) Query

Query calls f(ctx, q).

type HushFunc

The HushFunc type is an adapter to allow the use of ordinary function as a Querier.

func (HushFunc) Query

Query calls f(ctx, q).

type ImpersonationEventFunc added in v0.38.1

type ImpersonationEventFunc func(context.Context, *generated.ImpersonationEventQuery) (generated.Value, error)

The ImpersonationEventFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ImpersonationEventFunc) Query added in v0.38.1

Query calls f(ctx, q).

type IntegrationFunc

type IntegrationFunc func(context.Context, *generated.IntegrationQuery) (generated.Value, error)

The IntegrationFunc type is an adapter to allow the use of ordinary function as a Querier.

func (IntegrationFunc) Query

Query calls f(ctx, q).

type InternalPolicyFunc added in v0.3.3

type InternalPolicyFunc func(context.Context, *generated.InternalPolicyQuery) (generated.Value, error)

The InternalPolicyFunc type is an adapter to allow the use of ordinary function as a Querier.

func (InternalPolicyFunc) Query added in v0.3.3

Query calls f(ctx, q).

type InviteFunc

The InviteFunc type is an adapter to allow the use of ordinary function as a Querier.

func (InviteFunc) Query

Query calls f(ctx, q).

type JobResultFunc added in v0.15.0

type JobResultFunc func(context.Context, *generated.JobResultQuery) (generated.Value, error)

The JobResultFunc type is an adapter to allow the use of ordinary function as a Querier.

func (JobResultFunc) Query added in v0.15.0

Query calls f(ctx, q).

type JobRunnerFunc added in v0.14.1

type JobRunnerFunc func(context.Context, *generated.JobRunnerQuery) (generated.Value, error)

The JobRunnerFunc type is an adapter to allow the use of ordinary function as a Querier.

func (JobRunnerFunc) Query added in v0.14.1

Query calls f(ctx, q).

type JobRunnerRegistrationTokenFunc added in v0.14.1

type JobRunnerRegistrationTokenFunc func(context.Context, *generated.JobRunnerRegistrationTokenQuery) (generated.Value, error)

The JobRunnerRegistrationTokenFunc type is an adapter to allow the use of ordinary function as a Querier.

func (JobRunnerRegistrationTokenFunc) Query added in v0.14.1

Query calls f(ctx, q).

type JobRunnerTokenFunc added in v0.14.1

type JobRunnerTokenFunc func(context.Context, *generated.JobRunnerTokenQuery) (generated.Value, error)

The JobRunnerTokenFunc type is an adapter to allow the use of ordinary function as a Querier.

func (JobRunnerTokenFunc) Query added in v0.14.1

Query calls f(ctx, q).

type JobTemplateFunc added in v0.24.0

type JobTemplateFunc func(context.Context, *generated.JobTemplateQuery) (generated.Value, error)

The JobTemplateFunc type is an adapter to allow the use of ordinary function as a Querier.

func (JobTemplateFunc) Query added in v0.24.0

Query calls f(ctx, q).

type MappableDomainFunc added in v0.12.1

type MappableDomainFunc func(context.Context, *generated.MappableDomainQuery) (generated.Value, error)

The MappableDomainFunc type is an adapter to allow the use of ordinary function as a Querier.

func (MappableDomainFunc) Query added in v0.12.1

Query calls f(ctx, q).

type MappedControlFunc added in v0.7.3

type MappedControlFunc func(context.Context, *generated.MappedControlQuery) (generated.Value, error)

The MappedControlFunc type is an adapter to allow the use of ordinary function as a Querier.

func (MappedControlFunc) Query added in v0.7.3

Query calls f(ctx, q).

type NarrativeFunc added in v0.3.3

type NarrativeFunc func(context.Context, *generated.NarrativeQuery) (generated.Value, error)

The NarrativeFunc type is an adapter to allow the use of ordinary function as a Querier.

func (NarrativeFunc) Query added in v0.3.3

Query calls f(ctx, q).

type NoteFunc

The NoteFunc type is an adapter to allow the use of ordinary function as a Querier.

func (NoteFunc) Query

Query calls f(ctx, q).

type NotificationFunc added in v0.45.13

type NotificationFunc func(context.Context, *generated.NotificationQuery) (generated.Value, error)

The NotificationFunc type is an adapter to allow the use of ordinary function as a Querier.

func (NotificationFunc) Query added in v0.45.13

Query calls f(ctx, q).

type OnboardingFunc added in v0.6.24

type OnboardingFunc func(context.Context, *generated.OnboardingQuery) (generated.Value, error)

The OnboardingFunc type is an adapter to allow the use of ordinary function as a Querier.

func (OnboardingFunc) Query added in v0.6.24

Query calls f(ctx, q).

type OrgMembershipFunc

type OrgMembershipFunc func(context.Context, *generated.OrgMembershipQuery) (generated.Value, error)

The OrgMembershipFunc type is an adapter to allow the use of ordinary function as a Querier.

func (OrgMembershipFunc) Query

Query calls f(ctx, q).

type OrgModuleFunc added in v0.18.4

type OrgModuleFunc func(context.Context, *generated.OrgModuleQuery) (generated.Value, error)

The OrgModuleFunc type is an adapter to allow the use of ordinary function as a Querier.

func (OrgModuleFunc) Query added in v0.18.4

Query calls f(ctx, q).

type OrgPriceFunc added in v0.18.4

type OrgPriceFunc func(context.Context, *generated.OrgPriceQuery) (generated.Value, error)

The OrgPriceFunc type is an adapter to allow the use of ordinary function as a Querier.

func (OrgPriceFunc) Query added in v0.18.4

Query calls f(ctx, q).

type OrgProductFunc added in v0.18.4

type OrgProductFunc func(context.Context, *generated.OrgProductQuery) (generated.Value, error)

The OrgProductFunc type is an adapter to allow the use of ordinary function as a Querier.

func (OrgProductFunc) Query added in v0.18.4

Query calls f(ctx, q).

type OrgSubscriptionFunc added in v0.5.1

type OrgSubscriptionFunc func(context.Context, *generated.OrgSubscriptionQuery) (generated.Value, error)

The OrgSubscriptionFunc type is an adapter to allow the use of ordinary function as a Querier.

func (OrgSubscriptionFunc) Query added in v0.5.1

Query calls f(ctx, q).

type OrganizationFunc

type OrganizationFunc func(context.Context, *generated.OrganizationQuery) (generated.Value, error)

The OrganizationFunc type is an adapter to allow the use of ordinary function as a Querier.

func (OrganizationFunc) Query

Query calls f(ctx, q).

type OrganizationSettingFunc

type OrganizationSettingFunc func(context.Context, *generated.OrganizationSettingQuery) (generated.Value, error)

The OrganizationSettingFunc type is an adapter to allow the use of ordinary function as a Querier.

func (OrganizationSettingFunc) Query

Query calls f(ctx, q).

type PasswordResetTokenFunc

type PasswordResetTokenFunc func(context.Context, *generated.PasswordResetTokenQuery) (generated.Value, error)

The PasswordResetTokenFunc type is an adapter to allow the use of ordinary function as a Querier.

func (PasswordResetTokenFunc) Query

Query calls f(ctx, q).

type PersonalAccessTokenFunc

type PersonalAccessTokenFunc func(context.Context, *generated.PersonalAccessTokenQuery) (generated.Value, error)

The PersonalAccessTokenFunc type is an adapter to allow the use of ordinary function as a Querier.

func (PersonalAccessTokenFunc) Query

Query calls f(ctx, q).

type ProcedureFunc added in v0.3.3

type ProcedureFunc func(context.Context, *generated.ProcedureQuery) (generated.Value, error)

The ProcedureFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ProcedureFunc) Query added in v0.3.3

Query calls f(ctx, q).

type ProgramFunc added in v0.3.5

type ProgramFunc func(context.Context, *generated.ProgramQuery) (generated.Value, error)

The ProgramFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ProgramFunc) Query added in v0.3.5

Query calls f(ctx, q).

type ProgramMembershipFunc added in v0.3.5

type ProgramMembershipFunc func(context.Context, *generated.ProgramMembershipQuery) (generated.Value, error)

The ProgramMembershipFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ProgramMembershipFunc) Query added in v0.3.5

Query calls f(ctx, q).

type Query

type Query interface {
	// Type returns the string representation of the query type.
	Type() string
	// Limit the number of records to be returned by this query.
	Limit(int)
	// Offset to start from.
	Offset(int)
	// Unique configures the query builder to filter duplicate records.
	Unique(bool)
	// Order specifies how the records should be ordered.
	Order(...func(*sql.Selector))
	// WhereP appends storage-level predicates to the query builder. Using this method, users
	// can use type-assertion to append predicates that do not depend on any generated package.
	WhereP(...func(*sql.Selector))
}

The Query interface represents an operation that queries a graph. By using this interface, users can write generic code that manipulates query builders of different types.

func NewQuery

func NewQuery(q generated.Query) (Query, error)

NewQuery returns the generic Query interface for the given typed query.

type RemediationFunc added in v0.43.3

type RemediationFunc func(context.Context, *generated.RemediationQuery) (generated.Value, error)

The RemediationFunc type is an adapter to allow the use of ordinary function as a Querier.

func (RemediationFunc) Query added in v0.43.3

Query calls f(ctx, q).

type ReviewFunc added in v0.43.3

The ReviewFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ReviewFunc) Query added in v0.43.3

Query calls f(ctx, q).

type RiskFunc added in v0.3.3

The RiskFunc type is an adapter to allow the use of ordinary function as a Querier.

func (RiskFunc) Query added in v0.3.3

Query calls f(ctx, q).

type ScanFunc added in v0.19.0

The ScanFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ScanFunc) Query added in v0.19.0

Query calls f(ctx, q).

type ScheduledJobFunc added in v0.15.0

type ScheduledJobFunc func(context.Context, *generated.ScheduledJobQuery) (generated.Value, error)

The ScheduledJobFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ScheduledJobFunc) Query added in v0.15.0

Query calls f(ctx, q).

type ScheduledJobRunFunc added in v0.15.0

type ScheduledJobRunFunc func(context.Context, *generated.ScheduledJobRunQuery) (generated.Value, error)

The ScheduledJobRunFunc type is an adapter to allow the use of ordinary function as a Querier.

func (ScheduledJobRunFunc) Query added in v0.15.0

Query calls f(ctx, q).

type StandardFunc added in v0.3.3

type StandardFunc func(context.Context, *generated.StandardQuery) (generated.Value, error)

The StandardFunc type is an adapter to allow the use of ordinary function as a Querier.

func (StandardFunc) Query added in v0.3.3

Query calls f(ctx, q).

type SubcontrolFunc added in v0.3.3

type SubcontrolFunc func(context.Context, *generated.SubcontrolQuery) (generated.Value, error)

The SubcontrolFunc type is an adapter to allow the use of ordinary function as a Querier.

func (SubcontrolFunc) Query added in v0.3.3

Query calls f(ctx, q).

type SubprocessorFunc added in v0.22.2

type SubprocessorFunc func(context.Context, *generated.SubprocessorQuery) (generated.Value, error)

The SubprocessorFunc type is an adapter to allow the use of ordinary function as a Querier.

func (SubprocessorFunc) Query added in v0.22.2

Query calls f(ctx, q).

type SubscriberFunc

type SubscriberFunc func(context.Context, *generated.SubscriberQuery) (generated.Value, error)

The SubscriberFunc type is an adapter to allow the use of ordinary function as a Querier.

func (SubscriberFunc) Query

Query calls f(ctx, q).

type TFASettingFunc

type TFASettingFunc func(context.Context, *generated.TFASettingQuery) (generated.Value, error)

The TFASettingFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TFASettingFunc) Query

Query calls f(ctx, q).

type TagDefinitionFunc added in v0.43.0

type TagDefinitionFunc func(context.Context, *generated.TagDefinitionQuery) (generated.Value, error)

The TagDefinitionFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TagDefinitionFunc) Query added in v0.43.0

Query calls f(ctx, q).

type TaskFunc added in v0.3.4

The TaskFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TaskFunc) Query added in v0.3.4

Query calls f(ctx, q).

type TemplateFunc

type TemplateFunc func(context.Context, *generated.TemplateQuery) (generated.Value, error)

The TemplateFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TemplateFunc) Query

Query calls f(ctx, q).

type TraverseAPIToken

type TraverseAPIToken func(context.Context, *generated.APITokenQuery) error

The TraverseAPIToken type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseAPIToken) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseAPIToken) Traverse

func (f TraverseAPIToken) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseActionPlan added in v0.3.3

type TraverseActionPlan func(context.Context, *generated.ActionPlanQuery) error

The TraverseActionPlan type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseActionPlan) Intercept added in v0.3.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseActionPlan) Traverse added in v0.3.3

Traverse calls f(ctx, q).

type TraverseAssessment added in v0.42.6

type TraverseAssessment func(context.Context, *generated.AssessmentQuery) error

The TraverseAssessment type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseAssessment) Intercept added in v0.42.6

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseAssessment) Traverse added in v0.42.6

Traverse calls f(ctx, q).

type TraverseAssessmentResponse added in v0.42.6

type TraverseAssessmentResponse func(context.Context, *generated.AssessmentResponseQuery) error

The TraverseAssessmentResponse type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseAssessmentResponse) Intercept added in v0.42.6

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseAssessmentResponse) Traverse added in v0.42.6

Traverse calls f(ctx, q).

type TraverseAsset added in v0.19.0

type TraverseAsset func(context.Context, *generated.AssetQuery) error

The TraverseAsset type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseAsset) Intercept added in v0.19.0

func (f TraverseAsset) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseAsset) Traverse added in v0.19.0

func (f TraverseAsset) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseContact

type TraverseContact func(context.Context, *generated.ContactQuery) error

The TraverseContact type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseContact) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseContact) Traverse

func (f TraverseContact) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseControl added in v0.3.3

type TraverseControl func(context.Context, *generated.ControlQuery) error

The TraverseControl type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseControl) Intercept added in v0.3.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseControl) Traverse added in v0.3.3

func (f TraverseControl) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseControlImplementation added in v0.7.3

type TraverseControlImplementation func(context.Context, *generated.ControlImplementationQuery) error

The TraverseControlImplementation type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseControlImplementation) Intercept added in v0.7.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseControlImplementation) Traverse added in v0.7.3

Traverse calls f(ctx, q).

type TraverseControlObjective added in v0.3.3

type TraverseControlObjective func(context.Context, *generated.ControlObjectiveQuery) error

The TraverseControlObjective type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseControlObjective) Intercept added in v0.3.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseControlObjective) Traverse added in v0.3.3

Traverse calls f(ctx, q).

type TraverseCustomDomain added in v0.12.1

type TraverseCustomDomain func(context.Context, *generated.CustomDomainQuery) error

The TraverseCustomDomain type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseCustomDomain) Intercept added in v0.12.1

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseCustomDomain) Traverse added in v0.12.1

Traverse calls f(ctx, q).

type TraverseCustomTypeEnum added in v0.43.0

type TraverseCustomTypeEnum func(context.Context, *generated.CustomTypeEnumQuery) error

The TraverseCustomTypeEnum type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseCustomTypeEnum) Intercept added in v0.43.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseCustomTypeEnum) Traverse added in v0.43.0

Traverse calls f(ctx, q).

type TraverseDNSVerification added in v0.15.0

type TraverseDNSVerification func(context.Context, *generated.DNSVerificationQuery) error

The TraverseDNSVerification type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseDNSVerification) Intercept added in v0.15.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseDNSVerification) Traverse added in v0.15.0

Traverse calls f(ctx, q).

type TraverseDirectoryAccount added in v0.46.3

type TraverseDirectoryAccount func(context.Context, *generated.DirectoryAccountQuery) error

The TraverseDirectoryAccount type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseDirectoryAccount) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseDirectoryAccount) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseDirectoryGroup added in v0.46.3

type TraverseDirectoryGroup func(context.Context, *generated.DirectoryGroupQuery) error

The TraverseDirectoryGroup type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseDirectoryGroup) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseDirectoryGroup) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseDirectoryMembership added in v0.46.3

type TraverseDirectoryMembership func(context.Context, *generated.DirectoryMembershipQuery) error

The TraverseDirectoryMembership type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseDirectoryMembership) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseDirectoryMembership) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseDirectorySyncRun added in v0.46.3

type TraverseDirectorySyncRun func(context.Context, *generated.DirectorySyncRunQuery) error

The TraverseDirectorySyncRun type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseDirectorySyncRun) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseDirectorySyncRun) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseDiscussion added in v0.49.3

type TraverseDiscussion func(context.Context, *generated.DiscussionQuery) error

The TraverseDiscussion type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseDiscussion) Intercept added in v0.49.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseDiscussion) Traverse added in v0.49.3

Traverse calls f(ctx, q).

type TraverseDocumentData

type TraverseDocumentData func(context.Context, *generated.DocumentDataQuery) error

The TraverseDocumentData type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseDocumentData) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseDocumentData) Traverse

Traverse calls f(ctx, q).

type TraverseEmailVerificationToken

type TraverseEmailVerificationToken func(context.Context, *generated.EmailVerificationTokenQuery) error

The TraverseEmailVerificationToken type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseEmailVerificationToken) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseEmailVerificationToken) Traverse

Traverse calls f(ctx, q).

type TraverseEntity

type TraverseEntity func(context.Context, *generated.EntityQuery) error

The TraverseEntity type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseEntity) Intercept

func (f TraverseEntity) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseEntity) Traverse

func (f TraverseEntity) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseEntityType

type TraverseEntityType func(context.Context, *generated.EntityTypeQuery) error

The TraverseEntityType type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseEntityType) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseEntityType) Traverse

Traverse calls f(ctx, q).

type TraverseEvent

type TraverseEvent func(context.Context, *generated.EventQuery) error

The TraverseEvent type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseEvent) Intercept

func (f TraverseEvent) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseEvent) Traverse

func (f TraverseEvent) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseEvidence added in v0.6.19

type TraverseEvidence func(context.Context, *generated.EvidenceQuery) error

The TraverseEvidence type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseEvidence) Intercept added in v0.6.19

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseEvidence) Traverse added in v0.6.19

func (f TraverseEvidence) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseExport added in v0.22.3

type TraverseExport func(context.Context, *generated.ExportQuery) error

The TraverseExport type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseExport) Intercept added in v0.22.3

func (f TraverseExport) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseExport) Traverse added in v0.22.3

func (f TraverseExport) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseFile

type TraverseFile func(context.Context, *generated.FileQuery) error

The TraverseFile type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseFile) Intercept

func (f TraverseFile) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseFile) Traverse

func (f TraverseFile) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseFileDownloadToken added in v0.39.2

type TraverseFileDownloadToken func(context.Context, *generated.FileDownloadTokenQuery) error

The TraverseFileDownloadToken type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseFileDownloadToken) Intercept added in v0.39.2

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseFileDownloadToken) Traverse added in v0.39.2

Traverse calls f(ctx, q).

type TraverseFinding added in v0.43.3

type TraverseFinding func(context.Context, *generated.FindingQuery) error

The TraverseFinding type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseFinding) Intercept added in v0.43.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseFinding) Traverse added in v0.43.3

func (f TraverseFinding) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseFindingControl added in v0.43.3

type TraverseFindingControl func(context.Context, *generated.FindingControlQuery) error

The TraverseFindingControl type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseFindingControl) Intercept added in v0.43.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseFindingControl) Traverse added in v0.43.3

Traverse calls f(ctx, q).

type TraverseFunc

type TraverseFunc func(context.Context, Query) error

The TraverseFunc type is an adapter to allow the use of ordinary function as Traverser. If f is a function with the appropriate signature, TraverseFunc(f) is a Traverser that calls f.

func (TraverseFunc) Intercept

func (f TraverseFunc) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseFunc) Traverse

func (f TraverseFunc) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseGroup

type TraverseGroup func(context.Context, *generated.GroupQuery) error

The TraverseGroup type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseGroup) Intercept

func (f TraverseGroup) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseGroup) Traverse

func (f TraverseGroup) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseGroupMembership

type TraverseGroupMembership func(context.Context, *generated.GroupMembershipQuery) error

The TraverseGroupMembership type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseGroupMembership) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseGroupMembership) Traverse

Traverse calls f(ctx, q).

type TraverseGroupSetting

type TraverseGroupSetting func(context.Context, *generated.GroupSettingQuery) error

The TraverseGroupSetting type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseGroupSetting) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseGroupSetting) Traverse

Traverse calls f(ctx, q).

type TraverseHush

type TraverseHush func(context.Context, *generated.HushQuery) error

The TraverseHush type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseHush) Intercept

func (f TraverseHush) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseHush) Traverse

func (f TraverseHush) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseImpersonationEvent added in v0.38.1

type TraverseImpersonationEvent func(context.Context, *generated.ImpersonationEventQuery) error

The TraverseImpersonationEvent type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseImpersonationEvent) Intercept added in v0.38.1

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseImpersonationEvent) Traverse added in v0.38.1

Traverse calls f(ctx, q).

type TraverseIntegration

type TraverseIntegration func(context.Context, *generated.IntegrationQuery) error

The TraverseIntegration type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseIntegration) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseIntegration) Traverse

Traverse calls f(ctx, q).

type TraverseInternalPolicy added in v0.3.3

type TraverseInternalPolicy func(context.Context, *generated.InternalPolicyQuery) error

The TraverseInternalPolicy type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseInternalPolicy) Intercept added in v0.3.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseInternalPolicy) Traverse added in v0.3.3

Traverse calls f(ctx, q).

type TraverseInvite

type TraverseInvite func(context.Context, *generated.InviteQuery) error

The TraverseInvite type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseInvite) Intercept

func (f TraverseInvite) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseInvite) Traverse

func (f TraverseInvite) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseJobResult added in v0.15.0

type TraverseJobResult func(context.Context, *generated.JobResultQuery) error

The TraverseJobResult type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseJobResult) Intercept added in v0.15.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseJobResult) Traverse added in v0.15.0

Traverse calls f(ctx, q).

type TraverseJobRunner added in v0.14.1

type TraverseJobRunner func(context.Context, *generated.JobRunnerQuery) error

The TraverseJobRunner type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseJobRunner) Intercept added in v0.14.1

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseJobRunner) Traverse added in v0.14.1

Traverse calls f(ctx, q).

type TraverseJobRunnerRegistrationToken added in v0.14.1

type TraverseJobRunnerRegistrationToken func(context.Context, *generated.JobRunnerRegistrationTokenQuery) error

The TraverseJobRunnerRegistrationToken type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseJobRunnerRegistrationToken) Intercept added in v0.14.1

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseJobRunnerRegistrationToken) Traverse added in v0.14.1

Traverse calls f(ctx, q).

type TraverseJobRunnerToken added in v0.14.1

type TraverseJobRunnerToken func(context.Context, *generated.JobRunnerTokenQuery) error

The TraverseJobRunnerToken type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseJobRunnerToken) Intercept added in v0.14.1

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseJobRunnerToken) Traverse added in v0.14.1

Traverse calls f(ctx, q).

type TraverseJobTemplate added in v0.24.0

type TraverseJobTemplate func(context.Context, *generated.JobTemplateQuery) error

The TraverseJobTemplate type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseJobTemplate) Intercept added in v0.24.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseJobTemplate) Traverse added in v0.24.0

Traverse calls f(ctx, q).

type TraverseMappableDomain added in v0.12.1

type TraverseMappableDomain func(context.Context, *generated.MappableDomainQuery) error

The TraverseMappableDomain type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseMappableDomain) Intercept added in v0.12.1

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseMappableDomain) Traverse added in v0.12.1

Traverse calls f(ctx, q).

type TraverseMappedControl added in v0.7.3

type TraverseMappedControl func(context.Context, *generated.MappedControlQuery) error

The TraverseMappedControl type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseMappedControl) Intercept added in v0.7.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseMappedControl) Traverse added in v0.7.3

Traverse calls f(ctx, q).

type TraverseNarrative added in v0.3.3

type TraverseNarrative func(context.Context, *generated.NarrativeQuery) error

The TraverseNarrative type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseNarrative) Intercept added in v0.3.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseNarrative) Traverse added in v0.3.3

Traverse calls f(ctx, q).

type TraverseNote

type TraverseNote func(context.Context, *generated.NoteQuery) error

The TraverseNote type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseNote) Intercept

func (f TraverseNote) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseNote) Traverse

func (f TraverseNote) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseNotification added in v0.45.13

type TraverseNotification func(context.Context, *generated.NotificationQuery) error

The TraverseNotification type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseNotification) Intercept added in v0.45.13

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseNotification) Traverse added in v0.45.13

Traverse calls f(ctx, q).

type TraverseOnboarding added in v0.6.24

type TraverseOnboarding func(context.Context, *generated.OnboardingQuery) error

The TraverseOnboarding type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseOnboarding) Intercept added in v0.6.24

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseOnboarding) Traverse added in v0.6.24

Traverse calls f(ctx, q).

type TraverseOrgMembership

type TraverseOrgMembership func(context.Context, *generated.OrgMembershipQuery) error

The TraverseOrgMembership type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseOrgMembership) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseOrgMembership) Traverse

Traverse calls f(ctx, q).

type TraverseOrgModule added in v0.18.4

type TraverseOrgModule func(context.Context, *generated.OrgModuleQuery) error

The TraverseOrgModule type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseOrgModule) Intercept added in v0.18.4

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseOrgModule) Traverse added in v0.18.4

Traverse calls f(ctx, q).

type TraverseOrgPrice added in v0.18.4

type TraverseOrgPrice func(context.Context, *generated.OrgPriceQuery) error

The TraverseOrgPrice type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseOrgPrice) Intercept added in v0.18.4

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseOrgPrice) Traverse added in v0.18.4

func (f TraverseOrgPrice) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseOrgProduct added in v0.18.4

type TraverseOrgProduct func(context.Context, *generated.OrgProductQuery) error

The TraverseOrgProduct type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseOrgProduct) Intercept added in v0.18.4

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseOrgProduct) Traverse added in v0.18.4

Traverse calls f(ctx, q).

type TraverseOrgSubscription added in v0.5.1

type TraverseOrgSubscription func(context.Context, *generated.OrgSubscriptionQuery) error

The TraverseOrgSubscription type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseOrgSubscription) Intercept added in v0.5.1

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseOrgSubscription) Traverse added in v0.5.1

Traverse calls f(ctx, q).

type TraverseOrganization

type TraverseOrganization func(context.Context, *generated.OrganizationQuery) error

The TraverseOrganization type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseOrganization) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseOrganization) Traverse

Traverse calls f(ctx, q).

type TraverseOrganizationSetting

type TraverseOrganizationSetting func(context.Context, *generated.OrganizationSettingQuery) error

The TraverseOrganizationSetting type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseOrganizationSetting) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseOrganizationSetting) Traverse

Traverse calls f(ctx, q).

type TraversePasswordResetToken

type TraversePasswordResetToken func(context.Context, *generated.PasswordResetTokenQuery) error

The TraversePasswordResetToken type is an adapter to allow the use of ordinary function as Traverser.

func (TraversePasswordResetToken) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraversePasswordResetToken) Traverse

Traverse calls f(ctx, q).

type TraversePersonalAccessToken

type TraversePersonalAccessToken func(context.Context, *generated.PersonalAccessTokenQuery) error

The TraversePersonalAccessToken type is an adapter to allow the use of ordinary function as Traverser.

func (TraversePersonalAccessToken) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraversePersonalAccessToken) Traverse

Traverse calls f(ctx, q).

type TraverseProcedure added in v0.3.3

type TraverseProcedure func(context.Context, *generated.ProcedureQuery) error

The TraverseProcedure type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseProcedure) Intercept added in v0.3.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseProcedure) Traverse added in v0.3.3

Traverse calls f(ctx, q).

type TraverseProgram added in v0.3.5

type TraverseProgram func(context.Context, *generated.ProgramQuery) error

The TraverseProgram type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseProgram) Intercept added in v0.3.5

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseProgram) Traverse added in v0.3.5

func (f TraverseProgram) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseProgramMembership added in v0.3.5

type TraverseProgramMembership func(context.Context, *generated.ProgramMembershipQuery) error

The TraverseProgramMembership type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseProgramMembership) Intercept added in v0.3.5

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseProgramMembership) Traverse added in v0.3.5

Traverse calls f(ctx, q).

type TraverseRemediation added in v0.43.3

type TraverseRemediation func(context.Context, *generated.RemediationQuery) error

The TraverseRemediation type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseRemediation) Intercept added in v0.43.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseRemediation) Traverse added in v0.43.3

Traverse calls f(ctx, q).

type TraverseReview added in v0.43.3

type TraverseReview func(context.Context, *generated.ReviewQuery) error

The TraverseReview type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseReview) Intercept added in v0.43.3

func (f TraverseReview) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseReview) Traverse added in v0.43.3

func (f TraverseReview) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseRisk added in v0.3.3

type TraverseRisk func(context.Context, *generated.RiskQuery) error

The TraverseRisk type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseRisk) Intercept added in v0.3.3

func (f TraverseRisk) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseRisk) Traverse added in v0.3.3

func (f TraverseRisk) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseScan added in v0.19.0

type TraverseScan func(context.Context, *generated.ScanQuery) error

The TraverseScan type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseScan) Intercept added in v0.19.0

func (f TraverseScan) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseScan) Traverse added in v0.19.0

func (f TraverseScan) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseScheduledJob added in v0.15.0

type TraverseScheduledJob func(context.Context, *generated.ScheduledJobQuery) error

The TraverseScheduledJob type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseScheduledJob) Intercept added in v0.15.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseScheduledJob) Traverse added in v0.15.0

Traverse calls f(ctx, q).

type TraverseScheduledJobRun added in v0.15.0

type TraverseScheduledJobRun func(context.Context, *generated.ScheduledJobRunQuery) error

The TraverseScheduledJobRun type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseScheduledJobRun) Intercept added in v0.15.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseScheduledJobRun) Traverse added in v0.15.0

Traverse calls f(ctx, q).

type TraverseStandard added in v0.3.3

type TraverseStandard func(context.Context, *generated.StandardQuery) error

The TraverseStandard type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseStandard) Intercept added in v0.3.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseStandard) Traverse added in v0.3.3

func (f TraverseStandard) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseSubcontrol added in v0.3.3

type TraverseSubcontrol func(context.Context, *generated.SubcontrolQuery) error

The TraverseSubcontrol type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseSubcontrol) Intercept added in v0.3.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseSubcontrol) Traverse added in v0.3.3

Traverse calls f(ctx, q).

type TraverseSubprocessor added in v0.22.2

type TraverseSubprocessor func(context.Context, *generated.SubprocessorQuery) error

The TraverseSubprocessor type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseSubprocessor) Intercept added in v0.22.2

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseSubprocessor) Traverse added in v0.22.2

Traverse calls f(ctx, q).

type TraverseSubscriber

type TraverseSubscriber func(context.Context, *generated.SubscriberQuery) error

The TraverseSubscriber type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseSubscriber) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseSubscriber) Traverse

Traverse calls f(ctx, q).

type TraverseTFASetting

type TraverseTFASetting func(context.Context, *generated.TFASettingQuery) error

The TraverseTFASetting type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTFASetting) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTFASetting) Traverse

Traverse calls f(ctx, q).

type TraverseTagDefinition added in v0.43.0

type TraverseTagDefinition func(context.Context, *generated.TagDefinitionQuery) error

The TraverseTagDefinition type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTagDefinition) Intercept added in v0.43.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTagDefinition) Traverse added in v0.43.0

Traverse calls f(ctx, q).

type TraverseTask added in v0.3.4

type TraverseTask func(context.Context, *generated.TaskQuery) error

The TraverseTask type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTask) Intercept added in v0.3.4

func (f TraverseTask) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTask) Traverse added in v0.3.4

func (f TraverseTask) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseTemplate

type TraverseTemplate func(context.Context, *generated.TemplateQuery) error

The TraverseTemplate type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTemplate) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTemplate) Traverse

func (f TraverseTemplate) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseTrustCenter added in v0.19.0

type TraverseTrustCenter func(context.Context, *generated.TrustCenterQuery) error

The TraverseTrustCenter type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTrustCenter) Intercept added in v0.19.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTrustCenter) Traverse added in v0.19.0

Traverse calls f(ctx, q).

type TraverseTrustCenterCompliance added in v0.23.1

type TraverseTrustCenterCompliance func(context.Context, *generated.TrustCenterComplianceQuery) error

The TraverseTrustCenterCompliance type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTrustCenterCompliance) Intercept added in v0.23.1

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTrustCenterCompliance) Traverse added in v0.23.1

Traverse calls f(ctx, q).

type TraverseTrustCenterDoc added in v0.33.6

type TraverseTrustCenterDoc func(context.Context, *generated.TrustCenterDocQuery) error

The TraverseTrustCenterDoc type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTrustCenterDoc) Intercept added in v0.33.6

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTrustCenterDoc) Traverse added in v0.33.6

Traverse calls f(ctx, q).

type TraverseTrustCenterSetting added in v0.19.0

type TraverseTrustCenterSetting func(context.Context, *generated.TrustCenterSettingQuery) error

The TraverseTrustCenterSetting type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTrustCenterSetting) Intercept added in v0.19.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTrustCenterSetting) Traverse added in v0.19.0

Traverse calls f(ctx, q).

type TraverseTrustCenterSubprocessor added in v0.22.2

type TraverseTrustCenterSubprocessor func(context.Context, *generated.TrustCenterSubprocessorQuery) error

The TraverseTrustCenterSubprocessor type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTrustCenterSubprocessor) Intercept added in v0.22.2

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTrustCenterSubprocessor) Traverse added in v0.22.2

Traverse calls f(ctx, q).

type TraverseTrustCenterWatermarkConfig added in v0.34.5

type TraverseTrustCenterWatermarkConfig func(context.Context, *generated.TrustCenterWatermarkConfigQuery) error

The TraverseTrustCenterWatermarkConfig type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTrustCenterWatermarkConfig) Intercept added in v0.34.5

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTrustCenterWatermarkConfig) Traverse added in v0.34.5

Traverse calls f(ctx, q).

type TraverseTrustcenterEntity added in v0.47.5

type TraverseTrustcenterEntity func(context.Context, *generated.TrustcenterEntityQuery) error

The TraverseTrustcenterEntity type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseTrustcenterEntity) Intercept added in v0.47.5

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseTrustcenterEntity) Traverse added in v0.47.5

Traverse calls f(ctx, q).

type TraverseUser

type TraverseUser func(context.Context, *generated.UserQuery) error

The TraverseUser type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseUser) Intercept

func (f TraverseUser) Intercept(next generated.Querier) generated.Querier

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseUser) Traverse

func (f TraverseUser) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseUserSetting

type TraverseUserSetting func(context.Context, *generated.UserSettingQuery) error

The TraverseUserSetting type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseUserSetting) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseUserSetting) Traverse

Traverse calls f(ctx, q).

type TraverseVulnerability added in v0.43.3

type TraverseVulnerability func(context.Context, *generated.VulnerabilityQuery) error

The TraverseVulnerability type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseVulnerability) Intercept added in v0.43.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseVulnerability) Traverse added in v0.43.3

Traverse calls f(ctx, q).

type TraverseWebauthn

type TraverseWebauthn func(context.Context, *generated.WebauthnQuery) error

The TraverseWebauthn type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseWebauthn) Intercept

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseWebauthn) Traverse

func (f TraverseWebauthn) Traverse(ctx context.Context, q generated.Query) error

Traverse calls f(ctx, q).

type TraverseWorkflowAssignment added in v0.46.3

type TraverseWorkflowAssignment func(context.Context, *generated.WorkflowAssignmentQuery) error

The TraverseWorkflowAssignment type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseWorkflowAssignment) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseWorkflowAssignment) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseWorkflowAssignmentTarget added in v0.46.3

type TraverseWorkflowAssignmentTarget func(context.Context, *generated.WorkflowAssignmentTargetQuery) error

The TraverseWorkflowAssignmentTarget type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseWorkflowAssignmentTarget) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseWorkflowAssignmentTarget) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseWorkflowDefinition added in v0.46.3

type TraverseWorkflowDefinition func(context.Context, *generated.WorkflowDefinitionQuery) error

The TraverseWorkflowDefinition type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseWorkflowDefinition) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseWorkflowDefinition) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseWorkflowEvent added in v0.46.3

type TraverseWorkflowEvent func(context.Context, *generated.WorkflowEventQuery) error

The TraverseWorkflowEvent type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseWorkflowEvent) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseWorkflowEvent) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseWorkflowInstance added in v0.46.3

type TraverseWorkflowInstance func(context.Context, *generated.WorkflowInstanceQuery) error

The TraverseWorkflowInstance type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseWorkflowInstance) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseWorkflowInstance) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseWorkflowObjectRef added in v0.46.3

type TraverseWorkflowObjectRef func(context.Context, *generated.WorkflowObjectRefQuery) error

The TraverseWorkflowObjectRef type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseWorkflowObjectRef) Intercept added in v0.46.3

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseWorkflowObjectRef) Traverse added in v0.46.3

Traverse calls f(ctx, q).

type TraverseWorkflowProposal added in v0.52.0

type TraverseWorkflowProposal func(context.Context, *generated.WorkflowProposalQuery) error

The TraverseWorkflowProposal type is an adapter to allow the use of ordinary function as Traverser.

func (TraverseWorkflowProposal) Intercept added in v0.52.0

Intercept is a dummy implementation of Intercept that returns the next Querier in the pipeline.

func (TraverseWorkflowProposal) Traverse added in v0.52.0

Traverse calls f(ctx, q).

type TrustCenterComplianceFunc added in v0.23.1

type TrustCenterComplianceFunc func(context.Context, *generated.TrustCenterComplianceQuery) (generated.Value, error)

The TrustCenterComplianceFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TrustCenterComplianceFunc) Query added in v0.23.1

Query calls f(ctx, q).

type TrustCenterDocFunc added in v0.33.6

type TrustCenterDocFunc func(context.Context, *generated.TrustCenterDocQuery) (generated.Value, error)

The TrustCenterDocFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TrustCenterDocFunc) Query added in v0.33.6

Query calls f(ctx, q).

type TrustCenterFunc added in v0.19.0

type TrustCenterFunc func(context.Context, *generated.TrustCenterQuery) (generated.Value, error)

The TrustCenterFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TrustCenterFunc) Query added in v0.19.0

Query calls f(ctx, q).

type TrustCenterSettingFunc added in v0.19.0

type TrustCenterSettingFunc func(context.Context, *generated.TrustCenterSettingQuery) (generated.Value, error)

The TrustCenterSettingFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TrustCenterSettingFunc) Query added in v0.19.0

Query calls f(ctx, q).

type TrustCenterSubprocessorFunc added in v0.22.2

type TrustCenterSubprocessorFunc func(context.Context, *generated.TrustCenterSubprocessorQuery) (generated.Value, error)

The TrustCenterSubprocessorFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TrustCenterSubprocessorFunc) Query added in v0.22.2

Query calls f(ctx, q).

type TrustCenterWatermarkConfigFunc added in v0.34.5

type TrustCenterWatermarkConfigFunc func(context.Context, *generated.TrustCenterWatermarkConfigQuery) (generated.Value, error)

The TrustCenterWatermarkConfigFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TrustCenterWatermarkConfigFunc) Query added in v0.34.5

Query calls f(ctx, q).

type TrustcenterEntityFunc added in v0.47.5

type TrustcenterEntityFunc func(context.Context, *generated.TrustcenterEntityQuery) (generated.Value, error)

The TrustcenterEntityFunc type is an adapter to allow the use of ordinary function as a Querier.

func (TrustcenterEntityFunc) Query added in v0.47.5

Query calls f(ctx, q).

type UserFunc

The UserFunc type is an adapter to allow the use of ordinary function as a Querier.

func (UserFunc) Query

Query calls f(ctx, q).

type UserSettingFunc

type UserSettingFunc func(context.Context, *generated.UserSettingQuery) (generated.Value, error)

The UserSettingFunc type is an adapter to allow the use of ordinary function as a Querier.

func (UserSettingFunc) Query

Query calls f(ctx, q).

type VulnerabilityFunc added in v0.43.3

type VulnerabilityFunc func(context.Context, *generated.VulnerabilityQuery) (generated.Value, error)

The VulnerabilityFunc type is an adapter to allow the use of ordinary function as a Querier.

func (VulnerabilityFunc) Query added in v0.43.3

Query calls f(ctx, q).

type WebauthnFunc

type WebauthnFunc func(context.Context, *generated.WebauthnQuery) (generated.Value, error)

The WebauthnFunc type is an adapter to allow the use of ordinary function as a Querier.

func (WebauthnFunc) Query

Query calls f(ctx, q).

type WorkflowAssignmentFunc added in v0.46.3

type WorkflowAssignmentFunc func(context.Context, *generated.WorkflowAssignmentQuery) (generated.Value, error)

The WorkflowAssignmentFunc type is an adapter to allow the use of ordinary function as a Querier.

func (WorkflowAssignmentFunc) Query added in v0.46.3

Query calls f(ctx, q).

type WorkflowAssignmentTargetFunc added in v0.46.3

type WorkflowAssignmentTargetFunc func(context.Context, *generated.WorkflowAssignmentTargetQuery) (generated.Value, error)

The WorkflowAssignmentTargetFunc type is an adapter to allow the use of ordinary function as a Querier.

func (WorkflowAssignmentTargetFunc) Query added in v0.46.3

Query calls f(ctx, q).

type WorkflowDefinitionFunc added in v0.46.3

type WorkflowDefinitionFunc func(context.Context, *generated.WorkflowDefinitionQuery) (generated.Value, error)

The WorkflowDefinitionFunc type is an adapter to allow the use of ordinary function as a Querier.

func (WorkflowDefinitionFunc) Query added in v0.46.3

Query calls f(ctx, q).

type WorkflowEventFunc added in v0.46.3

type WorkflowEventFunc func(context.Context, *generated.WorkflowEventQuery) (generated.Value, error)

The WorkflowEventFunc type is an adapter to allow the use of ordinary function as a Querier.

func (WorkflowEventFunc) Query added in v0.46.3

Query calls f(ctx, q).

type WorkflowInstanceFunc added in v0.46.3

type WorkflowInstanceFunc func(context.Context, *generated.WorkflowInstanceQuery) (generated.Value, error)

The WorkflowInstanceFunc type is an adapter to allow the use of ordinary function as a Querier.

func (WorkflowInstanceFunc) Query added in v0.46.3

Query calls f(ctx, q).

type WorkflowObjectRefFunc added in v0.46.3

type WorkflowObjectRefFunc func(context.Context, *generated.WorkflowObjectRefQuery) (generated.Value, error)

The WorkflowObjectRefFunc type is an adapter to allow the use of ordinary function as a Querier.

func (WorkflowObjectRefFunc) Query added in v0.46.3

Query calls f(ctx, q).

type WorkflowProposalFunc added in v0.52.0

type WorkflowProposalFunc func(context.Context, *generated.WorkflowProposalQuery) (generated.Value, error)

The WorkflowProposalFunc type is an adapter to allow the use of ordinary function as a Querier.

func (WorkflowProposalFunc) Query added in v0.52.0

Query calls f(ctx, q).

Jump to

Keyboard shortcuts

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