1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 14:55:56 +01:00
2020-01-29 11:42:13 +00:00

6 lines
80 B
Protocol Buffer

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