intercept

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2026 License: Apache-2.0 Imports: 105 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

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

Query calls f(ctx, q).

type AssessmentFunc

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

Query calls f(ctx, q).

type AssessmentResponseFunc

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

Query calls f(ctx, q).

type AssetFunc

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

func (AssetFunc) Query

Query calls f(ctx, q).

type CampaignFunc

type CampaignFunc func(context.Context, *generated.CampaignQuery) (generated.Value, error)

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

func (CampaignFunc) Query

Query calls f(ctx, q).

type CampaignTargetFunc

type CampaignTargetFunc func(context.Context, *generated.CampaignTargetQuery) (generated.Value, error)

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

func (CampaignTargetFunc) Query

Query calls f(ctx, q).

type CheckResultFunc

type CheckResultFunc func(context.Context, *generated.CheckResultQuery) (generated.Value, error)

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

func (CheckResultFunc) Query

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

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

Query calls f(ctx, q).

type ControlImplementationFunc

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

Query calls f(ctx, q).

type ControlObjectiveFunc

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

Query calls f(ctx, q).

type CustomDomainFunc

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

Query calls f(ctx, q).

type CustomTypeEnumFunc

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

Query calls f(ctx, q).

type DNSVerificationFunc

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

Query calls f(ctx, q).

type DirectoryAccountFunc

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

Query calls f(ctx, q).

type DirectoryGroupFunc

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

Query calls f(ctx, q).

type DirectoryMembershipFunc

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

Query calls f(ctx, q).

type DirectorySyncRunFunc

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

Query calls f(ctx, q).

type DiscussionFunc

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

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 EmailTemplateFunc

type EmailTemplateFunc func(context.Context, *generated.EmailTemplateQuery) (generated.Value, error)

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

func (EmailTemplateFunc) 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

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

Query calls f(ctx, q).

type ExportFunc

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

func (ExportFunc) Query

Query calls f(ctx, q).

type FileDownloadTokenFunc

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

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

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

Query calls f(ctx, q).

type FindingFunc

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

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 IdentityHolderFunc

type IdentityHolderFunc func(context.Context, *generated.IdentityHolderQuery) (generated.Value, error)

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

func (IdentityHolderFunc) Query

Query calls f(ctx, q).

type ImpersonationEventFunc

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

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 IntegrationRunFunc

type IntegrationRunFunc func(context.Context, *generated.IntegrationRunQuery) (generated.Value, error)

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

func (IntegrationRunFunc) Query

Query calls f(ctx, q).

type IntegrationWebhookFunc

type IntegrationWebhookFunc func(context.Context, *generated.IntegrationWebhookQuery) (generated.Value, error)

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

func (IntegrationWebhookFunc) Query

Query calls f(ctx, q).

type InternalPolicyFunc

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

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 MappableDomainFunc

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

Query calls f(ctx, q).

type MappedControlFunc

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

Query calls f(ctx, q).

type NarrativeFunc

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

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

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

Query calls f(ctx, q).

type NotificationPreferenceFunc

type NotificationPreferenceFunc func(context.Context, *generated.NotificationPreferenceQuery) (generated.Value, error)

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

func (NotificationPreferenceFunc) Query

Query calls f(ctx, q).

type NotificationTemplateFunc

type NotificationTemplateFunc func(context.Context, *generated.NotificationTemplateQuery) (generated.Value, error)

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

func (NotificationTemplateFunc) Query

Query calls f(ctx, q).

type OnboardingFunc

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

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

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

Query calls f(ctx, q).

type OrgPriceFunc

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

Query calls f(ctx, q).

type OrgProductFunc

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

Query calls f(ctx, q).

type OrgSubscriptionFunc

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

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 PlatformFunc

type PlatformFunc func(context.Context, *generated.PlatformQuery) (generated.Value, error)

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

func (PlatformFunc) Query

Query calls f(ctx, q).

type ProcedureFunc

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

Query calls f(ctx, q).

type ProgramFunc

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

Query calls f(ctx, q).

type ProgramMembershipFunc

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

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

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

Query calls f(ctx, q).

type ReviewFunc

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

func (ReviewFunc) Query

Query calls f(ctx, q).

type RiskFunc

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

func (RiskFunc) Query

Query calls f(ctx, q).

type SLADefinitionFunc

type SLADefinitionFunc func(context.Context, *generated.SLADefinitionQuery) (generated.Value, error)

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

