This commit is contained in:
Michael Quigley 2023-03-14 14:45:44 -04:00
parent 66e0c0e479
commit 858872f861
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

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