Creating server daemon. Added system info (not host info) and data usage endpoints
This commit is contained in:
7
MoonlightServers.Daemon/Models/UnsafeDocker/UsageData.cs
Normal file
7
MoonlightServers.Daemon/Models/UnsafeDocker/UsageData.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MoonlightServers.Daemon.Models.UnsafeDocker;
|
||||
|
||||
public class UsageData
|
||||
{
|
||||
public long Used { get; set; }
|
||||
public long Reclaimable { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user