Raw File
settings.go
package influxdb

const (
	influxVersionFlux     = "Flux"
	influxVersionInfluxQL = "InfluxQL"
)
back to top