From 9151ad7299cace4046f02b0139c37f54807a8c8d Mon Sep 17 00:00:00 2001 From: Dmitry Lihachev Date: Wed, 15 May 2019 11:04:15 +0700 Subject: Correct limit service ID --- service/limit/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/limit/service.go b/service/limit/service.go index 6cbc22be..6af571e2 100644 --- a/service/limit/service.go +++ b/service/limit/service.go @@ -6,7 +6,7 @@ import ( ) // ID defines controller service name. -const ID = "constrain" +const ID = "limit" // controllable defines the ability to attach rr controller. type controllable interface { -- cgit v1.2.3