mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 11:20:27 -06:00
2f9636e698
* Move datasource health check to backend * Introduce healthcheck unit tests * Remove unused method
7 lines
96 B
Go
7 lines
96 B
Go
package influxdb
|
|
|
|
const (
|
|
influxVersionFlux = "Flux"
|
|
influxVersionInfluxQL = "InfluxQL"
|
|
)
|