send2gokapi/config.go

11 lines
163 B
Go

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