feat: edge gateway service
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user