Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // PossibleModules is a list of all know zos modules. the modules must match // the module name declared by the server. Hence, we collect them here for // validation PossibleModules = map[string]struct{}{ "storage": {}, "node": {}, "identityd": {}, "vmd": {}, "flist": {}, "network": {}, "container": {}, "provision": {}, "gateway": {}, "qsfsd": {}, } //Module entry point Module cli.Command = cli.Command{ Name: "zbusdebug", Usage: "show status summery for running zbus modules", Flags: []cli.Flag{ &cli.StringFlag{ Name: "broker", Value: "unix:///var/run/redis.sock", Usage: "connection string to the message `BROKER`", }, &cli.StringFlag{ Name: "module", Usage: "debug specific `MODULE`", }, }, Action: action, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.