package
1.20.0
Repository: https://github.com/artifacthub/hub.git
Documentation: pkg.go.dev

# Functions

NewDispatcher creates a new Dispatcher instance.
NewManager creates a new Manager instance.
NewWorker creates a new Worker instance.
WithNumWorkers allows providing a specific number of workers for a Dispatcher instance.

# Structs

Dispatcher handles a group of workers in charge of processing events that happen in the Hub.
Manager provides an API to manage events.
ManagerMock is a mock implementation of the EventManager interface.
Services is a wrapper around several internal services used to handle events processing.
Worker is in charge of handling events that happen in the Hub.