subcmds

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildCmd

func BuildCmd() *cli.Command

func DevCmd

func DevCmd() *cli.Command

func GraphCmd

func GraphCmd() *cli.Command

func InitCmd

func InitCmd() *cli.Command

func RunCmd

func RunCmd() *cli.Command

func TestCmd

func TestCmd() *cli.Command

Types

type EdgeJSON

type EdgeJSON struct {
	From string `json:"from"`
	To   string `json:"to"`
}

type GraphJSON

type GraphJSON struct {
	Nodes []NodeJSON `json:"nodes"`
	Edges []EdgeJSON `json:"edges"`
}

type NodeJSON

type NodeJSON struct {
	ID     string `json:"id"`
	Bundle string `json:"bundle"`
	Name   string `json:"name"`
}

Jump to

Keyboard shortcuts

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