Files
go-limit/config.go

7 lines
89 B
Go
Raw Normal View History

2025-02-03 15:30:28 -05:00
package limitedlistener
2025-02-03 15:31:18 -05:00
type LimitedConfig struct {
2025-02-03 15:30:28 -05:00
MaxConns int
RateLimit float64
}