mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-05-20 13:18:51 -05:00
7 lines
100 B
Go
7 lines
100 B
Go
package steve
|
|
|
|
type Config struct {
|
|
Workers int `koanf:"workers"`
|
|
Timeout int `koanf:"timeout"`
|
|
}
|