1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-22 01:44:20 +00:00
actix-web/examples/protobuf/test.proto

6 lines
80 B
Protocol Buffer
Raw Normal View History

2018-03-09 02:05:13 +00:00
syntax = "proto3";
message MyObj {
int32 number = 1;
string name = 2;
}