12 lines
154 B
Go
12 lines
154 B
Go
|
//go:build !consulent
|
||
|
// +build !consulent
|
||
|
|
||
|
package rate
|
||
|
|
||
|
type IPLimitConfig struct {
|
||
|
}
|
||
|
|
||
|
func (h *Handler) UpdateIPConfig(cfg IPLimitConfig) {
|
||
|
// noop
|
||
|
}
|