graph

package
v0.0.0-...-9c779f9 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Tree = []opts.TreeData{
	{
		Name:     "Root",
		Children: TreeNodes,
	},
}
View Source
var TreeNodes = []*opts.TreeData{
	{
		Name: "Node1",
		Children: []*opts.TreeData{
			{
				Name: "Chield1",
			},
		},
	},
	{
		Name: "Node2",
		Children: []*opts.TreeData{
			{
				Name: "Chield1",
			},
			{
				Name: "Chield2",
			},
			{
				Name: "Chield3",
			},
		},
	},
	{
		Name:      "Node3",
		Collapsed: true,
		Children: []*opts.TreeData{
			{
				Name: "Chield1",
			},
			{
				Name: "Chield2",
			},
			{
				Name: "Chield3",
			},
		},
	},
}

Functions

This section is empty.

Types

type GraphExamples

type GraphExamples struct {
	NpmFile string
}

func (GraphExamples) Examples

func (ge GraphExamples) Examples()

type TreeExamples

type TreeExamples struct{}

func (TreeExamples) Examples

func (TreeExamples) Examples()

Jump to

Keyboard shortcuts

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