go-pattern-examples/gomore/07_rate_limiting
2020-05-08 18:54:32 +08:00
..
rate_limiting_test.go add contents for rateLimiting 2020-05-08 18:54:32 +08:00
rate_limiting.go add contents for rateLimiting 2020-05-08 18:54:32 +08:00
README.md add readme for some patterns 2020-05-02 18:25:28 +08:00

限流模式

就是限制控制突发和访问频率的一种模式