From 09c0fca286469226ca9ffeddcf4aef75261d6b7d Mon Sep 17 00:00:00 2001 From: andrew shan <45474304+andrewshan@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:21:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9E=9A=E4=B8=BE=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=BB=A5VALUE=E7=BB=93=E5=B0=BE=20(#127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/v1/traffic_manage/lane.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/v1/traffic_manage/lane.proto b/api/v1/traffic_manage/lane.proto index 17d8b92..842c30f 100644 --- a/api/v1/traffic_manage/lane.proto +++ b/api/v1/traffic_manage/lane.proto @@ -63,9 +63,9 @@ message LaneGroup { // 带有标签KEY的实例属于该泳道 NOT_MATCH_KEY = 0; // 匹配上KEY和VALUE的实例才属于该泳道 - NOT_MATCH_KEY_VALUE = 1; + NOT_MATCH_KEY_VALUES = 1; } - BaselineFilterStrategy baseline_filter_strategy = 13 [ json_name = "baseline_filter_strategy" ]; + BaselineFilterStrategy baselineFilterStrategy = 13 [ json_name = "baseline_filter_strategy" ]; // 操作标志位 bool editable = 20 [ json_name = "editable" ];