Versions in this module Expand all Collapse all v0 v0.1.0 Mar 28, 2026 Changes in this version + type Path struct + IsRoot bool + Segments []Segment + func Parse(s string) (Path, error) + func (p Path) String() string + type Segment struct + Field string + Index int + Type SegmentType + type SegmentType int + const SegmentField + const SegmentIndex