httpx/runner/resume.go
2021-08-06 12:38:42 +02:00

9 lines
120 B
Go

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