From 676d6cdee9c945359e59d198b2b254e4464dd4ac Mon Sep 17 00:00:00 2001
From: sunty <1172534965@qq.com>
Date: 星期四, 22 十月 2020 18:15:37 +0800
Subject: [PATCH] fix
---
ClusterApi.go | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ClusterApi.go b/ClusterApi.go
index 598e75c..a5c5f7b 100644
--- a/ClusterApi.go
+++ b/ClusterApi.go
@@ -83,7 +83,7 @@
}
//楠岃瘉璇ヨ妭鐐规槸鍚﹁浣跨敤杩�
-func VerifyCreated(configPath string, ip string) (bool, error) {
+func VerifyCreated(configPath string) (bool, error) {
v := viper.New()
v.SetConfigType("yml")
v.SetConfigName("elasticsearch")
--
Gitblit v1.8.0