Documentation ¶ Index ¶ type Validator Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Validator ¶ type Validator interface { // Validate validates whether a given namespace is valid. Validate(ns string) error // Close closes the namespace validator. Close() } Validator validates namespaces. Source Files ¶ View all Source files validator.go Directories ¶ Show internal Expand all Path Synopsis kv static Click to show internal directories. Click to hide internal directories.