mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 10:19:27 +08:00
change agent file structure
This commit is contained in:
@@ -14,7 +14,7 @@ type SystemInfo struct {
|
||||
}
|
||||
|
||||
type SystemData struct {
|
||||
Stats SystemStats `json:"stats"`
|
||||
Info SystemInfo `json:"info"`
|
||||
Containers []container.ContainerStats `json:"container"`
|
||||
Stats *SystemStats `json:"stats"`
|
||||
Info *SystemInfo `json:"info"`
|
||||
Containers []*container.ContainerStats `json:"container"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user