influxdbhelper
influxdbhelper copied to clipboard
Ability to call `NewQueryWithParameters`
See https://godoc.org/github.com/influxdata/influxdb/client/v2#NewQueryWithParameters
This function should automatically escape query strings for the sake of security
This could be implemented by changing DecodeQuery
to accept an influxClient.Query
(i.e. the Object generated from NewQuery
) rather than a command string.