mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-27 01:45:50 +03:00
[PR #61] [CLOSED] add get and set client methods to virtual machines #114
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/61
Author: @rosskirkpat
Created: 5/30/2023
Status: ❌ Closed
Base:
main← Head:add-client-vm📝 Commits (1)
d080ed4add set and get client methods for vm📊 Changes
1 file changed (+8 additions, -0 deletions)
View changed files
📝
virtual_machine.go(+8 -0)📄 Description
when calling Clone on a virtual machine, I get a panic because the vm's client is nil. I opened this PR to add basic GetClient() and SetClient() methods to VMs to fix this issue.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.