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

11 lines
190 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package int32;
// Some documentation about the Test message.
message Test {
// Some documentation about the count.
int32 positive = 1;
int32 negative = 2;
}