Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package parser defines storage key parsing operations.
Index ¶
Constants ¶
      View Source
      
  
const ( MaxIdentifierSize = 256 Delimiter = "/" ByteDelimiter byte = '/' )
Variables ¶
      View Source
      
  
var ( ErrInvalidContents = errors.New("spaces and keys must be ^[a-z0-9]{1,256}$") ErrInvalidPath = errors.New("path is not of the form space/key") )
Functions ¶
func CheckContents ¶
CheckContents returns an error if the identifier (space or key) format is invalid.
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.