Documentation ¶
Index ¶
- Constants
- func BuildGraph(obj any) ([]*model.NodeData[any], []*model.EdgeData[any])
- func BuildGraphMapNode(parent *model.NodeData[any], field reflect.Value, ...)
- func BuildSliceGraphNode[T any](parent *model.NodeData[any], field reflect.Value, ...)
- func BuildTree(obj any) (*model.TreeNode, *model.ChangeStatistics)
- func BuildTreeMapNode(parent *model.TreeNode, field reflect.Value)
- func DigIntoObject[T any](parent *model.NodeData[any], field reflect.Value, ...)
- func DigIntoTreeNode[T any](parent *model.TreeNode, field reflect.Value, label string, tc, br int)
- func DigIntoTreeNodeSlice[T any](parent *model.TreeNode, field reflect.Value, label string)
Constants ¶
View Source
const DefaultHeight = 25
View Source
const DefaultWidth = 150
View Source
const LeafHeight = 45
View Source
const MaxWidth = 250
View Source
const TextLimit = 20
View Source
const TextSizeBumpIncrement = 5
View Source
const TextWidthSizeBumpIncrement = 10
Variables ¶
This section is empty.
Functions ¶
func BuildGraphMapNode ¶
func BuildSliceGraphNode ¶
func DigIntoObject ¶
func DigIntoTreeNode ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.