Documentation
¶
Index ¶
- type APITokenFunc
- type ActionPlanFunc
- type AssessmentFunc
- type AssessmentResponseFunc
- type AssetFunc
- type ContactFunc
- type ControlFunc
- type ControlImplementationFunc
- type ControlObjectiveFunc
- type CustomDomainFunc
- type CustomTypeEnumFunc
- type DNSVerificationFunc
- type DirectoryAccountFunc
- type DirectoryGroupFunc
- type DirectoryMembershipFunc
- type DirectorySyncRunFunc
- type DiscussionFunc
- type DocumentDataFunc
- type EmailVerificationTokenFunc
- type EntityFunc
- type EntityTypeFunc
- type EventFunc
- type EvidenceFunc
- type ExportFunc
- type FileDownloadTokenFunc
- type FileFunc
- type FindingControlFunc
- type FindingFunc
- type Func
- type GroupFunc
- type GroupMembershipFunc
- type GroupSettingFunc
- type HushFunc
- type ImpersonationEventFunc
- type IntegrationFunc
- type InternalPolicyFunc
- type InviteFunc
- type JobResultFunc
- type JobRunnerFunc
- type JobRunnerRegistrationTokenFunc
- type JobRunnerTokenFunc
- type JobTemplateFunc
- type MappableDomainFunc
- type MappedControlFunc
- type NarrativeFunc
- type NoteFunc
- type NotificationFunc
- type OnboardingFunc
- type OrgMembershipFunc
- type OrgModuleFunc
- type OrgPriceFunc
- type OrgProductFunc
- type OrgSubscriptionFunc
- type OrganizationFunc
- type OrganizationSettingFunc
- type PasswordResetTokenFunc
- type PersonalAccessTokenFunc
- type ProcedureFunc
- type ProgramFunc
- type ProgramMembershipFunc
- type Query
- type RemediationFunc
- type ReviewFunc
- type RiskFunc
- type ScanFunc
- type ScheduledJobFunc
- type ScheduledJobRunFunc
- type StandardFunc
- type SubcontrolFunc
- type SubprocessorFunc
- type SubscriberFunc
- type TFASettingFunc
- type TagDefinitionFunc
- type TaskFunc
- type TemplateFunc
- type TraverseAPIToken
- type TraverseActionPlan
- type TraverseAssessment
- type TraverseAssessmentResponse
- type TraverseAsset
- type TraverseContact
- type TraverseControl
- type TraverseControlImplementation
- type TraverseControlObjective
- type TraverseCustomDomain
- type TraverseCustomTypeEnum
- type TraverseDNSVerification
- type TraverseDirectoryAccount
- type TraverseDirectoryGroup
- type TraverseDirectoryMembership
- type TraverseDirectorySyncRun
- type TraverseDiscussion
- type TraverseDocumentData
- type TraverseEmailVerificationToken
- type TraverseEntity
- type TraverseEntityType
- type TraverseEvent
- type TraverseEvidence
- type TraverseExport
- type TraverseFile
- type TraverseFileDownloadToken
- type TraverseFinding
- type TraverseFindingControl
- type TraverseFunc
- type TraverseGroup
- type TraverseGroupMembership
- type TraverseGroupSetting
- type TraverseHush
- type TraverseImpersonationEvent
- type TraverseIntegration
- type TraverseInternalPolicy
- type TraverseInvite
- type TraverseJobResult
- type TraverseJobRunner
- type TraverseJobRunnerRegistrationToken
- type TraverseJobRunnerToken
- type TraverseJobTemplate
- type TraverseMappableDomain
- type TraverseMappedControl
- type TraverseNarrative
- type TraverseNote
- type TraverseNotification
- type TraverseOnboarding
- type TraverseOrgMembership
- type TraverseOrgModule
- type TraverseOrgPrice
- type TraverseOrgProduct
- type TraverseOrgSubscription
- type TraverseOrganization
- type TraverseOrganizationSetting
- type TraversePasswordResetToken
- type TraversePersonalAccessToken
- type TraverseProcedure
- type TraverseProgram
- type TraverseProgramMembership
- type TraverseRemediation
- type TraverseReview
- type TraverseRisk
- type TraverseScan
- type TraverseScheduledJob
- type TraverseScheduledJobRun
- type TraverseStandard
- type TraverseSubcontrol
- type TraverseSubprocessor
- type TraverseSubscriber
- type TraverseTFASetting
- type TraverseTagDefinition
- type TraverseTask
- type TraverseTemplate
- type TraverseTrustCenter
- type TraverseTrustCenterCompliance
- type TraverseTrustCenterDoc
- type TraverseTrustCenterSetting
- type TraverseTrustCenterSubprocessor
- type TraverseTrustCenterWatermarkConfig
- type TraverseTrustcenterEntity
- type TraverseUser
- type TraverseUserSetting
- type TraverseVulnerability
- type TraverseWebauthn
- type TraverseWorkflowAssignment
- type TraverseWorkflowAssignmentTarget
- type TraverseWorkflowDefinition
- type TraverseWorkflowEvent
- type TraverseWorkflowInstance
- type TraverseWorkflowObjectRef
- type TraverseWorkflowProposal
- type TrustCenterComplianceFunc
- type TrustCenterDocFunc
- type TrustCenterFunc
- type TrustCenterSettingFunc
- type TrustCenterSubprocessorFunc
- type TrustCenterWatermarkConfigFunc
- type TrustcenterEntityFunc
- type UserFunc
- type UserSettingFunc
- type VulnerabilityFunc
- type WebauthnFunc
- type WorkflowAssignmentFunc
- type WorkflowAssignmentTargetFunc
- type WorkflowDefinitionFunc
- type WorkflowEventFunc
- type WorkflowInstanceFunc
- type WorkflowObjectRefFunc
- type WorkflowProposalFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APITokenFunc ¶
The APITokenFunc type is an adapter to allow the use of ordinary function as a Querier.
type ActionPlanFunc ¶ added in v0.3.3
The ActionPlanFunc type is an adapter to allow the use of ordinary function as a Querier.
type AssessmentFunc ¶ added in v0.42.6
The AssessmentFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type AssetFunc ¶ added in v0.19.0
The AssetFunc type is an adapter to allow the use of ordinary function as a Querier.
type ContactFunc ¶
The ContactFunc type is an adapter to allow the use of ordinary function as a Querier.
type ControlFunc ¶ added in v0.3.3
The ControlFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
type CustomDomainFunc ¶ added in v0.12.1
The CustomDomainFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
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.
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.
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.
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.
type DiscussionFunc ¶ added in v0.49.3
The DiscussionFunc type is an adapter to allow the use of ordinary function as a Querier.
type DocumentDataFunc ¶
The DocumentDataFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type EntityFunc ¶
The EntityFunc type is an adapter to allow the use of ordinary function as a Querier.
type EntityTypeFunc ¶
The EntityTypeFunc type is an adapter to allow the use of ordinary function as a Querier.
type EventFunc ¶
The EventFunc type is an adapter to allow the use of ordinary function as a Querier.
type EvidenceFunc ¶ added in v0.6.19
The EvidenceFunc type is an adapter to allow the use of ordinary function as a Querier.
type ExportFunc ¶ added in v0.22.3
The ExportFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
type FindingFunc ¶ added in v0.43.3
The FindingFunc type is an adapter to allow the use of ordinary function as a Querier.
type Func ¶
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.
type GroupFunc ¶
The GroupFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type GroupSettingFunc ¶
The GroupSettingFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type IntegrationFunc ¶
The IntegrationFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type InviteFunc ¶
The InviteFunc type is an adapter to allow the use of ordinary function as a Querier.
type JobResultFunc ¶ added in v0.15.0
The JobResultFunc type is an adapter to allow the use of ordinary function as a Querier.
type JobRunnerFunc ¶ added in v0.14.1
The JobRunnerFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
type JobTemplateFunc ¶ added in v0.24.0
The JobTemplateFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
type NarrativeFunc ¶ added in v0.3.3
The NarrativeFunc type is an adapter to allow the use of ordinary function as a Querier.
type NotificationFunc ¶ added in v0.45.13
The NotificationFunc type is an adapter to allow the use of ordinary function as a Querier.
type OnboardingFunc ¶ added in v0.6.24
The OnboardingFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type OrgModuleFunc ¶ added in v0.18.4
The OrgModuleFunc type is an adapter to allow the use of ordinary function as a Querier.
type OrgPriceFunc ¶ added in v0.18.4
The OrgPriceFunc type is an adapter to allow the use of ordinary function as a Querier.
type OrgProductFunc ¶ added in v0.18.4
The OrgProductFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type OrganizationFunc ¶
The OrganizationFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
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.
type ProcedureFunc ¶ added in v0.3.3
The ProcedureFunc type is an adapter to allow the use of ordinary function as a Querier.
type ProgramFunc ¶ added in v0.3.5
The ProgramFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
type RemediationFunc ¶ added in v0.43.3
The RemediationFunc type is an adapter to allow the use of ordinary function as a Querier.
type ReviewFunc ¶ added in v0.43.3
The ReviewFunc type is an adapter to allow the use of ordinary function as a Querier.
type RiskFunc ¶ added in v0.3.3
The RiskFunc type is an adapter to allow the use of ordinary function as a Querier.
type ScanFunc ¶ added in v0.19.0
The ScanFunc type is an adapter to allow the use of ordinary function as a Querier.
type ScheduledJobFunc ¶ added in v0.15.0
The ScheduledJobFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type StandardFunc ¶ added in v0.3.3
The StandardFunc type is an adapter to allow the use of ordinary function as a Querier.
type SubcontrolFunc ¶ added in v0.3.3
The SubcontrolFunc type is an adapter to allow the use of ordinary function as a Querier.
type SubprocessorFunc ¶ added in v0.22.2
The SubprocessorFunc type is an adapter to allow the use of ordinary function as a Querier.
type SubscriberFunc ¶
The SubscriberFunc type is an adapter to allow the use of ordinary function as a Querier.
type TFASettingFunc ¶
The TFASettingFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type TaskFunc ¶ added in v0.3.4
The TaskFunc type is an adapter to allow the use of ordinary function as a Querier.
type TemplateFunc ¶
The TemplateFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
type TraverseFile ¶
The TraverseFile type is an adapter to allow the use of ordinary function as Traverser.
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.
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.
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.
type TraverseFunc ¶
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.
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.
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.
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.
type TraverseHush ¶
The TraverseHush type is an adapter to allow the use of ordinary function as Traverser.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
type TraverseNote ¶
The TraverseNote type is an adapter to allow the use of ordinary function as Traverser.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
type TraverseRisk ¶ added in v0.3.3
The TraverseRisk type is an adapter to allow the use of ordinary function as Traverser.
type TraverseScan ¶ added in v0.19.0
The TraverseScan type is an adapter to allow the use of ordinary function as Traverser.
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.
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.
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.
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.
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.
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.
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.
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.
type TraverseTask ¶ added in v0.3.4
The TraverseTask type is an adapter to allow the use of ordinary function as Traverser.
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.
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.
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.
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.
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.
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.
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.
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.
type TraverseUser ¶
The TraverseUser type is an adapter to allow the use of ordinary function as Traverser.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
type TrustCenterFunc ¶ added in v0.19.0
The TrustCenterFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
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.
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.
type UserSettingFunc ¶
The UserSettingFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
type WebauthnFunc ¶
The WebauthnFunc type is an adapter to allow the use of ordinary function as a Querier.
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.
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.
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.
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.
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.
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.
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.