package
1.5.4
Repository: https://github.com/openziti/ziti.git
Documentation: pkg.go.dev

# Functions

# Constants

EventualEventAddedName is emitted when a new event is added via AddEventualEvent().
EventualEventProcessingBatchDoneName is emitted after the last event processed in a batch.
EventualEventProcessingBatchStartName is emitted as the first set of events are processed after EventualEventProcessingStartName.
EventualEventProcessingDoneName is emitted as the last action during processing after all events and batches.
EventualEventProcessingListenerDoneName is emitted for each function listener after invocation Event arguments: 0 - an EventualEventProcessingListenerDone struct.
EventualEventProcessingListenerStartName is emitted for each function listener invoked on each event.
EventualEventProcessingStartName is emitted as the first action during processing Event arguments: 0 - an EventualEventProcessingStart struct.
EventualEventRemovedName is emitted when a previously added eventual event is processed Event arguments: 0 - an EventualEventRemoved struct.
Fields.
MethodAuthenticatorCertCaExternalId represents authentication with a certificate that isn't directly registered with an authenticator.

# Variables

# Structs

# Interfaces

# Type aliases

EventListenerFunc is a function handler that will be triggered asynchronously some point in the future.