mirror of
https://github.com/0ceanSlim/grain.git
synced 2024-11-22 16:47:13 +00:00
6 lines
102 B
Go
6 lines
102 B
Go
package config
|
|
|
|
type LimitBurst struct {
|
|
Limit float64 `yaml:"limit"`
|
|
Burst int `yaml:"burst"`
|
|
} |