package
1.40.0
Repository: https://github.com/encoredev/encore.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Parse parses a slash-separated path into path segments.

# Constants

Fallback represents zero or more path segments of any value that are lower priority than any other path.
Literal is a literal string path segment.
Param represents a single path segment of any (non-empty) value.
Wildcard represents zero or more path segments of any value.

# Structs

No description provided by the author
Path represents a parsed path.
Segment represents a parsed path segment.
Set tracks a set of paths, ensuring they are compatible with each other.

# Type aliases

SegmentType represents the different types of path segments recognized by the parser.