mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-11-24 13:14:01 +03:00
9 lines
120 B
Go
9 lines
120 B
Go
|
package runner
|
||
|
|
||
|
type ResumeCfg struct {
|
||
|
ResumeFrom string
|
||
|
Index int
|
||
|
current string
|
||
|
currentIndex int
|
||
|
}
|