From e3767033a8f3743a55b45402ae21aebe5725c406 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期三, 13 十一月 2019 15:34:28 +0800
Subject: [PATCH] 推送id
---
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