mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 02:42:00 +00:00
Added GRPC code generator to flatc.
Also added simple (in-process) test. Change-Id: I38580d554dd52f590e3396ec4846e07546dcf07d Tested: on Linux.
This commit is contained in:
@@ -70,7 +70,7 @@ table Monster {
|
||||
}
|
||||
|
||||
rpc_service MonsterStorage {
|
||||
Store(Monster):Stat (stream);
|
||||
Store(Monster):Stat (streaming: "none");
|
||||
Retrieve(Stat):Monster (idempotent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user