Versions in this module Expand all Collapse all v0 v0.1.40 Jun 15, 2026 v0.1.39 Jun 14, 2026 Changes in this version + var BackupCounter = NewCounter() + func GenerateSecurePassword(length int) string + func GetSystemResourceLimits() (int, int, error) + func ParseRAMString(ramStr string) (int, error) + func ValidateBasicResourceBounds(cpuCores, ramMB int) error + func ValidateInstanceName(name string) error + func ValidateSystemResources(cpuCores, ramMB int) error + type Counter struct + func NewCounter() *Counter + func (c *Counter) GetNext(timestamp string) int + func (c *Counter) Len() int