package main
type Config struct {
Hostname string
APIKey string
ParallelChunks int
ChunkSize int
MaxDownloads int
MaxDays int
}