Documentation ¶
Index ¶
- Variables
- func CreateGomod() error
- func InstallAll(cmd *cobra.Command, args []string)
- func InstallCmdServer(cmd *cobra.Command, args []string)
- func InstallCode(cmd *cobra.Command, args []string)
- func InstallConfigServer(cmd *cobra.Command, args []string)
- func InstallData(cmd *cobra.Command, args []string)
- func InstallDocker(cmd *cobra.Command, args []string)
- func InstallDocx(cmd *cobra.Command, args []string)
- func InstallDomain(cmd *cobra.Command, args []string)
- func InstallGorpc(cmd *cobra.Command, args []string)
- func InstallNatsSample(cmd *cobra.Command, args []string)
- func InstallPbin(cmd *cobra.Command, args []string)
- func InstallTest(cmd *cobra.Command, args []string)
- func InstallWebServer(cmd *cobra.Command, args []string)
Constants ¶
This section is empty.
Variables ¶
View Source
var IniCmds = []*cobra.Command{ InstallConfigCmd, InstallPbinCmd, InstallTestCmd, InstallCodeCmd, InstallDataCmd, InstallWeb, InstallCmd, InstallDockerCmd, InstallDocxCmd, InstallAllCmd, InstallDomainCmd, InstallNatsSampleCmd, InstallGorpcCmd, }
View Source
var InstallAllCmd = &cobra.Command{ Use: "all", Short: "all for cmd webserver", Run: InstallAll, }
View Source
var InstallCmd = &cobra.Command{ Use: "cmd", Short: "inst cmd of goweb", Run: InstallCmdServer, }
View Source
var InstallCodeCmd = &cobra.Command{Use: "code", Short: "i code", Run: InstallCode}
View Source
var InstallConfig = &cobra.Command{ Use: "config", Short: "inst config of goweb", Run: InstallConfigServer, }
View Source
var InstallConfigCmd = &cobra.Command{Use: "config", Short: "i config", Run: InstallConfigServer}
View Source
var InstallDataCmd = &cobra.Command{Use: "data", Short: "i data", Run: InstallData}
View Source
var InstallDockerCmd = &cobra.Command{ Use: "docker", Short: "install docker of goweb", Run: InstallDocker, }
View Source
var InstallDocxCmd = &cobra.Command{ Use: "docx", Short: "inst docx of goweb", Run: InstallDocx, }
View Source
var InstallDomainCmd = &cobra.Command{ Use: "domain", Short: "install domain of goweb", Run: InstallDomain, }
View Source
var InstallGorpcCmd = &cobra.Command{Use: "gorpc", Short: "i gorpc", Run: InstallGorpc}
View Source
var InstallNatsSampleCmd = &cobra.Command{ Use: "nastssample", Short: "install natssample of goweb", Run: InstallNatsSample, }
View Source
var InstallPbinCmd = &cobra.Command{Use: "pbin", Short: "i pbin", Run: InstallPbin}
View Source
var InstallTestCmd = &cobra.Command{Use: "test", Short: "i test", Run: InstallTest}
View Source
var InstallWeb = &cobra.Command{ Use: "websample", Short: "i websample of goweb", Run: InstallWebServer, }
Functions ¶
func CreateGomod ¶
func CreateGomod() error
func InstallAll ¶
func InstallCmdServer ¶
func InstallCode ¶
func InstallConfigServer ¶
func InstallData ¶ added in v1.2.9
func InstallDocker ¶
func InstallDocx ¶
func InstallDomain ¶
func InstallGorpc ¶
func InstallNatsSample ¶
func InstallPbin ¶
func InstallTest ¶
func InstallWebServer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.