userver
C++ Async Framework
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;
}
Generated on Wed May 15 2024 22:13:58 for userver by
Doxygen
1.10.0