1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/other/protobuf/test.proto
2021-02-26 00:57:58 +00:00

6 lines
80 B
Protocol Buffer

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