Ai
1 Star 0 Fork 0

技术狼/go-config

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

搜索帮助