diff options
Diffstat (limited to 'service/limit')
-rw-r--r-- | service/limit/service.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |