1
0
mirror of https://github.com/actix/examples synced 2025-03-10 23:42:38 +01:00
2018-04-13 09:18:42 +08:00

6 lines
80 B
Protocol Buffer

syntax = "proto3";
message MyObj {
int32 number = 1;
string name = 2;
}