package influx
type Config struct {
Address string
DBName string
Username string
Password string
Timeout int
}