Documentation
¶
Overview ¶
Package validate provides shared validation functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SessionID ¶
SessionID validates a session ID follows the expected format: - Non-empty - Lowercase alphanumeric only (a-z, 0-9) - No spaces or special characters
func SessionName ¶
SessionName validates a session name is non-empty after trimming whitespace.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.