mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #213] [MERGED] Fixed Typo's and small refactoring #314
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#314
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/213
Author: @Tinyblargon
Created: 10/31/2022
Status: ✅ Merged
Merged: 11/1/2022
Merged by: @mleone87
Base:
master← Head:master📝 Commits (9)
e842a1brefactor: Change function names and add commentsd4878a3refactor: Move Snapshot CRUD actions out of *client class4165820feat: Set number of arguments on commands212ca59fix: Typo's in the new clif3aca95fix: Give reboot command correct message881643ffix: add STORAGEID to command usagee3e4976refactor: Make variables CamelCase24ee8d4fix: Typo in comment and command description23b2609fix: Typo's in comments and error messages📊 Changes
56 files changed (+184 additions, -136 deletions)
View changed files
📝
cli/cobra.go(+4 -4)📝
cli/command/create/create-acmeaccount.go(+1 -0)📝
cli/command/create/create-pool.go(+1 -0)📝
cli/command/create/create-snapshot.go(+2 -2)📝
cli/command/create/create-storage.go(+1 -0)📝
cli/command/create/guest/create-guest-lxc.go(+1 -0)📝
cli/command/create/guest/create-guest-qemu.go(+1 -0)📝
cli/command/delete/delete-acmeaccount.go(+2 -1)📝
cli/command/delete/delete-guest.go(+2 -1)📝
cli/command/delete/delete-metricserver.go(+2 -1)📝
cli/command/delete/delete-pool.go(+2 -1)📝
cli/command/delete/delete-snapshot.go(+2 -3)📝
cli/command/delete/delete-storage.go(+2 -1)📝
cli/command/delete/delete-user.go(+2 -1)📝
cli/command/get/get-acmeaccount.go(+1 -0)📝
cli/command/get/get-guest.go(+1 -0)📝
cli/command/get/get-metricserver.go(+1 -0)📝
cli/command/get/get-pool.go(+1 -0)📝
cli/command/get/get-storage.go(+2 -1)📝
cli/command/get/get-user.go(+1 -0)...and 36 more files
📄 Description
*Clientclass.CreateItem,UpdateItemandDeleteItemin the*Clientclass toPost,PutandDelete. also improved the description of these commands.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.