We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While working on #299 I realized the following code could easily be restructured to make it more readable.
proxmox-api-go/proxmox/config_qemu_disk.go
Lines 1005 to 1019 in e1cc849
This restructure would get rid of the following code:
proxmox-api-go/proxmox/config_qemu_disk_ide.go
Lines 60 to 79 in e1cc849
proxmox-api-go/proxmox/config_qemu_disk_sata.go
Lines 62 to 83 in e1cc849
proxmox-api-go/proxmox/config_qemu_disk_scsi.go
Lines 91 to 137 in e1cc849
proxmox-api-go/proxmox/config_qemu_disk_virtio.go
Lines 74 to 105 in e1cc849
The text was updated successfully, but these errors were encountered:
Tinyblargon
No branches or pull requests
While working on #299 I realized the following code could easily be restructured to make it more readable.
proxmox-api-go/proxmox/config_qemu_disk.go
Lines 1005 to 1019 in e1cc849
This restructure would get rid of the following code:
proxmox-api-go/proxmox/config_qemu_disk_ide.go
Lines 60 to 79 in e1cc849
proxmox-api-go/proxmox/config_qemu_disk_sata.go
Lines 62 to 83 in e1cc849
proxmox-api-go/proxmox/config_qemu_disk_scsi.go
Lines 91 to 137 in e1cc849
proxmox-api-go/proxmox/config_qemu_disk_virtio.go
Lines 74 to 105 in e1cc849
The text was updated successfully, but these errors were encountered: