Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AllConfig ¶
type AllConfig struct { Connection string `mapstructure:"connection"` TableNameSuffix string `mapstructure:"table_name_suffix"` TableNamePrefix string `mapstructure:"table_name_prefix"` TableCommentSuffix string `mapstructure:"table_comment_suffix"` EveryTplGenPath map[string]string `mapstructure:"every_tpl_gen_path"` OneTplGenPath map[string]string `mapstructure:"one_tpl_gen_path"` GenFileSuffix bool `mapstructure:"gen_file_suffix"` AutoImport bool `mapstructure:"auto_import"` IsLowerCamelName bool `mapstructure:"table_field_name_is_lower_camel_name"` ORMName ORM `mapstructure:"orm_name"` SpecialMapping []string `mapstructure:"mapping"` }
AllConfig 全部配置文件
var All *AllConfig
All 全部配置索引
Click to show internal directories.
Click to hide internal directories.