package
Version:
v0.16.2
Opens a new window with list of versions in this module.
Published: Dec 31, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Build[T any](nodes []T, adapter Adapter[T]) []T
type Adapter[T any] struct {
GetId func(T) string
GetParentId func(T) string
GetChildren func(T) []T
SetChildren func(*T, []T)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.