Initial commit, basic proxying working
This commit is contained in:
4
Myriad/Gateway/Payloads/GatewayHello.cs
Normal file
4
Myriad/Gateway/Payloads/GatewayHello.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record GatewayHello(int HeartbeatInterval);
|
||||
}
|
Reference in New Issue
Block a user