🐛 添加启动时间接口

This commit is contained in:
2024-10-04 07:34:46 +08:00
parent 1234f19510
commit 1362dd2ab2

View File

@ -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 {