Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdGenerate = &cobra.Command{ Use: "generate", Aliases: []string{"gen"}, Short: "generate CRUD code from database schema", Long: "Generate complete Kratos microservice code (proto, ORM, service, server, wire, config) from an existing database or SQL file. Example: gow generate", Run: run, }
CmdGenerate represents the generate command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.