go-zero/zrpc
Kevin Wan a7aeb8ac0e
feat: support tls for etcd client (#1390)
* feat: support tls for etcd client

* chore: fix typo

* refactor: rename TrustedCAFile to CACertFile

* docs: add comments

* fix: missing tls registration

* feat: add InsecureSkipVerify config for testing
2022-01-02 20:23:50 +08:00
..
internal feat: support tls for etcd client (#1390) 2022-01-02 20:23:50 +08:00
resolver feat: support third party orm to interact with go-zero (#1286) 2021-12-01 20:22:15 +08:00
client_test.go chore: cleanup zRPC retry code (#1280) 2021-11-27 18:39:52 +08:00
client.go feat: support third party orm to interact with go-zero (#1286) 2021-12-01 20:22:15 +08:00
config_test.go feat: support ssl on zrpc, simplify the config (#1175) 2021-10-30 23:15:39 +08:00
config.go feat: support tls for etcd client (#1390) 2022-01-02 20:23:50 +08:00
proxy_test.go rename rpcx to zrpc 2020-09-18 11:41:52 +08:00
proxy.go rename sharedcalls to singleflight (#1017) 2021-09-09 18:06:27 +08:00
server_test.go feat: implement fx.NoneMatch, fx.First, fx.Last (#1402) 2022-01-02 13:33:15 +08:00
server.go feature(retry): Delete retry mechanism (#1279) 2021-11-27 11:32:33 +08:00