Versions in this module Expand all Collapse all v0 v0.2.0 Oct 31, 2023 v0.1.0 Oct 28, 2023 Changes in this version + type Manager struct + func NewManager(eventSource domain.EventSource, executorCreator domain.ActionExecutorCreator, ...) *Manager + func (m *Manager) RegisterHook(hook *domain.Hook, hookDef *domain.HookDefinition) error + func (m *Manager) UnregisterAll()