Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidStackName = errors.New("invalid stack name") ErrPathTraversal = errors.New("path traversal detected") ErrInvalidCharacters = errors.New("invalid characters in input") )
View Source
var Module = fx.Options()
View Source
var ValidStackNameRegex = regexp.MustCompile(`^[a-zA-Z0-9][a-zA-Z0-9._-]*$`)
Functions ¶
func SanitizeStackPath ¶
func ValidateStackName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.