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

# Functions

Parse parses a rooted path (starting with '/') into path segments.

# Constants

Literal is a literal string path segment.
Param represents a single path segment of any (non-empty) value.
Wildcard reprsents zero or more path segments of any value.

# Structs

ConflictError represents a conflict between two paths.
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.