Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Plugin = &cli.Command{ Name: "plugin", Usage: "load/unload plugin", Subcommands: []*cli.Command{ plugin.Load, plugin.UnLoad, plugin.Info, }, }
View Source
var Server = &cli.Command{
Name: "server",
Usage: "start server",
Description: `start server`,
Action: runServer,
}
View Source
var Tools = &cli.Command{ Name: "tools", Usage: "tools <subcommand>", Subcommands: []*cli.Command{ tools.FixVotingResult, }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.