# Functions
NewEventHandler returns a new eventHandler instance.
NewWorkflowRegistry returns a new workflowRegistry.
WithTicker allows external callers to provide a ticker to the workflowRegistry.
# Variables
ForceUpdateSecretsEvent is emitted when a request to force update a workflows secrets is made.
WorkflowActivatedEvent is emitted when a workflow is activated.
WorkflowDeletedEvent is emitted when a workflow is deleted.
WorkflowPausedEvent is emitted when a workflow is paused.
WorkflowRegisteredEvent is emitted when a workflow is registered.
WorkflowUpdatedEvent is emitted when a workflow is updated.
# Structs
WorkflowEventPollerConfig is the configuration needed to poll for events on a contract.
WorkflowRegistryEvent is an event emitted by the WorkflowRegistry.
WorkflowRegistryEventResponse is a response to either parsing a queried event or handling the event.
WorkflowRegistryForceUpdateSecretsRequestedV1 is a chain agnostic definition of the WorkflowRegistry ForceUpdateSecretsRequested event.
# Interfaces
ContractReader is a subset of types.ContractReader defined locally to enable mocking.
WorkflowRegistrySyncer is the public interface of the package.
# Type aliases
FetcherFunc is an abstraction for fetching the contents stored at a URL.
WorkflowRegistryrEventType is the type of event that is emitted by the WorkflowRegistry.