mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
6 lines
No EOL
80 B
Protocol Buffer
6 lines
No EOL
80 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message MyObj {
|
|
int32 number = 1;
|
|
string name = 2;
|
|
} |