mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #97] [MERGED] Add context support #148
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#148
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/luthermonson/go-proxmox/pull/97
Author: @jqueuniet
Created: 10/25/2023
Status: ✅ Merged
Merged: 10/25/2023
Merged by: @luthermonson
Base:
main← Head:context📝 Commits (2)
e23a9deAdd context supportb660812Merge branch 'main' into context📊 Changes
22 files changed (+452 additions, -384 deletions)
View changed files
📝
README.md(+8 -2)📝
access.go(+51 -50)📝
access_test.go(+48 -28)📝
cluster.go(+7 -6)📝
cluster_firewall.go(+17 -16)📝
cluster_test.go(+11 -7)📝
containers.go(+13 -12)📝
nodes.go(+56 -55)📝
nodes_network.go(+18 -15)📝
nodes_network_test.go(+9 -4)📝
nodes_test.go(+7 -4)📝
pools.go(+11 -10)📝
pools_test.go(+10 -7)📝
proxmox.go(+18 -17)📝
proxmox_test.go(+8 -6)📝
storage.go(+22 -21)📝
tasks.go(+21 -20)📝
tests/integration/cluster_test.go(+10 -7)📝
tests/integration/proxmox_test.go(+10 -6)📝
types.go(+2 -0)...and 2 more files
📄 Description
Add context support across the whole API using a first argument design.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.