From c9d358fa8e398fa2fc70ea6a1fed72e947433ad4 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期四, 05 九月 2019 14:05:50 +0800 Subject: [PATCH] add CompareEvent --- protomsg.proto | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 8432f1b..8f99512 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -261,6 +261,11 @@ string analyServerId = 12; } +message CompareEvent { + int32 eventType =1; + bytes payload = 2; +} + message SdkCompareEach { string id = 1; string tableid = 2; -- Gitblit v1.8.0