Versions in this module Expand all Collapse all v0 v0.3.0 Nov 27, 2025 Changes in this version + type Printer struct + func NewPrinter(events chan models.RequestResult, logger *zerolog.Logger) *Printer + func (p *Printer) Run() + type Runner struct + func New(c models.Config, d time.Duration, e chan models.RequestResult, ...) *Runner + func (r *Runner) Start() error