send2gokapi/config.go

9 lines
123 B
Go
Raw Normal View History

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