package ffuf import ( "time" ) type Progress struct { StartedAt time.Time ReqCount int ReqTotal int ErrorCount int }