mirror of
https://github.com/grafana/grafana.git
synced 2025-01-17 04:02:50 -06:00
7 lines
96 B
Go
7 lines
96 B
Go
|
package influxdb
|
||
|
|
||
|
const (
|
||
|
influxVersionFlux = "Flux"
|
||
|
influxVersionInfluxQL = "InfluxQL"
|
||
|
)
|