Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
Name string
Detail pcie.Details
Parent *Node
// Idx is the index of Node in Parent's Children field.
Idx int
// contains filtered or unexported fields
}
func (*Node) RefreshDetail ¶
type RootModel ¶
type RootModel struct {
Tree *TreeModel
// contains filtered or unexported fields
}
func NewRootModel ¶
type TreeKeymap ¶
type TreeModel ¶
type TreeModel struct {
Root *Node
CurNode *Node
Keymap TreeKeymap
}
func NewTreeModel ¶
func NewTreeModel() *TreeModel
Click to show internal directories.
Click to hide internal directories.