userver: samples/flatbuf_service/flatbuffer_schema.fbs
Loading...
Searching...
No Matches
samples/flatbuf_service/flatbuffer_schema.fbs
namespace samples.fbs;
table Misc {
}
table SampleRequest {
return_error:bool;
arg1:long;
arg2:long;
data:string;
misc:Misc;
}
table SampleResponse {
sum:long;
echo:string;
}