mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-07 12:36:27 +00:00
🐛 添加启动时间接口
This commit is contained in:
@ -15,6 +15,7 @@ type Report struct {
|
|||||||
UpTime int64 `json:"uptime"` // uptime in seconds
|
UpTime int64 `json:"uptime"` // uptime in seconds
|
||||||
Link string `json:"link"` // 链接或是nil
|
Link string `json:"link"` // 链接或是nil
|
||||||
ObservedAt int64 `json:"observed_at"` // unix timestamp
|
ObservedAt int64 `json:"observed_at"` // unix timestamp
|
||||||
|
StartTime int64 `json:"start_time"` // unix timestamp
|
||||||
} `json:"meta"`
|
} `json:"meta"`
|
||||||
|
|
||||||
Hardware struct {
|
Hardware struct {
|
||||||
|
Reference in New Issue
Block a user