• This project
    • Loading...
  • Sign in

UKKO / influx_client_go

Elementos brand ukko 05 cropped
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • influx_client_go
  • vendor
  • github.com
  • influxdata
  • influxdb
  • influxql
  • tmpldata
  • Iker Narvaez's avatar
    change remote · 0ed930dc
    0ed930dc
    Iker Narvaez authored 2017-05-22 16:31:40 -0500
tmpldata 393 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 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"
	}
]