1
0
mirror of https://github.com/actix/examples synced 2024-12-18 00:13:57 +01:00
examples/protobuf/test.proto

6 lines
80 B
Protocol Buffer
Raw Permalink Normal View History

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