rename volume volid to file to better represent the meaning,

add raw value string to devices,
fix JSON to go naming for device_name vendor_name ... in devices,
bump API version to 0.03
This commit is contained in:
2025-04-16 20:07:56 +00:00
parent a07a0a5e98
commit a1b4353b06
4 changed files with 32 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ import (
"github.com/luthermonson/go-proxmox"
)
const APIVersion string = "0.0.2"
const APIVersion string = "0.0.3"
var client ProxmoxClient