Documentation
¶
Overview ¶
Package validate provides shared validation helpers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SessionIDPattern = regexp.MustCompile(`^[a-zA-Z0-9][a-zA-Z0-9._-]{0,127}$`)
SessionIDPattern matches valid Copilot CLI session identifiers. Format: starts with alphanumeric, followed by up to 127 alphanumeric/dot/hyphen/underscore chars.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.