# Functions
DefaultOptions returns Options object with default values.
NewPoint creates a Point from measurement name, tags, fields and a timestamp.
NewPointWithMeasurement creates a empty Point Use AddTag and AddField to fill point with data.
PointToLineProtocol creates InfluxDB line protocol string from the Point, converting associated timestamp according to precision.
PointToLineProtocolBuffer creates InfluxDB line protocol string from the Point, converting associated timestamp according to precision and write result to the string builder.