From 906880cce4eeb0d7b2548ed9298b1b9f3c5510c6 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 07 十一月 2019 20:10:54 +0800
Subject: [PATCH] Merge branch 'module' of http://192.168.5.5:10010/r/ruleprocess into module
---
main.go | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/main.go b/main.go
index 20ca264..f7c05c9 100644
--- a/main.go
+++ b/main.go
@@ -16,10 +16,11 @@
"flag"
"fmt"
"github.com/golang/protobuf/proto"
- "github.com/spf13/viper"
+
"ruleprocess/cache"
"ruleprocess/ruleserver"
"sync"
+ "github.com/spf13/viper"
)
var dbIp = flag.String("dbIp", "127.0.0.1", "dbserver ip")
@@ -105,7 +106,7 @@
esEnd := time.Since(start)
logger.Debug("鎻掑叆瀹孍s鎵�鐢ㄦ椂闂达細", esEnd)
//浜嬩欢鎺ㄩ��
- //labelFilter.PushSomthing(resultMsg)
+ labelFilter.PushSomthing(resultMsg)
//}(msg)
}
}
--
Gitblit v1.8.0