func (SLADefinitionFunc) Query

Query calls f(ctx, q).

type ScanFunc

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

func (ScanFunc) Query

Query calls f(ctx, q).

type StandardFunc

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

Query calls f(ctx, q).

type SubcontrolFunc

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

Query calls f(ctx, q).

type SubprocessorFunc

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

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 SystemDetailFunc

type SystemDetailFunc func(context.Context, *generated.SystemDetailQuery) (generated.Value, error)

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

func (SystemDetailFunc) 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

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

Query calls f(ctx, q).

type TaskFunc

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

func (TaskFunc) Query

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

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

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

func (TraverseActionPlan) Traverse

Traverse calls f(ctx, q).

type TraverseAssessment

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

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

func (TraverseAssessment) Traverse

Traverse calls f(ctx, q).

type TraverseAssessmentResponse

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

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

func (TraverseAssessmentResponse) Traverse

Traverse calls f(ctx, q).

type TraverseAsset

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

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

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

Traverse calls f(ctx, q).

type TraverseCampaign

type TraverseCampaign func(context.Context, *generated.CampaignQuery) error

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

func (TraverseCampaign) Intercept

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

func (TraverseCampaign) Traverse

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

Traverse calls f(ctx, q).

type TraverseCampaignTarget

type TraverseCampaignTarget func(context.Context, *generated.CampaignTargetQuery) error

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

func (TraverseCampaignTarget) Intercept

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

func (TraverseCampaignTarget) Traverse

Traverse calls f(ctx, q).

type TraverseCheckResult

type TraverseCheckResult func(context.Context, *generated.CheckResultQuery) error

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

func (TraverseCheckResult) Intercept

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

func (TraverseCheckResult) Traverse

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

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

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

func (TraverseControl) Traverse

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

Traverse calls f(ctx, q).

type TraverseControlImplementation

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

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

func (TraverseControlImplementation) Traverse

Traverse calls f(ctx, q).

type TraverseControlObjective

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

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

func (TraverseControlObjective) Traverse

Traverse calls f(ctx, q).

type TraverseCustomDomain

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

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

func (TraverseCustomDomain) Traverse

Traverse calls f(ctx, q).

type TraverseCustomTypeEnum

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

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

func (TraverseCustomTypeEnum) Traverse

Traverse calls f(ctx, q).

type TraverseDNSVerification

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

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

func (TraverseDNSVerification) Traverse

Traverse calls f(ctx, q).

type TraverseDirectoryAccount

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

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

func (TraverseDirectoryAccount) Traverse

Traverse calls f(ctx, q).

type TraverseDirectoryGroup

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

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

func (TraverseDirectoryGroup) Traverse

Traverse calls f(ctx, q).

type TraverseDirectoryMembership

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

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

func (TraverseDirectoryMembership) Traverse

Traverse calls f(ctx, q).

type TraverseDirectorySyncRun

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

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

func (TraverseDirectorySyncRun) Traverse

Traverse calls f(ctx, q).

type TraverseDiscussion

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

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

func (TraverseDiscussion) Traverse

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 TraverseEmailTemplate

type TraverseEmailTemplate func(context.Context, *generated.EmailTemplateQuery) error

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

func (TraverseEmailTemplate) Intercept

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

func (TraverseEmailTemplate) 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

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

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

func (TraverseEvidence) Traverse

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

Traverse calls f(ctx, q).

type TraverseExport

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

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

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

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

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

func (TraverseFileDownloadToken) Traverse

Traverse calls f(ctx, q).

type TraverseFinding

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

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

func (TraverseFinding) Traverse

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

Traverse calls f(ctx, q).

type TraverseFindingControl

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

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

func (TraverseFindingControl) Traverse

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 TraverseIdentityHolder

type TraverseIdentityHolder func(context.Context, *generated.IdentityHolderQuery) error

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

func (TraverseIdentityHolder) Intercept

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

func (TraverseIdentityHolder) Traverse

Traverse calls f(ctx, q).

type TraverseImpersonationEvent

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

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

func (TraverseImpersonationEvent) Traverse

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 TraverseIntegrationRun

type TraverseIntegrationRun func(context.Context, *generated.IntegrationRunQuery) error

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

func (TraverseIntegrationRun) Intercept

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

func (TraverseIntegrationRun) Traverse

Traverse calls f(ctx, q).

type TraverseIntegrationWebhook

