Documentation ¶
Index ¶
- Variables
- func InstCmd(cmd *cobra.Command, args []string)
- func InstCode(cmd *cobra.Command, args []string)
- func InstConfig(cmd *cobra.Command, args []string)
- func InstDocker(cmd *cobra.Command, args []string)
- func InstDocx(cmd *cobra.Command, args []string)
- func InstDomain(cmd *cobra.Command, args []string)
- func InstGorpc(cmd *cobra.Command, args []string)
- func InstNatsSample(cmd *cobra.Command, args []string)
- func InstPbin(cmd *cobra.Command, args []string)
- func InstTest(cmd *cobra.Command, args []string)
- func InstWebServer(cmd *cobra.Command, args []string)
- func RmWebsample()
Constants ¶
This section is empty.
Variables ¶
View Source
var InsaAllCmd = &cobra.Command{Use: "all", Short: "mock_irpc_check_allowed.go all", Run: installAll}
View Source
var InstBatCmd = &cobra.Command{Use: "cmd", Short: "mock_irpc_check_allowed.go cmd", Run: InstCmd}
View Source
var InstCmds = []*cobra.Command{ InstConfigCmd, InstDomainCmd, InstProjectCmd, InstProjectApiCmd, InstProjectRpcCmd, InstProjectAdminCmd, InstProjectWebCmd, InstProjectMobileCmd, }
inst
View Source
var InstCodeCmd = &cobra.Command{Use: "code", Short: "mock_irpc_check_allowed.go code", Run: InstCode}
View Source
var InstConfigCmd = &cobra.Command{Use: "config", Short: "mock_irpc_check_allowed.go config", Run: InstConfig}
View Source
var InstDockerCmd = &cobra.Command{Use: "docker", Short: "mock_irpc_check_allowed.go docker", Run: InstDocker}
View Source
var InstDocxCmd = &cobra.Command{Use: "docx", Short: "mock_irpc_check_allowed.go docx", Run: InstDocx}
View Source
var InstDomainCmd = &cobra.Command{Use: "domain", Short: "mock_irpc_check_allowed.go domain", Run: InstDomain}
View Source
var InstGonatsSampleCmd = &cobra.Command{Use: "nats", Short: "mock_irpc_check_allowed.go nats", Run: InstNatsSample}
View Source
var InstGorpcCmd = &cobra.Command{Use: "gorpc", Short: "mock_irpc_check_allowed.go gorpc", Run: InstGorpc}
View Source
var InstPbinCmd = &cobra.Command{Use: "pbin", Short: "mock_irpc_check_allowed.go pbin", Run: InstPbin}
View Source
var InstProjectAdminCmd = &cobra.Command{Use: "admin", Short: "install project admin", Run: installProjectAdmin}
View Source
var InstProjectApiCmd = &cobra.Command{Use: "api", Short: "install project api", Run: installProjectApi}
View Source
var InstProjectCmd = &cobra.Command{Use: "cmd", Short: "install project cmd", Run: InstCmd}
View Source
var InstProjectMobileCmd = &cobra.Command{Use: "mobile", Short: "install project mobile", Run: installMobileWeb}
View Source
var InstProjectRpcCmd = &cobra.Command{Use: "rpc", Short: "install project gorpc", Run: installProjectRpc}
View Source
var InstProjectWebCmd = &cobra.Command{Use: "web", Short: "install project web", Run: installProjectWeb}
View Source
var InstTestCmd = &cobra.Command{Use: "test", Short: "mock_irpc_check_allowed.go test", Run: InstTest}
View Source
var InstWebCmd = &cobra.Command{Use: "websample", Short: "mock_irpc_check_allowed.go websample", Run: InstWebServer}
View Source
var InstallCmds = []*cobra.Command{ InstDomainCmd, InstGorpcCmd, InstTestCmd, InstGonatsSampleCmd, InstDocxCmd, InstDockerCmd, InsaAllCmd, InstPbinCmd, InstBatCmd, InstCodeCmd, InstConfigCmd, InstWebCmd, }
install
Functions ¶
func InstConfig ¶
func InstDocker ¶
func InstDomain ¶
func InstNatsSample ¶
func InstWebServer ¶
func RmWebsample ¶
func RmWebsample()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.