From a0301512b6546971db8905c48ad7a7a39d5c8056 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 23 Jul 2026 16:25:28 +0000 Subject: [PATCH] remove unused type aliases --- app/common/types.go | 8 -------- proxmoxaas-common-lib | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/app/common/types.go b/app/common/types.go index ec985cb..7f04456 100644 --- a/app/common/types.go +++ b/app/common/types.go @@ -23,14 +23,6 @@ type Groupname = paas.Groupname type Group = paas.Group type Username = paas.Username type User = paas.User -type VMID = paas.VMID -type Backups = paas.Backups -type Templates = paas.Templates -type SimpleResource = paas.SimpleResource -type SimpleLimit = paas.SimpleLimit -type MatchResource = paas.MatchResource -type MatchLimit = paas.MatchLimit -type ResourceTemplate = paas.ResourceTemplate func ParseGroupname(groupname string) (Groupname, error) { return paas.ParseGroupname(groupname) diff --git a/proxmoxaas-common-lib b/proxmoxaas-common-lib index 0551969..f4deeb1 160000 --- a/proxmoxaas-common-lib +++ b/proxmoxaas-common-lib @@ -1 +1 @@ -Subproject commit 05519694e1a19c9555114dffdf8f5610f46b54cd +Subproject commit f4deeb1ab65bfbaf07c0286b5d3b7915fa129f21