mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-18 23:07:44 +01:00
Updates VMID parameter and field types from int to uint64 throughout the Proxmox provider implementation, including API request structures, provider structs, client methods, and LXC-related functions. Also updates string conversion calls from strconv.Itoa to strconv.FormatUint.