Versions in this module Expand all Collapse all v0 v0.0.15 Feb 20, 2023 Changes in this version + const ByteDelimiter + const Delimiter + const MaxIdentifierSize + var ErrInvalidContents = errors.New("spaces and keys must be ^[a-z0-9]{1,256}$") + var ErrInvalidPath = errors.New("path is not of the form space/key") + func CheckContents(identifier string) error + func ResolvePath(path string) (space string, key string, err error)