debug

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2025 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NodeIndex = make(map[string]Node)
	MenuIndex = make(map[string]int)
)

Functions

func AddMenu

func AddMenu(s string) int

Types

type Node

type Node struct {
	Name        string
	Description string
	// contains filtered or unexported fields
}

func (*Node) Connect

func (n *Node) Connect(peer Node) bool

func (*Node) Next

func (n *Node) Next() *Node

func (*Node) String

func (n *Node) String() string

type NodeMap

type NodeMap struct {
	// contains filtered or unexported fields
}

func NewNodeMap

func NewNodeMap(root string) *NodeMap

func (*NodeMap) Apply

func (nm *NodeMap) Apply(nodeFunc func(*Node) error) error

func (*NodeMap) Run

func (nm *NodeMap) Run(ctx context.Context, rs resource.Resource) error

func (*NodeMap) String

func (nm *NodeMap) String() string

type NodeParseHandler

type NodeParseHandler struct {
	*vm.ParseHandler
	// contains filtered or unexported fields
}

func NewNodeParseHandler

func NewNodeParseHandler(node *Node) *NodeParseHandler

Source Files

  • map.go
  • node.go
  • parse.go

Jump to

Keyboard shortcuts

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