Versions in this module Expand all Collapse all v1 v1.0.0 Oct 22, 2025 Changes in this version + func StartWithResponse[E, R any](handler HandlerWithResponse[E, R], middlewares []middleware.WithResponse[E, R], ...) + func Start[E any](handler Handler[E], middlewares []middleware.NoResponse[E], ...) + type Handler interface + Handle func(ctx context.Context, event E) error + type HandlerWithResponse interface + Handle func(ctx context.Context, event E) (R, error) v1.0.0-rc.1 Oct 22, 2025