From ecf240e29e0ee8046db32ba1e63cf714155c2e1a Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期一, 02 三月 2020 17:42:53 +0800
Subject: [PATCH] fix result

---
 controllers/es.go |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/controllers/es.go b/controllers/es.go
index baed42b..9a9f8fb 100644
--- a/controllers/es.go
+++ b/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){

--
Gitblit v1.8.0