Documentation
¶
Overview ¶
Package internal provides shared utilities for gcpvalidate.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasTrimmedWhitespace ¶
HasTrimmedWhitespace checks if a string has no leading or trailing whitespace. Returns true if the string is trimmed (valid), false if it has whitespace (invalid).
func IsValidPathSegment ¶
IsValidPathSegment checks if a string is valid for use in a resource path segment. It must be non-empty, contain no whitespace anywhere, and contain no slashes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.