Issue #1: scaffold gateway solution and projects
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MxGateway.Server;
|
||||
|
||||
public sealed record GatewayHealthReply(
|
||||
string Status,
|
||||
string DefaultBackend,
|
||||
uint WorkerProtocolVersion);
|
||||
Reference in New Issue
Block a user