Documentation ¶
Overview ¶
Package tree provides a data structure of a mutable tree with constant leaves and version counters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalJSON ¶
Types ¶
type Node ¶
type Node interface { Version() int // contains filtered or unexported methods }
func UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.