[PR #114] [MERGED] Exported ConfigLxc type #240

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/114
Author: @ARMmaster17
Created: 4/9/2021
Status: Merged
Merged: 4/22/2021
Merged by: @ggongaware

Base: masterHead: master


📝 Commits (2)

  • d589bc0 Merge pull request #1 from Telmate/master
  • 662a5ee Exported ConfigLxc type

📊 Changes

1 file changed (+8 additions, -8 deletions)

View changed files

📝 proxmox/config_lxc.go (+8 -8)

📄 Description

QemuConfig is currently exported, allowing proxmox-api-go to be used as a library rather than as a command-line application to create VMs. ConfigLxc however, is not currently exported, and the ConfigLxc type cannot be referenced by outside code. This PR fixes that.

Since ConfigLxc was private to begin with, this should not break any existing code that depends on proxmox-api-go.


🔄 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/114 **Author:** [@ARMmaster17](https://github.com/ARMmaster17) **Created:** 4/9/2021 **Status:** ✅ Merged **Merged:** 4/22/2021 **Merged by:** [@ggongaware](https://github.com/ggongaware) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`d589bc0`](https://github.com/Telmate/proxmox-api-go/commit/d589bc0cda25fa2c961050f2626569c540d37447) Merge pull request #1 from Telmate/master - [`662a5ee`](https://github.com/Telmate/proxmox-api-go/commit/662a5eed64c0321aff9df722755acf1df083d0de) Exported ConfigLxc type ### 📊 Changes **1 file changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_lxc.go` (+8 -8) </details> ### 📄 Description `QemuConfig` is currently exported, allowing proxmox-api-go to be used as a library rather than as a command-line application to create VMs. `ConfigLxc` however, is not currently exported, and the `ConfigLxc` type cannot be referenced by outside code. This PR fixes that. Since `ConfigLxc` was private to begin with, this should not break any existing code that depends on proxmox-api-go. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:20 +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#240
No description provided.