Support for repeated message fields
This commit is contained in:
9
betterproto/tests/repeatedmessage.proto
Normal file
9
betterproto/tests/repeatedmessage.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message Test {
|
||||
repeated Sub greetings = 1;
|
||||
}
|
||||
|
||||
message Sub {
|
||||
string greeting = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user