From 131cb9c5e5ec0d5078032807eb49cfc84d016427 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期二, 19 一月 2021 11:55:15 +0800 Subject: [PATCH] EventPush添加filtRename --- protomsg.proto | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/protomsg.proto b/protomsg.proto index 763ff7c..e751c5d 100644 --- a/protomsg.proto +++ b/protomsg.proto @@ -345,6 +345,7 @@ repeated PushIpPort ip_ports = 10; repeated PushUrl urls = 11; repeated EventPushRule rules = 12; + map<string,string> filtRename = 13; } message EventPushRule { -- Gitblit v1.8.0