Is there any query builder for InfluxDB in Golang?

Viewed 68

I am new to InfluxDB and trying to do query in my local InfluxDB using Go client.

The parameterised version of this doesn't seem to work as intended and they mention it is only for the "cloud". Is there any way to have a proper query builder for Go without having to do it manually myself?

0 Answers
Related