ble-ibeacon/influx/config.go

10 lines
121 B
Go
Raw Permalink Normal View History

2021-12-16 13:07:57 +00:00
package influx
type Config struct {
Address string
DBName string
Username string
Password string
Timeout int
}