Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var LisCfgCmd = &cobra.Command{ Use: "cfg", Short: "list config of project", Run: ListCfg, }
View Source
var LisRpcCmd = &cobra.Command{ Use: "rpc", Short: "list rpc of project", Run: ListRpc, }
View Source
var ListCmds = []*cobra.Command{ LisRpcCmd, ListPathCmd, ListWebCmd, LisCfgCmd, }
View Source
var ListPathCmd = &cobra.Command{ Use: "path", Short: "list path of project", Run: ListPath, }
View Source
var ListWebCmd = &cobra.Command{ Use: "web", Short: "list web of project", Run: ListWeb, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.