feat: complete final jetstream parity transport and runtime baselines
This commit is contained in:
@@ -5,4 +5,5 @@ public sealed class GatewayOptions
|
||||
public string? Name { get; set; }
|
||||
public string Host { get; set; } = "0.0.0.0";
|
||||
public int Port { get; set; }
|
||||
public List<string> Remotes { get; set; } = [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user