mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-05 03:26:28 +00:00
🐛 添加启动时间接口
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user