mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #179] [MERGED] fix: add correct RRD Data format and fix the variadic function #200
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#200
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/179
Author: @dragonis41
Created: 11/21/2024
Status: ✅ Merged
Merged: 3/25/2025
Merged by: @luthermonson
Base:
main← Head:fix/rrddata📝 Commits (5)
41312cbfix: add correct RRD Data format and fix the variatic functione6d504ffix: also fix variatic function on containersfd3fbd1fix: fix Container.RRDData() function definition1d84b8dMerge branch 'luthermonson:main' into fix/rrddatae8c2797ci: rename variables to match naming specifications📊 Changes
3 files changed (+23 additions, -19 deletions)
View changed files
📝
containers.go(+6 -7)📝
types.go(+12 -6)📝
virtual_machine.go(+5 -6)📄 Description
Related to the issue #112.
I have added correct structure to receive the rrd datas and added a check in the variatic function because Proxmox does not allow to receive an array as a consolidation function.
Have a good day 🚀
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.