Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2026 Changes in this version + type ErrorEvent struct + func New() ErrorEvent + func (this ErrorEvent) On(fn ErrorFunc) ErrorEvent + func (this ErrorEvent) Trigger(errs []error) + type ErrorFunc = func([]error)