1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00
actix-extras/actix-protobuf/examples/prost-example/test.proto

6 lines
80 B
Protocol Buffer
Raw Normal View History

2018-03-13 15:13:21 +01:00
syntax = "proto3";
message MyObj {
int32 number = 1;
string name = 2;
}