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 Thu Apr 16 2026 13:29:58 for userver by
Doxygen
1.13.2