httpx/runner/resume.go

9 lines
120 B
Go
Raw Normal View History

2021-08-06 13:38:42 +03:00
package runner
type ResumeCfg struct {
ResumeFrom string
Index int
current string
currentIndex int
}