# README
Influx Line Protocol
This package implements the upstream Influx line protocol parser. See the Influx README.md for more details.
# Structs
ParseError indicates a error in the parsing of the text.
Parser is an InfluxDB Line Protocol parser that implements the parsers.Parser interface.
StreamParser is an InfluxDB Line Protocol parser.