[PR #451] [MERGED] Refactor: Rename Getters #481

Closed
opened 2026-02-28 00:42:21 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: refactor-raw


📝 Commits (2)

  • 249275d refactor: prefix all getters with Get
  • 4467db2 style: 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 Get or get.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/451 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 8/21/2025 **Status:** ✅ Merged **Merged:** 8/21/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `refactor-raw` --- ### 📝 Commits (2) - [`249275d`](https://github.com/Telmate/proxmox-api-go/commit/249275d0dd0a52b91a1c917b6b0d34894ac0a3a7) refactor: prefix all getters with `Get` - [`4467db2`](https://github.com/Telmate/proxmox-api-go/commit/4467db2a4abdef532d415157f4a7c1c049a06226) style: fix typo ### 📊 Changes **22 files changed** (+106 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Prefix all getters with `Get` or `get`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#481
No description provided.