send2gokapi/config.go
2025-01-03 15:16:27 +11:00

9 lines
123 B
Go

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