|
PluginNameRegex = regexp.MustCompile(`^[a-z0-9_-]{1,128}$`)
|
|
PluginNameRegex = regexp.MustCompile(`^[a-z0-9_-]{1,128}$`)
|
|
PluginDeclarationVersionRegex = regexp.MustCompile(`^\d{1,4}(\.\d{1,4}){1,3}(-\w{1,16})?$`)
|
|
PluginDeclarationVersionRegex = regexp.MustCompile(`^\d{1,4}(\.\d{1,4}){1,3}(-\w{1,16})?$`)
|