mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-06 20:16:27 +00:00
🐛 os字段大写
This commit is contained in:
@ -9,7 +9,7 @@ type Report struct {
|
||||
OS struct {
|
||||
Name string `json:"name"`
|
||||
Version string `json:"version"`
|
||||
}
|
||||
} `json:"os"`
|
||||
Labels []string `json:"labels"` // 服务器标签
|
||||
Location string `json:"location"` // Chongqing, China
|
||||
UpTime int64 `json:"uptime"` // uptime in seconds
|
||||
|
Reference in New Issue
Block a user