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