Versions in this module Expand all Collapse all v1 v1.0.0 Apr 1, 2024 Changes in this version + var IsLowercaseNumberHyphenNoStartHyphen = regexp.MustCompile(`^[a-z0-9][a-z0-9\-]*$`).MatchString + var IsUppercaseNumberUnderscore = regexp.MustCompile(`^[A-Z0-9_]+$`).MatchString + func ImportDefinition(component *types.JackalComponent) error + func Run(pkg types.JackalPackage) error + func SupportedOS() []string