Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracker ¶
type Tracker struct {
// contains filtered or unexported fields
}
Tracker manages and displays progress updates.
func NewTracker ¶
NewTracker creates a new progress tracker.
func (*Tracker) Done ¶
func (t *Tracker) Done()
Done marks the tracker as complete and prints final summary.
func (*Tracker) FinalizeTotal ¶
func (t *Tracker) FinalizeTotal()
FinalizeTotal marks the discovery phase as complete.
func (*Tracker) Increment ¶
func (t *Tracker) Increment()
Increment increments the completed count and prints progress if enabled.
func (*Tracker) IncrementError ¶
func (t *Tracker) IncrementError()
IncrementError records a failed target.
func (*Tracker) IncrementSuccess ¶
func (t *Tracker) IncrementSuccess()
IncrementSuccess records a successful scan.
Click to show internal directories.
Click to hide internal directories.