Versions in this module Expand all Collapse all v1 v1.1.1 Dec 9, 2022 v1.1.0 Dec 9, 2022 Changes in this version + func GetDBTag() string + func GetIsDev() bool + func GetIsForeignKey() bool + func GetIsGUI() bool + func GetIsNullToPoint() bool + func GetIsOutFunc() bool + func GetIsOutSQL() bool + func GetIsTableName() bool + func GetIsWEBTag() bool + func GetIsWebTagPkHidden() bool + func GetLG() string + func GetMysqlConStr() string + func GetOutDir() string + func GetSimple() bool + func GetTablePrefix() string + func GetURLTag() string + func InitFile(filename string) error + func IsRunTesting() bool + func SaveToFile() error + func SetDBTag(s string) + func SetForeignKey(b bool) + func SetIsDev(b bool) + func SetIsGUI(b bool) + func SetIsNullToPoint(b bool) + func SetIsOutFunc(b bool) + func SetIsOutSQL(b bool) + func SetIsTableName(b bool) + func SetIsWEBTag(b bool) + func SetLG(s string) + func SetMysqlDbInfo(info *DBInfo) + func SetOutDir(outDir string) + func SetSimple(b bool) + func SetTablePrefix(t string) + func SetURLTag(s string) + type CfgBase struct + IsDev bool + type Config struct + DBInfo DBInfo + DbTag string + IsForeignKey bool + IsGUI bool + IsNullToPoint bool + IsOutFunc bool + IsOutSQL bool + IsTableName bool + IsWEBTag bool + IsWebTagPkHidden bool + Language string + OutDir string + Simple bool + TablePrefix string + URLTag string + type DBInfo struct + Database string + Host string + Password string + Port int + Type int + Username string + func GetDbInfo() DBInfo