mirror of
https://github.com/nikdoof/vsphere-influxdb-go.git
synced 2025-12-18 21:19:21 +00:00
add vendoring with go dep
This commit is contained in:
30
vendor/github.com/influxdata/influxdb/influxql/tmpldata
generated
vendored
Normal file
30
vendor/github.com/influxdata/influxdb/influxql/tmpldata
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"Name":"Float",
|
||||
"name":"float",
|
||||
"Type":"float64",
|
||||
"Nil":"0",
|
||||
"Zero":"float64(0)"
|
||||
},
|
||||
{
|
||||
"Name":"Integer",
|
||||
"name":"integer",
|
||||
"Type":"int64",
|
||||
"Nil":"0",
|
||||
"Zero":"int64(0)"
|
||||
},
|
||||
{
|
||||
"Name":"String",
|
||||
"name":"string",
|
||||
"Type":"string",
|
||||
"Nil":"\"\"",
|
||||
"Zero":"\"\""
|
||||
},
|
||||
{
|
||||
"Name":"Boolean",
|
||||
"name":"boolean",
|
||||
"Type":"bool",
|
||||
"Nil":"false",
|
||||
"Zero":"false"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user