mirror of
https://github.com/projectdiscovery/httpx
synced 2026-06-08 16:50:17 +00:00
9 lines
120 B
Go
9 lines
120 B
Go
package runner
|
|
|
|
type ResumeCfg struct {
|
|
ResumeFrom string
|
|
Index int
|
|
current string
|
|
currentIndex int
|
|
}
|