Versions in this module Expand all Collapse all v0 v0.9.3 Mar 5, 2026 Changes in this version + const VersionKey + func CreateDestinationPath(folderName string, clearOutput bool, v string) + func DeepCopy[T any](value T) (*T, error) + func GetUserConfirmation(msg, error string, terminate bool) bool + func InRange(ranges []VersionRange, api GetVersion) bool + func ReverseLookUp[T comparable, Y comparable](m map[T]Y) map[Y]T + func ValidateMinimumVersion(minVersion string, api GetVersion) bool + type GetVersion interface + GetServerInfo func() map[string]any + type VersionRange struct + MaxVersion string + MinVersion string + func (v VersionRange) Validate() bool