mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 16:32:59 +01:00
6 lines
80 B
Protocol Buffer
6 lines
80 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message MyObj {
|
|
int32 number = 1;
|
|
string name = 2;
|
|
} |