improve podman support (#211)

This commit is contained in:
Henry Dollman
2024-11-12 11:59:56 -05:00
parent db092d2440
commit 3cd11d6bc4
5 changed files with 56 additions and 23 deletions

View File

@@ -74,6 +74,7 @@ type Info struct {
DiskPct float64 `json:"dp"`
Bandwidth float64 `json:"b"`
AgentVersion string `json:"v"`
Podman bool `json:"p,omitempty"`
}
// Final data structure to return to the hub