feat: edge gateway service

This commit is contained in:
Ilia Denisov
2026-04-02 19:18:42 +02:00
committed by GitHub
parent 8cde99936c
commit 436c97a38b
95 changed files with 20504 additions and 57 deletions
+9
View File
@@ -0,0 +1,9 @@
// gateway contains shared FlatBuffers payloads used by the gateway edge
// transport.
namespace gateway;
table ServerTimeEvent {
server_time_ms:int64;
}
root_type ServerTimeEvent;