Documentation ¶ Index ¶ func CreatePrefix(prefix, target string) (*gnmi.Path, error) func GnmiPathToXPath(p *gnmi.Path, noKeys bool) string func ParsePath(p string) (*gnmi.Path, error) func PathElems(pf, p *gnmi.Path) []*gnmi.PathElem Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CreatePrefix ¶ func CreatePrefix(prefix, target string) (*gnmi.Path, error) CreatePrefix // func GnmiPathToXPath ¶ func GnmiPathToXPath(p *gnmi.Path, noKeys bool) string func ParsePath ¶ func ParsePath(p string) (*gnmi.Path, error) ParsePath creates a gnmi.Path out of a p string, check if the first element is prefixed by an origin, removes it from the xpath and adds it to the returned gnmiPath func PathElems ¶ func PathElems(pf, p *gnmi.Path) []*gnmi.PathElem Types ¶ This section is empty. Source Files ¶ View all Source files path.go Click to show internal directories. Click to hide internal directories.