mirror of
https://github.com/trafficlunar/api.git
synced 2026-06-27 22:24:08 +00:00
feat: computer data uptime total
This commit is contained in:
parent
84dfe05de8
commit
c1f8cbd2f5
3 changed files with 33 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ type ComputerData struct {
|
|||
}
|
||||
|
||||
type ComputerTotals struct {
|
||||
Uptime float64 `json:"uptime"`
|
||||
Keys float64 `json:"keys"`
|
||||
Clicks float64 `json:"clicks"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue