Преглед изворни кода

Merge pull request #10110 from zhongwencool/zhongwencool-patch-1

Documentation: add erlang client for etcd API v3
Sam Batschelet пре 7 година
родитељ
комит
1a3be73387
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      Documentation/integrations.md

+ 2 - 1
Documentation/integrations.md

@@ -89,7 +89,8 @@
 
 **Erlang libraries**
 
-- [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl)
+- [marshall-lee/etcd.erl](https://github.com/marshall-lee/etcd.erl) - Supports v2
+- [zhongwencool/eetcd](https://github.com/zhongwencool/eetcd) - Supports v3+ (GRPC only)
 
 **.Net Libraries**