mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-19 05:29:21 +00:00
add vendoring with go dep
This commit is contained in:
12
vendor/github.com/influxdata/influxdb/influxql/doc.go
generated
vendored
Normal file
12
vendor/github.com/influxdata/influxdb/influxql/doc.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Package influxql implements a parser for the InfluxDB query language.
|
||||
|
||||
InfluxQL is a DML and DDL language for the InfluxDB time series database.
|
||||
It provides the ability to query for aggregate statistics as well as create
|
||||
and configure the InfluxDB server.
|
||||
|
||||
See https://docs.influxdata.com/influxdb/latest/query_language/
|
||||
for a reference on using InfluxQL.
|
||||
|
||||
*/
|
||||
package influxql
|
||||
Reference in New Issue
Block a user