Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Servers []string DbClients []string )
View Source
var CmdService = &cobra.Command{ Use: "service [name]", Aliases: []string{"svc"}, Short: "create a new service scaffold", Long: "Create a new microservice inside the current workspace. Example: gow new service user", Args: cobra.ExactArgs(1), Run: run, }
CmdService represents the service command
Functions ¶
Types ¶
type GeneratorOptions ¶
type GeneratorOptions = pkgService.GeneratorOptions
GeneratorOptions 服务生成器选项(委托给 pkg/service)
Click to show internal directories.
Click to hide internal directories.