Documentation ¶
Overview ¶
Package commands are subcommands of the sponge command.
Index ¶
- func GenMicroCommand() *cobra.Command
- func GenWebCommand() *cobra.Command
- func GetSpongeDir() string
- func InitCommand() *cobra.Command
- func MergeCommand() *cobra.Command
- func NewRootCMD() *cobra.Command
- func OpenUICommand() *cobra.Command
- func PatchCommand() *cobra.Command
- func ToolsCommand() *cobra.Command
- func UpgradeCommand() *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenMicroCommand ¶
GenMicroCommand generate micro service code
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package generate is to generate code, including model, cache, dao, handler, http, service, rpc, rpc-gw, rpc-cli code.
|
Package generate is to generate code, including model, cache, dao, handler, http, service, rpc, rpc-gw, rpc-cli code. |
Package merge is merge the generated code into the template file, you don't worry about it affecting the logic code you have already written, in case of accidents, you can find the pre-merge code in the directory /tmp/sponge_merge_backup_code
|
Package merge is merge the generated code into the template file, you don't worry about it affecting the logic code you have already written, in case of accidents, you can find the pre-merge code in the directory /tmp/sponge_merge_backup_code |
Package patch is command set for patching server code.
|
Package patch is command set for patching server code. |
Click to show internal directories.
Click to hide internal directories.