send2gokapi/config.go

11 lines
163 B
Go
Raw Permalink Normal View History

2025-01-03 04:16:27 +00:00
package main
type Config struct {
Hostname string
APIKey string
ParallelChunks int
ChunkSize int
2025-01-04 03:21:10 +00:00
MaxDownloads int
MaxDays int
2025-01-03 04:16:27 +00:00
}