Files
phylum/server/internal/steve/config.go
T
2025-06-16 01:44:16 +05:30

7 lines
100 B
Go

package steve
type Config struct {
Workers int `koanf:"workers"`
Timeout int `koanf:"timeout"`
}