Documentation
¶
Index ¶
- type Cloneable
- type OnAdded
- type OnRemoved
- type Predicate
- type Tree
- func (instance *Tree) All(consumer func(interface{}) error) error
- func (instance *Tree) Clone() *Tree
- func (instance *Tree) Find(path []string) (result []interface{}, err error)
- func (instance *Tree) HasContent() bool
- func (instance *Tree) Put(path []string, element interface{}) error
- func (instance *Tree) Remove(predicate Predicate) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tree ¶
func (*Tree) HasContent ¶
Click to show internal directories.
Click to hide internal directories.