|
@@ -155,8 +155,8 @@ type Urbit struct {
|
|
|
Running bool `json:"running"`
|
|
Running bool `json:"running"`
|
|
|
URL string `json:"url"`
|
|
URL string `json:"url"`
|
|
|
UrbAlias bool `json:"urbAlias"`
|
|
UrbAlias bool `json:"urbAlias"`
|
|
|
- MemUsage uint64 `json:"memUsage"`
|
|
|
|
|
- DiskUsage int64 `json:"diskUsage"`
|
|
|
|
|
|
|
+ MemUsage uint64 `json:"memUsage"`
|
|
|
|
|
+ DiskUsage int64 `json:"diskUsage"`
|
|
|
LoomSize int `json:"loomSize"`
|
|
LoomSize int `json:"loomSize"`
|
|
|
DevMode bool `json:"devMode"`
|
|
DevMode bool `json:"devMode"`
|
|
|
DetectBootStatus bool `json:"detectBootStatus"`
|
|
DetectBootStatus bool `json:"detectBootStatus"`
|
|
@@ -257,4 +257,4 @@ type UrbitDocker struct {
|
|
|
type ContainerStats struct {
|
|
type ContainerStats struct {
|
|
|
MemoryUsage uint64
|
|
MemoryUsage uint64
|
|
|
DiskUsage int64
|
|
DiskUsage int64
|
|
|
-}
|
|
|
|
|
|
|
+}
|