Files

17 lines
261 B
Go
Raw Permalink Normal View History

2023-09-14 14:38:07 +08:00
package pkg
import "time"
type Config struct {
TaskPath string
ProgressPath string
Concurrency int
Retry int
Timeout time.Duration
Api string
UserID string
Secret string
TempDir string
CacheSize int64
}