Versions in this module Expand all Collapse all v0 v0.0.3 Apr 26, 2024 v0.0.2 Apr 26, 2024 v0.0.1 Apr 26, 2024 Changes in this version + type Engine struct + func New[T, R any](ctx context.Context, evt T, handler engine.Handler[T, R]) *Engine[T, R] + func (e *Engine[T, R]) Run() (R, error) + func (e *Engine[T, R]) Use(decorators ...engine.Decorator[T, R]) *Engine[T, R]