Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 19602fa

Browse files
committed
Add test proto file
1 parent 7abf41d commit 19602fa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
syntax = "proto3";
2+
3+
import "google/protobuf/duration.proto";
4+
import "google/protobuf/wrappers.proto";
5+
6+
package message_wrapping;
7+
8+
message MapMessage {
9+
map<string, google.protobuf.FloatValue> map1 = 1;
10+
map<string, google.protobuf.Duration> map2 = 2;
11+
}

0 commit comments

Comments
 (0)