5 lines
70 B
Protocol Buffer
5 lines
70 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message RequestMessage {
|
|
int32 argument = 1;
|
|
} |