go-pattern-examples/resiliency/02_rate_limiting
2020-06-05 12:21:52 +08:00
..
rate_limiting_test.go update file location 2020-06-05 12:21:52 +08:00
rate_limiting.go update file location 2020-06-05 12:21:52 +08:00
README.md update file location 2020-06-05 12:21:52 +08:00

限流模式

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

在go中是基于Channel的一种便利设计