[PR #125] [MERGED] feat: Enhance support for /access #167

Closed
opened 2026-03-03 15:30:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/luthermonson/go-proxmox/pull/125
Author: @alperencelik
Created: 3/3/2024
Status: Merged
Merged: 3/5/2024
Merged by: @luthermonson

Base: mainHead: access-operations


📝 Commits (5)

  • f910ba6 feat: Add DeleteContent method for storage
  • 95711fd feat: Add ConvertToTemplate method
  • 17d93bf Merge branch 'luthermonson:main' into main
  • 5f3687d feat: Enhance support for /access
  • 8928924 fix: Update variable naming and remove duplicates

📊 Changes

4 files changed (+283 additions, -0 deletions)

View changed files

📝 access.go (+39 -0)
📝 access_test.go (+136 -0)
📝 tests/mocks/pve7x/access.go (+83 -0)
📝 types.go (+25 -0)

📄 Description

This PR aims to complete /access API calls for Proxmox. Here is the documentation of /access API.

https://pve.proxmox.com/pve-docs/api-viewer/index.html#/access


🔄 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/luthermonson/go-proxmox/pull/125 **Author:** [@alperencelik](https://github.com/alperencelik) **Created:** 3/3/2024 **Status:** ✅ Merged **Merged:** 3/5/2024 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `access-operations` --- ### 📝 Commits (5) - [`f910ba6`](https://github.com/luthermonson/go-proxmox/commit/f910ba6fa1215fbce631eda45ffab56f2bce4171) ✨feat: Add DeleteContent method for storage - [`95711fd`](https://github.com/luthermonson/go-proxmox/commit/95711fdcf1a6994fa6c583f70c7ff7a03a28b7bc) ✨feat: Add ConvertToTemplate method - [`17d93bf`](https://github.com/luthermonson/go-proxmox/commit/17d93bf2c51d90137d7c65549074986f98ffc872) Merge branch 'luthermonson:main' into main - [`5f3687d`](https://github.com/luthermonson/go-proxmox/commit/5f3687dba112bb9af522acdf9657765228234b14) ✨feat: Enhance support for /access - [`8928924`](https://github.com/luthermonson/go-proxmox/commit/8928924917f9ea3bfd029a3703246df5824cd6ea) fix: Update variable naming and remove duplicates ### 📊 Changes **4 files changed** (+283 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `access.go` (+39 -0) 📝 `access_test.go` (+136 -0) 📝 `tests/mocks/pve7x/access.go` (+83 -0) 📝 `types.go` (+25 -0) </details> ### 📄 Description This PR aims to complete /access API calls for Proxmox. Here is the documentation of /access API. https://pve.proxmox.com/pve-docs/api-viewer/index.html#/access --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 15:30:31 +03:00
Sign in to join this conversation.
No labels
pull-request
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/go-proxmox#167
No description provided.