Files
bj_power/bj_power_mes/internal/db/config.go
T

11 lines
138 B
Go
Raw Normal View History

package db
type DatabaseConf struct {
Host string
Port int
User string
Password string
Dbname string
Debug bool
}