mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #451] [MERGED] Refactor: Rename Getters #481
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#481
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/451
Author: @Tinyblargon
Created: 8/21/2025
Status: ✅ Merged
Merged: 8/21/2025
Merged by: @Tinyblargon
Base:
master← Head:refactor-raw📝 Commits (2)
249275drefactor: prefix all getters withGet4467db2style: fix typo📊 Changes
22 files changed (+106 additions, -106 deletions)
View changed files
📝
cli/command/guest/guest-status.go(+1 -1)📝
cli/command/guest/guest-uptime.go(+1 -1)📝
proxmox/config__lxc__cpu.go(+1 -1)📝
proxmox/config__lxc__features.go(+2 -2)📝
proxmox/config__lxc__mount.go(+4 -4)📝
proxmox/config__lxc__networks.go(+1 -1)📝
proxmox/config__lxc__new.go(+36 -36)📝
proxmox/config__lxc__new_test.go(+6 -6)📝
proxmox/config__qemu.go(+29 -29)📝
proxmox/config__qemu__cloudinit.go(+1 -1)📝
proxmox/config__qemu__cpu.go(+1 -1)📝
proxmox/config__qemu__disk.go(+1 -1)📝
proxmox/config__qemu__guestagent.go(+1 -1)📝
proxmox/config__qemu__memory.go(+1 -1)📝
proxmox/config__qemu__network.go(+1 -1)📝
proxmox/config__qemu__pcie.go(+1 -1)📝
proxmox/config__qemu__rng.go(+1 -1)📝
proxmox/config__qemu__serial.go(+1 -1)📝
proxmox/config__qemu__usb.go(+1 -1)📝
proxmox/config__qemu_test.go(+2 -2)...and 2 more files
📄 Description
Prefix all getters with
Getorget.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.