grain/config/types/limitBurst.go

6 lines
102 B
Go

package config
type LimitBurst struct {
Limit float64 `yaml:"limit"`
Burst int `yaml:"burst"`
}