konimarti / opc

OPC DA client in Golang for monitoring and analyzing process data based on Windows COM.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggest that Connection.Read should return map[string]Item rather than map[string]interface{}

giter opened this issue · comments

commented

So that we can check timestamp, quality of each tag :)

Valid suggestion. 99% of the time, I just needed the values and hence this was a convenient function to have. #7 changes the Connection interface to have Read() return a map[string]Item.