mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-10 05:42:09 +08:00
iot init
This commit is contained in:
9
pkg/config/taos.go
Normal file
9
pkg/config/taos.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package config
|
||||
|
||||
type Taos struct {
|
||||
Host string `yaml:"host"` // 服务器地址:端口
|
||||
Username string `yaml:"username"` // 数据库用户名
|
||||
Password string `yaml:"password"` // 数据库密码
|
||||
Database string `yaml:"database"`
|
||||
Config string `yaml:"config"`
|
||||
}
|
||||
Reference in New Issue
Block a user