From dba48754d9623a49b155e94c65341b773bf4eeef Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 31 七月 2020 09:37:27 +0800 Subject: [PATCH] add get topic key --- softbus.proto | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/softbus.proto b/softbus.proto index e70760b..ce076f8 100644 --- a/softbus.proto +++ b/softbus.proto @@ -26,6 +26,17 @@ int32 subTopicKey = 4; int32 updateTopicKey = 5; int32 replyKey = 6; + int32 getTopicKey = 7; +} + +message TopicInfo{ + string topic = 1; + string topicType = 2; +} + +message TopicInfoReply{ + TopicInfo info = 1; + int32 key = 2; } message HeartbeatInfo { -- Gitblit v1.8.0