go-zero/zrpc/internal/serverinterceptors
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
..
authinterceptor_test.go chore: fix warnings (#3990) 2024-03-09 13:48:11 +08:00
authinterceptor.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
breakerinterceptor_test.go chore: add tests (#3921) 2024-02-20 10:11:43 +08:00
breakerinterceptor.go feat: use breaker with ctx to prevent deadline exceeded (#4091) 2024-04-18 23:18:49 +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
recoverinterceptor_test.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
recoverinterceptor.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
sheddinginterceptor_test.go chore: refactor errors to use errors.Is (#3654) 2023-10-21 00:00:57 +08:00
sheddinginterceptor.go chore: refactor errors to use errors.Is (#3654) 2023-10-21 00:00:57 +08:00
statinterceptor_test.go refactor: simplify zrpc stat config (#3107) 2023-04-08 14:45:05 +00:00
statinterceptor.go refactor: simplify zrpc stat config (#3107) 2023-04-08 14:45:05 +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 chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00