摘要: 一:连接到 etcd package main import ( "fmt" "go.etcd.io/etcd/clientv3" "time" ) //连接 func main() { //客户端配置 config := clientv3.Config{ Endpoints: []string{" 阅读全文
posted @ 2019-04-18 20:47 九卷 阅读(3559) 评论(0) 推荐(0) 编辑