Initial commit, basic proxying working
This commit is contained in:
8
Myriad/Gateway/ShardSessionInfo.cs
Normal file
8
Myriad/Gateway/ShardSessionInfo.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record ShardSessionInfo
|
||||
{
|
||||
public string? Session { get; init; }
|
||||
public int? LastSequence { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user