Versions in this module Expand all Collapse all v0 v0.3.0 Aug 15, 2026 Changes in this version + type GatedReporter struct + func New(logger ditto.Logger, gates Gates, delegate ditto.Reporter) *GatedReporter + func (r *GatedReporter) AddDiagnostic(diagnostic *ditto.Diagnostic) + func (r *GatedReporter) Summarize() result.Result[any] + type Gates interface + FellBack func() int + Gated func() int