We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44213b2 commit 8401af6Copy full SHA for 8401af6
plugin/metaprotocol/filters.go
@@ -25,7 +25,9 @@ import (
25
"google.golang.org/protobuf/types/known/anypb"
26
27
metaroute "github.com/aeraki-mesh/meta-protocol-control-plane-api/aeraki/meta_protocol_proxy/config/route/v1alpha"
28
+ //nolint: lll
29
grldpl "github.com/aeraki-mesh/meta-protocol-control-plane-api/aeraki/meta_protocol_proxy/filters/global_ratelimit/v1alpha"
30
31
lrldpl "github.com/aeraki-mesh/meta-protocol-control-plane-api/aeraki/meta_protocol_proxy/filters/local_ratelimit/v1alpha"
32
mpdataplane "github.com/aeraki-mesh/meta-protocol-control-plane-api/aeraki/meta_protocol_proxy/v1alpha"
33
0 commit comments