fiber/middleware/limiter
Jiun Lee fefc533834
🚀 Add Logger interface and fiberlog (#2499)
* add log for fiber

* replace log in fiber

* add Log use to adapt for log libraries

* Update app.go

Co-authored-by: Tomás Warynyca <41587659+tomaswarynyca@users.noreply.github.com>

* wip: add log docs

* add WithLogger use to print key and value

* remove CtxLogger and add WithContext use to bind Context

* fix errcheck

* fix errcheck

* update log.md

---------

Co-authored-by: Tomás Warynyca <41587659+tomaswarynyca@users.noreply.github.com>
2023-06-26 08:16:57 +02:00
..
config.go 🚀 Add Logger interface and fiberlog (#2499) 2023-06-26 08:16:57 +02:00
limiter.go feat: add sliding window as option for limiter middleware (#1580) 2021-10-18 09:13:53 +02:00
limiter_fixed.go Improve memory storage (#2162) 2022-10-19 16:22:42 +02:00
limiter_sliding.go Fix Sliding Window limiter when SkipSuccessfulRequests/SkipFailedRequests is used. (#2484) 2023-06-01 08:00:31 +02:00
limiter_test.go Fix Sliding Window limiter when SkipSuccessfulRequests/SkipFailedRequests is used. (#2484) 2023-06-01 08:00:31 +02:00
manager.go 🐛 Bug: Fix issues introduced in linting PR (#2319) 2023-02-02 15:57:40 +01:00
manager_msgp.go 🐛 Bug: Fix issues introduced in linting PR (#2319) 2023-02-02 15:57:40 +01:00