This commit is contained in:
Michael Quigley
2023-03-14 14:45:44 -04:00
parent 66e0c0e479
commit 858872f861

View File

@@ -8,6 +8,7 @@ type Config struct {
Environments int Environments int
Shares int Shares int
Bandwidth *BandwidthConfig Bandwidth *BandwidthConfig
Cycle time.Duration
} }
type BandwidthConfig struct { type BandwidthConfig struct {