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