mirror of
https://github.com/Oxalide/vsphere-influxdb-go.git
synced 2023-10-10 13:36:51 +02:00
31 lines
393 B
Plaintext
31 lines
393 B
Plaintext
|
[
|
||
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|