go-zero/zrpc/internal/clientinterceptors
Kevin Wan d371ab5479
feat: use breaker with ctx to prevent deadline exceeded (#4091)
Signed-off-by: kevin <wanjunfeng@gmail.com>
2024-04-18 23:18:49 +08:00
..
breakerinterceptor_test.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
breakerinterceptor.go feat: use breaker with ctx to prevent deadline exceeded (#4091) 2024-04-18 23:18:49 +08:00
durationinterceptor_test.go chore: add more tests (#3010) 2023-03-10 21:56:19 +08:00
durationinterceptor.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
prometheusinterceptor_test.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
prometheusinterceptor.go feat: add metrics (#3624) 2023-10-26 15:51:28 +00:00
timeoutinterceptor_test.go chore: refactor zrpc timeout (#3671) 2023-10-26 08:55:26 +08:00
timeoutinterceptor.go chore: refactor zrpc timeout (#3671) 2023-10-26 08:55:26 +08:00
tracinginterceptor_test.go chore: fix warnings (#3990) 2024-03-09 13:48:11 +08:00
tracinginterceptor.go optimize: change err == xx to errors.Is(err, xx) (#3991) 2024-03-09 12:49:16 +00:00