9 lines
123 B
Go
9 lines
123 B
Go
package main
|
|
|
|
type Config struct {
|
|
Hostname string
|
|
APIKey string
|
|
ParallelChunks int
|
|
ChunkSize int
|
|
}
|