1. etcd 的http接口使用(postman)
环境变量 ETCD_HOST :http://127.0.0.1:2379
github地址: https://github.com/whatzhang/etcd_api
2. etcd swagger(v3版本)
https://github.com/etcd-io/etcd/blob/main/Documentation/dev-guide/apispec/swagger
3. etcdctl 操作指令
https://github.com/etcd-io/etcd/blob/main/etcdctl/README.md
https://github.com/etcd-io/etcd/blob/main/etcdctl/READMEv2.md