graph

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2025 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NestedNode

type NestedNode struct {
	Category    string        `json:"category,omitempty"`
	Name        string        `json:"name,omitempty"`
	Description string        `json:"description,omitempty"`
	Value       float64       `json:"value,omitempty"`
	Children    []*NestedNode `json:"children,omitempty"`
}

func (*NestedNode) Add

func (n *NestedNode) Add(name, desc string, value float64)

func (*NestedNode) Lookup

func (n *NestedNode) Lookup(name string) *NestedNode

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL