No description
Find a file
2020-06-10 01:25:17 +02:00
vendor initial commit 2020-06-01 12:18:20 +02:00
.gitignore fixed pool search 2020-06-04 22:40:38 +02:00
client.go added body dumping 2020-06-01 15:55:18 +02:00
go.mod initial commit 2020-06-01 12:18:20 +02:00
go.sum initial commit 2020-06-01 12:18:20 +02:00
helper.go removed changes 2020-06-01 16:11:25 +02:00
ipconfig.go added pointer receiver 2020-06-01 16:37:50 +02:00
LICENSE initial commit 2020-06-01 12:18:20 +02:00
network.go added pointer receiver 2020-06-01 16:37:50 +02:00
node.go fixed typos 2020-06-10 01:25:17 +02:00
pool.go fixed pool search 2020-06-04 22:40:38 +02:00
README.md initial commit 2020-06-01 12:18:20 +02:00
scheme.go added pool finder 2020-06-04 21:37:23 +02:00
server.go fixed pool search 2020-06-04 22:40:38 +02:00
serverstatus.go initial commit 2020-06-01 12:18:20 +02:00
task.go initial commit 2020-06-01 12:18:20 +02:00
userdata.go fixed generated cloud config 2020-06-01 16:55:54 +02:00

pve-go

PVE-Go is a go library for the Porxmox VE API.

The design is based on the Hetzner Clound API implementation: https://github.com/hetznercloud/hcloud-go