mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 20:05:17 +03:00
refactor: create heartbeats func in HubStore
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Code generated by sqlc. DO NOT EDIT.
|
||||
// versions:
|
||||
// sqlc v1.30.0
|
||||
// sqlc v1.31.1
|
||||
|
||||
package gen
|
||||
|
||||
@@ -19,3 +19,12 @@ type Agent struct {
|
||||
Capabilities *string
|
||||
RegisteredAt time.Time
|
||||
}
|
||||
|
||||
type Heartbeat struct {
|
||||
ID int64
|
||||
AgentID string
|
||||
CpuUsage float64
|
||||
MemoryUsage float64
|
||||
DiskUsage float64
|
||||
HeartbeatTimestamp time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user