Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegerPath ¶
type IntegerPath int
type PathWalker ¶
type PathWalker []path
func NewPathWalker ¶
func NewPathWalker() *PathWalker
func (*PathWalker) Enter ¶
func (pw *PathWalker) Enter(p path)
func (*PathWalker) Exit ¶
func (pw *PathWalker) Exit()
func (PathWalker) Prefix ¶
func (pw PathWalker) Prefix(n int) string
func (PathWalker) String ¶
func (pw PathWalker) String() string
type StringPath ¶
type StringPath string
Click to show internal directories.
Click to hide internal directories.