Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringifyPath ¶
func StringifyPath(paths ...interface{}) string
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
func NewEncoder ¶
func (*Encoder) SecurityEncode ¶
type PathWalker ¶
type PathWalker struct {
// contains filtered or unexported fields
}
func NewPathWalker ¶
func NewPathWalker() *PathWalker
func (*PathWalker) Enter ¶
func (p *PathWalker) Enter(i interface{})
func (*PathWalker) Exit ¶
func (p *PathWalker) Exit()
func (*PathWalker) Paths ¶
func (p *PathWalker) Paths() []interface{}
func (*PathWalker) String ¶
func (p *PathWalker) String() string
type Var ¶
Click to show internal directories.
Click to hide internal directories.