add access util functions, change internal package name to proxmoxaas_common_lib

This commit is contained in:
2026-04-19 17:30:00 +00:00
parent 1c78f59c8c
commit eeaf366e28
3 changed files with 48 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package paas_common_lib
package proxmoxaas_common_lib
type Cluster struct {
Nodes map[string]*Node `json:"nodes"`