Documentation ¶ Index ¶ type Path func From(p string) Path func FromReal(p string) Path func (p Path) Append(values ...string) Path func (p Path) Err() error func (p Path) IsValid() bool func (p Path) Real() string func (p Path) String() string func (p Path) StringValues() []string type Value func (v Value) Err() error func (v Value) IsValid() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Path ¶ type Path struct { Values []Value IsAbs bool } func From ¶ func From(p string) Path func FromReal ¶ func FromReal(p string) Path func (Path) Append ¶ func (p Path) Append(values ...string) Path func (Path) Err ¶ func (p Path) Err() error func (Path) IsValid ¶ func (p Path) IsValid() bool func (Path) Real ¶ func (p Path) Real() string func (Path) String ¶ func (p Path) String() string func (Path) StringValues ¶ func (p Path) StringValues() []string type Value ¶ type Value string func (Value) Err ¶ func (v Value) Err() error func (Value) IsValid ¶ func (v Value) IsValid() bool Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.