Documentation
¶
Overview ¶
Package progress provides progress reporting and performance metrics for batch operations.
This package implements intelligent progress reporting with:
- TTY detection for appropriate progress bar display
- Debug mode compatibility (text updates instead of progress bars)
- Real-time performance metrics (emails/second, success rate, ETA)
- Automatic fallback for non-interactive environments
- Performance statistics collection and reporting
- Integration with logging system for debug information
The Reporter automatically adapts its output based on the environment, showing progress bars in interactive terminals and periodic text updates in non-interactive or debug modes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShowMetrics ¶
ShowMetrics displays performance metrics
Types ¶
Click to show internal directories.
Click to hide internal directories.