package
Version:
v0.6.2
Opens a new window with list of versions in this module.
Published: May 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Node[T any] interface {
Children() []Node[T]
Value() T
}
type Summary struct {
Done int `json:"done"`
Total int `json:"total"`
}
type Task struct {
State TaskState `json:"state"`
Text string `json:"text"`
Depth int `json:"-"`
}
type Tree[T any] struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.