Documentation ¶ Index ¶ func BuildCmd() *cli.Command func DevCmd() *cli.Command func EnvCmd() *cli.Command func GraphCmd() *cli.Command func InitCmd() *cli.Command func RunCmd() *cli.Command func TestCmd() *cli.Command type EdgeJSON type GraphJSON type NodeJSON Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildCmd ¶ func BuildCmd() *cli.Command func DevCmd ¶ func DevCmd() *cli.Command func EnvCmd ¶ added in v0.4.0 func EnvCmd() *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"` } Source Files ¶ View all Source files build.goconfig.godev.goenv.gograph.goinit.gorun.gotest.go Click to show internal directories. Click to hide internal directories.