type TraverseIntegrationWebhook func(context.Context, *generated.IntegrationWebhookQuery) error

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

func (TraverseIntegrationWebhook) Intercept

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

func (TraverseIntegrationWebhook) Traverse

Traverse calls f(ctx, q).

type TraverseInternalPolicy

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

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

func (TraverseInternalPolicy) Traverse

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 TraverseMappableDomain

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

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

func (TraverseMappableDomain) Traverse

Traverse calls f(ctx, q).

type TraverseMappedControl

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

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

func (TraverseMappedControl) Traverse

Traverse calls f(ctx, q).

type TraverseNarrative

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

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

func (TraverseNarrative) Traverse

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

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

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

func (TraverseNotification) Traverse

Traverse calls f(ctx, q).

type TraverseNotificationPreference

type TraverseNotificationPreference func(context.Context, *generated.NotificationPreferenceQuery) error

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

func (TraverseNotificationPreference) Intercept

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

func (TraverseNotificationPreference) Traverse

Traverse calls f(ctx, q).

type TraverseNotificationTemplate

type TraverseNotificationTemplate func(context.Context, *generated.NotificationTemplateQuery) error

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

func (TraverseNotificationTemplate) Intercept

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

func (TraverseNotificationTemplate) Traverse

Traverse calls f(ctx, q).

type TraverseOnboarding

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

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

func (TraverseOnboarding) Traverse

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

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

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

func (TraverseOrgModule) Traverse

Traverse calls f(ctx, q).

type TraverseOrgPrice

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

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

func (TraverseOrgPrice) Traverse

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

Traverse calls f(ctx, q).

type TraverseOrgProduct

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

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

func (TraverseOrgProduct) Traverse

Traverse calls f(ctx, q).

type TraverseOrgSubscription

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

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

func (TraverseOrgSubscription) Traverse

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 TraversePlatform

type TraversePlatform func(context.Context, *generated.PlatformQuery) error

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

func (TraversePlatform) Intercept

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

func (TraversePlatform) Traverse

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

Traverse calls f(ctx, q).

type TraverseProcedure

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

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

func (TraverseProcedure) Traverse

Traverse calls f(ctx, q).

type TraverseProgram

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

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

func (TraverseProgram) Traverse

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

Traverse calls f(ctx, q).

type TraverseProgramMembership

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

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

func (TraverseProgramMembership) Traverse

Traverse calls f(ctx, q).

type TraverseRemediation

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

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

func (TraverseRemediation) Traverse

Traverse calls f(ctx, q).

type TraverseReview

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

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

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

Traverse calls f(ctx, q).

type TraverseRisk

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

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

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

Traverse calls f(ctx, q).

type TraverseSLADefinition

type TraverseSLADefinition func(context.Context, *generated.SLADefinitionQuery) error

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

func (TraverseSLADefinition) Intercept

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

func (TraverseSLADefinition) Traverse

Traverse calls f(ctx, q).

type TraverseScan

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

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

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

Traverse calls f(ctx, q).

type TraverseStandard

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

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

func (TraverseStandard) Traverse

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

Traverse calls f(ctx, q).

type TraverseSubcontrol

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

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

func (TraverseSubcontrol) Traverse

Traverse calls f(ctx, q).

type TraverseSubprocessor

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

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

func (TraverseSubprocessor) Traverse

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 TraverseSystemDetail

type TraverseSystemDetail func(context.Context, *generated.SystemDetailQuery) error

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

func (TraverseSystemDetail) Intercept

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

func (TraverseSystemDetail) 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

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

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

func (TraverseTagDefinition) Traverse

Traverse calls f(ctx, q).

type TraverseTask

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

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

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

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

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

func (TraverseTrustCenter) Traverse

Traverse calls f(ctx, q).

type TraverseTrustCenterCompliance

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

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

func (TraverseTrustCenterCompliance) Traverse

Traverse calls f(ctx, q).

type TraverseTrustCenterDoc

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

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

func (TraverseTrustCenterDoc) Traverse

Traverse calls f(ctx, q).

type TraverseTrustCenterEntity

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

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

func (TraverseTrustCenterEntity) Traverse

Traverse calls f(ctx, q).

type TraverseTrustCenterFAQ

type TraverseTrustCenterFAQ func(context.Context, *generated.TrustCenterFAQQuery) error

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

func (TraverseTrustCenterFAQ) Intercept

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

func (TraverseTrustCenterFAQ) Traverse

