mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #114] [MERGED] Exported ConfigLxc type #240
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#240
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/114
Author: @ARMmaster17
Created: 4/9/2021
Status: ✅ Merged
Merged: 4/22/2021
Merged by: @ggongaware
Base:
master← Head:master📝 Commits (2)
d589bc0Merge pull request #1 from Telmate/master662a5eeExported ConfigLxc type📊 Changes
1 file changed (+8 additions, -8 deletions)
View changed files
📝
proxmox/config_lxc.go(+8 -8)📄 Description
QemuConfigis currently exported, allowing proxmox-api-go to be used as a library rather than as a command-line application to create VMs.ConfigLxchowever, is not currently exported, and theConfigLxctype cannot be referenced by outside code. This PR fixes that.Since
ConfigLxcwas 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.