[PR #427] [CLOSED] Refactor: Made every function and type private in session #463

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/427
Author: @angyaljanos
Created: 6/19/2025
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 801d74e ignore Jetbrains IDE files
  • b78c6a2 Refactor: make everything private #379
  • 6b85e02 Merge pull request #1 from angyaljanos/session_refactor

📊 Changes

6 files changed (+188 additions, -187 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 proxmox/client.go (+138 -138)
📝 proxmox/config_qemu.go (+1 -1)
📝 proxmox/node.go (+2 -2)
📝 proxmox/session.go (+44 -44)
📝 proxmox/session_test.go (+2 -2)

📄 Description

As we discussed in #379
Also added idea files to ignore


🔄 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/427 **Author:** [@angyaljanos](https://github.com/angyaljanos) **Created:** 6/19/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`801d74e`](https://github.com/Telmate/proxmox-api-go/commit/801d74e10f625a0f17163641a79360f351394804) ignore Jetbrains IDE files - [`b78c6a2`](https://github.com/Telmate/proxmox-api-go/commit/b78c6a2307e2da582bb609416c1cc103b7a2cf85) Refactor: make everything private #379 - [`6b85e02`](https://github.com/Telmate/proxmox-api-go/commit/6b85e02aac2507ceb02bfb3a818ec0188eb78bf2) Merge pull request #1 from angyaljanos/session_refactor ### 📊 Changes **6 files changed** (+188 additions, -187 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `proxmox/client.go` (+138 -138) 📝 `proxmox/config_qemu.go` (+1 -1) 📝 `proxmox/node.go` (+2 -2) 📝 `proxmox/session.go` (+44 -44) 📝 `proxmox/session_test.go` (+2 -2) </details> ### 📄 Description As we discussed in #379 Also added idea files to ignore --- <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:17 +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#463
No description provided.