Traverse calls f(ctx, q).

type TraverseTrustCenterNDARequest

type TraverseTrustCenterNDARequest func(context.Context, *generated.TrustCenterNDARequestQuery) error

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

func (TraverseTrustCenterNDARequest) Intercept

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

func (TraverseTrustCenterNDARequest) Traverse

Traverse calls f(ctx, q).

type TraverseTrustCenterSetting

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

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

func (TraverseTrustCenterSetting) Traverse

Traverse calls f(ctx, q).

type TraverseTrustCenterSubprocessor

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

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

func (TraverseTrustCenterSubprocessor) Traverse

Traverse calls f(ctx, q).

type TraverseTrustCenterWatermarkConfig

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

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

func (TraverseTrustCenterWatermarkConfig) Traverse

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 TraverseVendorRiskScore

type TraverseVendorRiskScore func(context.Context, *generated.VendorRiskScoreQuery) error

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

func (TraverseVendorRiskScore) Intercept

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

func (TraverseVendorRiskScore) Traverse

Traverse calls f(ctx, q).

type TraverseVendorScoringConfig

type TraverseVendorScoringConfig func(context.Context, *generated.VendorScoringConfigQuery) error

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

func (TraverseVendorScoringConfig) Intercept

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

func (TraverseVendorScoringConfig) Traverse

Traverse calls f(ctx, q).

type TraverseVulnerability

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

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

func (TraverseVulnerability) Traverse

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

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

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

func (TraverseWorkflowAssignment) Traverse

Traverse calls f(ctx, q).

type TraverseWorkflowAssignmentTarget

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

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

func (TraverseWorkflowAssignmentTarget) Traverse

Traverse calls f(ctx, q).

type TraverseWorkflowDefinition

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

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

func (TraverseWorkflowDefinition) Traverse

Traverse calls f(ctx, q).

type TraverseWorkflowEvent

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

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

func (TraverseWorkflowEvent) Traverse

Traverse calls f(ctx, q).

type TraverseWorkflowInstance

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

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

func (TraverseWorkflowInstance) Traverse

Traverse calls f(ctx, q).

type TraverseWorkflowObjectRef

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

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

func (TraverseWorkflowObjectRef) Traverse

Traverse calls f(ctx, q).

type TraverseWorkflowProposal

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

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

func (TraverseWorkflowProposal) Traverse

Traverse calls f(ctx, q).

type TrustCenterComplianceFunc

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

Query calls f(ctx, q).

type TrustCenterDocFunc

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

Query calls f(ctx, q).

type TrustCenterEntityFunc

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

Query calls f(ctx, q).

type TrustCenterFAQFunc

type TrustCenterFAQFunc func(context.Context, *generated.TrustCenterFAQQuery) (generated.Value, error)

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

func (TrustCenterFAQFunc) Query

Query calls f(ctx, q).

type TrustCenterFunc

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

Query calls f(ctx, q).

type TrustCenterNDARequestFunc

type TrustCenterNDARequestFunc func(context.Context, *generated.TrustCenterNDARequestQuery) (generated.Value, error)

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

func (TrustCenterNDARequestFunc) Query

Query calls f(ctx, q).

type TrustCenterSettingFunc

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

Query calls f(ctx, q).

type TrustCenterSubprocessorFunc

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

Query calls f(ctx, q).

type TrustCenterWatermarkConfigFunc

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

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 VendorRiskScoreFunc

type VendorRiskScoreFunc func(context.Context, *generated.VendorRiskScoreQuery) (generated.Value, error)

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

func (VendorRiskScoreFunc) Query

Query calls f(ctx, q).

type VendorScoringConfigFunc

type VendorScoringConfigFunc func(context.Context, *generated.VendorScoringConfigQuery) (generated.Value, error)

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

func (VendorScoringConfigFunc) Query

Query calls f(ctx, q).

type VulnerabilityFunc

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

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

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

Query calls f(ctx, q).

type WorkflowAssignmentTargetFunc

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

Query calls f(ctx, q).

type WorkflowDefinitionFunc

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

Query calls f(ctx, q).

type WorkflowEventFunc

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

Query calls f(ctx, q).

type WorkflowInstanceFunc

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

Query calls f(ctx, q).

type WorkflowObjectRefFunc

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

Query calls f(ctx, q).

type WorkflowProposalFunc

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

Query calls f(ctx, q).

Jump to

Keyboard shortcuts

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