liuxiaolong
2020-08-12 f8be6c223b1ca5c35cde51d2f874793f78e2daa9
controllers/es.go
@@ -66,7 +66,6 @@
   util.ResponseFormat(c, code.CompareResultGone, m)
}
func sourceCompare(sources []interface{}, isEsSource bool, campareByte []byte, threshold float32) []interface{} {
   var filterName = "feature"
   if isEsSource {
@@ -396,10 +395,6 @@
type Hosts struct {
   NewIp string `json:newIp`
   OldIp string `json:oldIp`
}
func forwardCommand() {
}
//func AddEsCluster(hosts []string) (string){