summaryrefslogtreecommitdiff
path: root/test.proto
blob: 80792405f6a01fd36df63a45adb5d705d7495ba0 (plain)
1
2
3
4
5
6
7
8
syntax = "proto3";
package virtbuf;

message Cluster {
        int64 id = 1;
        repeated string s = 2;
	repeated int i = 3;
}