Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VarStringHome describes the goctl home. VarStringHome string // VarStringRemote describes the remote git repository. VarStringRemote string // VarStringBranch describes the git branch. VarStringBranch string // VarStringStyle describes the style of output files. VarStringStyle string // VarBoolErrorTranslate describes whether to translate error VarBoolErrorTranslate bool // VarBoolUseCasbin describe whether to use Casbin VarBoolUseCasbin bool // VarBoolUseI18n describe whether to use i18n VarBoolUseI18n bool // VarModuleName describe the module name VarModuleName string // VarIntServicePort describe the service port exposed VarIntServicePort int // VarBoolEnt describes whether to use ent in api VarBoolEnt bool // VarBoolCore describes whether to generate core rpc code VarBoolCore bool )
View Source
var GitIgnoreTmpl string
Functions ¶
func CreateServiceCommand ¶
CreateServiceCommand fast create service
func RevertTemplate ¶
RevertTemplate reverts the given template file to the default value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.