From 3e4e7dd706aadafe78b1e7a4b7a8ba6273f73f16 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 5 Oct 2024 03:27:16 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=96=B0=E5=A2=9Etimezone?= =?UTF-8?q?=E6=94=AF=E6=8C=81=EF=BC=8C=E4=BC=98=E5=8C=96ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dao/models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dao/models.go b/dao/models.go index 3796c4b..11806fc 100644 --- a/dao/models.go +++ b/dao/models.go @@ -32,7 +32,7 @@ type Report struct { Logics int `json:"logics"` Percent float32 `json:"percent"` // 0-100 } `json:"cpu"` - Disks map[string]map[string]int64 `json:"disks"` + Disks map[string]map[string]interface{} `json:"disks"` Net struct { Up int64 `json:"up"` Down int64 `json:"down"`