node

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StringType = "string"
	FloatType  = "float"
	BoolType   = "bool"
	ListType   = "list"
	StructType = "struct"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	Name     string
	Type     string
	Children interface{}
}

func Structure2Node

func Structure2Node(key string, value interface{}) Node

Structure2Node xxx

Jump to

Keyboard shortcuts

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