mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-26 07:55:50 +03:00
[PR #453] [MERGED] Refactot raw config #483
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#483
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/Telmate/proxmox-api-go/pull/453
Author: @Tinyblargon
Created: 8/24/2025
Status: ✅ Merged
Merged: 8/24/2025
Merged by: @Tinyblargon
Base:
master← Head:#430📝 Commits (3)
d1fa68adocs: Update styleguide48d2556feat: RawConfigPoola012c40refactor: move map into private field📊 Changes
28 files changed (+411 additions, -380 deletions)
View changed files
📝
docs/style-guide/sdk.md(+19 -17)📝
proxmox/config__guest__resource.go(+66 -66)📝
proxmox/config__guest__resource_test.go(+25 -25)📝
proxmox/config__lxc__cpu.go(+3 -3)📝
proxmox/config__lxc__features.go(+1 -1)📝
proxmox/config__lxc__features_test.go(+2 -2)📝
proxmox/config__lxc__mount.go(+2 -2)📝
proxmox/config__lxc__mount_test.go(+2 -2)📝
proxmox/config__lxc__networks.go(+1 -1)📝
proxmox/config__lxc__new.go(+16 -16)📝
proxmox/config__lxc__new_test.go(+92 -93)📝
proxmox/config__pool.go(+62 -41)📝
proxmox/config__pool_test.go(+23 -14)📝
proxmox/config__qemu.go(+11 -11)📝
proxmox/config__qemu__cloudinit.go(+7 -7)📝
proxmox/config__qemu__cpu.go(+8 -8)📝
proxmox/config__qemu__disk__ide.go(+4 -4)📝
proxmox/config__qemu__disk__sata.go(+6 -6)📝
proxmox/config__qemu__disk__scsi.go(+31 -31)📝
proxmox/config__qemu__disk__virtio.go(+16 -16)...and 8 more files
📄 Description
RawPoolConfig.map[string]anyis in only accessible trough theGetmethods.Closes #430
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.