package influx
type Config struct {
Address string
DBName string
Username string
Password string
//单位:秒
Timeout int
}