1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-09 05:08:32 +00:00
actix-web/examples/protobuf/test.proto
2018-03-09 10:05:13 +08:00

6 lines
No EOL
80 B
Protocol Buffer

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