influxdb/client
Rene Fragoso afc6c8be24 Cleanup golint warnings for client code
Fixes the following two warnings:

influxdb.go:149:1: exported method Client.Dump should have comment or be
unexported
- Adds comment for Client.Dump

influxdb.go:263:1: receiver name rs should be consistent with previous
receiver name r for Results
- Changes receiver name from "a" to "r"
2015-03-22 01:33:04 -04:00
..
README.md point to godoc 2015-03-09 13:07:50 -06:00
influxdb.go Cleanup golint warnings for client code 2015-03-22 01:33:04 -04:00
influxdb_test.go version is a lie for the client library 2015-03-09 09:51:47 -06:00

README.md

InfluxDB Go Client Library

Please refer to http://godoc.org/github.com/influxdb/influxdb/client for documentation.

Currently Used:

You can see a use of the client libray in the InfluxDB CLI.