Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module cli.Command = cli.Command{ Name: "zui", Usage: "starts zos UI", Flags: []cli.Flag{ &cli.StringFlag{ Name: "broker", Usage: "connection string to the message broker", Value: "unix:///var/run/redis.sock", }, }, Action: action, }
Module is the app entry point
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.