Files
mxaccessgw/src/MxGateway.Server/GatewayHealthReply.cs
T
2026-04-26 15:49:05 -04:00

7 lines
149 B
C#

namespace MxGateway.Server;
public sealed record GatewayHealthReply(
string Status,
string DefaultBackend,
uint WorkerProtocolVersion);