Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Name string
Type string // core / business / plugin / custom
CustomDir string // Custom Directory, if Type is custom
OutputPath string // Generated code output path
ModuleName string // Module name
UseMongo bool
UseEnt bool
UseGorm bool
WithCmd bool
WithTest bool
Standalone bool
Group string
}
Options defines generation options
Click to show internal directories.
Click to hide internal directories.