1
0
Fork 0
python-aristaproto/tests/inputs/repeatedpacked/repeatedpacked.proto

10 lines
156 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package repeatedpacked;
message Test {
repeated int32 counts = 1;
repeated sint64 signed = 2;
repeated double fixed = 3;
}