# README
InfluxDB Go Client Library
TODO Add links to the godoc and examples when they are written
# Functions
EpochToTime takes a unix epoch time and uses precision to return back a time.Time.
No description provided by the author
SetPrecision will round a time to the specified precision.
# Structs
No description provided by the author
No description provided by the author
Point defines the fields that will be written to the database.
No description provided by the author
Result represents a resultset returned from a single statement.
Results represents a list of statement results.
No description provided by the author
# Type aliases
Timestamp is a custom type so we marshal JSON properly into UTC nanosecond time.