feature/rate-limit (#91)
This commit is contained in:
parent
2e599e792e
commit
4327a559e5
33 changed files with 1520 additions and 86 deletions
7
vendor/github.com/ulule/limiter/v3/Makefile
generated
vendored
Normal file
7
vendor/github.com/ulule/limiter/v3/Makefile
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.PHONY: test lint
|
||||
|
||||
test:
|
||||
@(scripts/test)
|
||||
|
||||
lint:
|
||||
@(scripts/lint)
|
||||
Reference in a new issue