From 1362dd2ab2c2775b1328108faed5c1f2cd61d4dc Mon Sep 17 00:00:00 2001 From: snowykami Date: Fri, 4 Oct 2024 07:34:46 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=B7=BB=E5=8A=A0=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dao/models.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dao/models.go b/dao/models.go index 9e0f5c7..3ab6693 100644 --- a/dao/models.go +++ b/dao/models.go @@ -15,6 +15,7 @@ type Report struct { UpTime int64 `json:"uptime"` // uptime in seconds Link string `json:"link"` // 链接或是nil ObservedAt int64 `json:"observed_at"` // unix timestamp + StartTime int64 `json:"start_time"` // unix timestamp } `json:"meta"` Hardware struct {