You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-zero/zrpc/internal
mongobaba 459d3025c5
optimize: change err == xx to errors.Is(err, xx) (#3991)
9 months ago
..
auth refactor(redistest): simplify redistest.CreateRedis API (#3086) 2 years ago
balancer/p2c chore: fix warnings (#3990) 9 months ago
clientinterceptors optimize: change err == xx to errors.Is(err, xx) (#3991) 9 months ago
codes chore: refactor errors to use errors.Is (#3654) 1 year ago
serverinterceptors chore: fix warnings (#3990) 9 months ago
client.go fix: remove etcd pings to avoid too-many-pings error (#3212) 2 years ago
client_test.go chore: change interface{} to any (#2818) 2 years ago
config.go chore: refactor zrpc timeout (#3671) 1 year ago
rpclogger.go chore: fix warnings (#3990) 9 months ago
rpclogger_test.go chore: simplify tests with logtest (#3184) 2 years ago
rpcpubserver.go chore: add more tests (#3014) 2 years ago
rpcpubserver_test.go chore: add more tests (#3014) 2 years ago
rpcserver.go chore: update restful/grpc servers shutdown stages (#3662) 1 year ago
rpcserver_test.go chore: update restful/grpc servers shutdown stages (#3662) 1 year ago
server.go feat: rpc add health check function configuration optional (#2288) 2 years ago
server_test.go chore: change interface{} to any (#2818) 2 years ago