feat: execute full-repo remaining parity closure plan
This commit is contained in:
@@ -14,6 +14,8 @@ public sealed record ClosedClient
|
||||
public string Name { get; init; } = "";
|
||||
public string Lang { get; init; } = "";
|
||||
public string Version { get; init; } = "";
|
||||
public string AuthorizedUser { get; init; } = "";
|
||||
public string Account { get; init; } = "";
|
||||
public long InMsgs { get; init; }
|
||||
public long OutMsgs { get; init; }
|
||||
public long InBytes { get; init; }
|
||||
@@ -22,5 +24,9 @@ public sealed record ClosedClient
|
||||
public TimeSpan Rtt { get; init; }
|
||||
public string TlsVersion { get; init; } = "";
|
||||
public string TlsCipherSuite { get; init; } = "";
|
||||
public string TlsPeerCertSubject { get; init; } = "";
|
||||
public string MqttClient { get; init; } = "";
|
||||
public string JwtIssuerKey { get; init; } = "";
|
||||
public string JwtTags { get; init; } = "";
|
||||
public string Proxy { get; init; } = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user