Documentation ¶
Index ¶
Constants ¶
View Source
const (
Separator = "/"
)
Variables ¶
View Source
var ( EncodedPathRe = regexp.MustCompile(fmt.Sprintf("^/?%s/%s", reReference, rePath)) EncodedPathReferenceRe = regexp.MustCompile(fmt.Sprintf("^/?%s", reReference)) ErrPathMalformed = errors.New("encoded path is malformed") )
Functions ¶
Types ¶
type ResolvedAbsolutePath ¶
func ResolveAbsolutePath ¶
func ResolveAbsolutePath(encodedPath string) (ResolvedAbsolutePath, error)
type ResolvedPath ¶
func ResolvePath ¶
func ResolvePath(encodedPath string) (ResolvedPath, error)
Click to show internal directories.
Click to hide internal directories.