add Auth and InstancePath types

This commit is contained in:
2026-06-08 18:45:19 +00:00
parent 52ac2c2b97
commit ad6b8211b3
2 changed files with 15 additions and 0 deletions
+8
View File
@@ -1,5 +1,13 @@
package proxmoxaas_common_lib
// all the cookies for proxmoxaas
type Auth struct {
Username string
Token string
CSRF string
AccessManagerTicket string
}
type Pool struct {
PoolID string `json:"poolid" mapstructure:"poolid"`
Groups []Group `json:"groups" mapstructure:"groups"`