dddd/lib/httpx/runner/resume.go
SleepingBag945 01e7d0b159 dddd
2023-08-18 08:55:46 +02:00

9 lines
120 B
Go
Executable File

package runner
type ResumeCfg struct {
ResumeFrom string
Index int
current string
currentIndex int
}