Skip to content

Commit

Permalink
example支持cls产品: review意见修改
Browse files Browse the repository at this point in the history
  • Loading branch information
samlyang committed Jul 19, 2021
1 parent 33cc38c commit 8869553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/cls/v20201016/cls_kv.proto
Expand Up @@ -16,7 +16,7 @@ message Log
message LogTag
{
required string key = 1;
required string value = 2;
required string value = 2;
}

message LogGroup
Expand All @@ -25,7 +25,7 @@ message LogGroup
optional string contextFlow= 2;
optional string filename = 3;
optional string source = 4;
repeated LogTag logTags = 5;
repeated LogTag logTags = 5;
}

message LogGroupList
Expand Down

0 comments on commit 8869553

Please sign in to comment.