From 4095cde22505a6d2fe8d7f31b009a46242e2164a Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期五, 06 十二月 2019 17:44:02 +0800
Subject: [PATCH] add RuleApply2All

---
 clientFactory.go |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/clientFactory.go b/clientFactory.go
index 0bb07d3..d498d71 100644
--- a/clientFactory.go
+++ b/clientFactory.go
@@ -2,5 +2,8 @@
 
 //Factory new client
 func NewClient() Client {
-	return &HttpClient{}
+	var client Client
+	client = &HttpClient{}
+	//client = &ReqRepClient{}
+	return client
 }

--
Gitblit v1.8.0