Versions in this module Expand all Collapse all v2 v2.0.1 Aug 25, 2026 Changes in this version + type KeyPath []string + func NewKeyPath(path string) KeyPath + func NewKeyPathFromSegments(segments []string) KeyPath + func NewKeyPathWithDelim(path, delim string) KeyPath + func (p KeyPath) Append(segments ...string) KeyPath + func (p KeyPath) Equals(other KeyPath) bool + func (p KeyPath) HasEmptySegment() bool + func (p KeyPath) Leaf() string + func (p KeyPath) MakeString(delim string) string + func (p KeyPath) Match(pattern KeyPath) bool + func (p KeyPath) Parent() KeyPath + func (p KeyPath) String() string Other modules containing this package github.com/tarantool/go-config