Versions in this module Expand all Collapse all v1 v1.0.0 Feb 23, 2026 Changes in this version + type Handler func(context.Context, events.Event) error + func Chain(h Handler, mws ...Middleware) Handler + type Middleware func(Handler) Handler