Documentation ¶
Overview ¶
package validators contains validation logics for the api.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NamespaceValidator is an instance of namespaceValidator. NamespaceValidator = &namespaceValidator{} // ErrNamespaceExists is returned when trying to create a namespace with id that already exists. ErrNamespaceExists = errors.New("namespace with the same ID already exists") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.