1 Star 0 Fork 0

技术狼/go-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dto_mysql.go 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
技术狼 提交于 2024-08-11 00:19 . v0.0.1
package config
type MysqlCnfDto struct {
Host string // 服务器地址
Port int // 端口
User string // 用户名
Pwd string // 密码
DbName string // 库名
Charset string //
Debug bool // 调试
//MaxIdleCount int
//MaxOpenCount int
//Options string
//TimeoutSec int
//Tracing bool
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/jishulangcom/go-config.git
git@gitee.com:jishulangcom/go-config.git
jishulangcom
go-config
go-config
v0.0.4

搜索帮助