Implemented "roundtrip" status checking. Added node ssl field.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace MoonlightServers.DaemonShared.Http.Responses.Sys;
|
||||
|
||||
public class SystemStatusResponse
|
||||
{
|
||||
public bool TripSuccess { get; set; }
|
||||
public TimeSpan TripTime { get; set; }
|
||||
public string? TripError { get; set; }
|
||||
public string Version { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user