From 0c9642be9fb9ed7efa5330d67551bb78b47e0d10 Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 12 三月 2020 12:17:02 +0800
Subject: [PATCH] use []byte replate interface

---
 pubsub.go |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pubsub.go b/pubsub.go
index b500907..18f236d 100644
--- a/pubsub.go
+++ b/pubsub.go
@@ -8,9 +8,9 @@
 
 	Recv() chan Message
 
-	GetCliInfo() map[string]interface{}
+	GetCliInfo() map[string][]byte
 
-	SetResp(interface{})
+	SetResp([]byte)
 }
 
 type Message struct {

--
Gitblit v1.8.0