You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home-MacBook:mqforward david$ go install .
github.com/shirou/mqforward
./influxdb.go:42: undefined: client.ClientConfig
./influxdb.go:92: ifc.Client.WriteSeriesOverUDP undefined (type *client.Client has no field or method WriteSeriesOverUDP)
./influxdb.go:96: ifc.Client.WriteSeries undefined (type *client.Client has no field or method WriteSeries)
./influxdb.go:140: undefined: client.Series
./influxdb.go:141: undefined: client.Series
./influxdb.go:156: undefined: client.Series
./influxdb.go:166: undefined: client.Series
The text was updated successfully, but these errors were encountered:
Looking at the commit below, it appears that the influxdb client code that this depends on was deprecated & completely rewritten from the ground up, starting around Jan 22, 2015.
Home-MacBook:mqforward david$ go install .
github.com/shirou/mqforward
./influxdb.go:42: undefined: client.ClientConfig
./influxdb.go:92: ifc.Client.WriteSeriesOverUDP undefined (type *client.Client has no field or method WriteSeriesOverUDP)
./influxdb.go:96: ifc.Client.WriteSeries undefined (type *client.Client has no field or method WriteSeries)
./influxdb.go:140: undefined: client.Series
./influxdb.go:141: undefined: client.Series
./influxdb.go:156: undefined: client.Series
./influxdb.go:166: undefined: client.Series
The text was updated successfully, but these errors were encountered: